var pharmacyName = ”;
var pharmacyUrlId = ”;
var pharmacyCode = ”;
var pharmacy_logo = ”;
}
//var pharmacy_logo = ”;
//var pharmacyUrlId = ”;
//var pharmacyName = ”;
//var pharmacyCode = ”;
/*
var pharmacyLogoHtml = ‘‘;
var googleUrl = ‘https://maps.google.com/maps?q=34.2506,-118.607+(St+Mary+Pharmacy)’;
var pharmacyPhone = ‘(608) 444-4561’;
var pharmacyAddress = {‘addr1’: ‘9917 TOPANGA CANYON BLVD’, ‘addr2’: ”, ‘city’: ‘CHATSWORTH’, ‘state’: ‘CA’, ‘zip’: ‘91311’};
*/
//console.log(‘values loaded: ‘ + pharmacyName + ‘ ‘ + pharmacyCode + ‘ ‘ + pharmacyLogoHtml + ‘ ‘ + googleUrl + ‘ ‘ + pharmacyPhone );
+
Empowering Your Health Journey:
A Local Pharmacy You Can Count On
Looking for a reliable pharmacy in ? At , we offer a wide range of medications, personalized care, and expert advice to support you on your journey to better health.
We are excited to have partnered with iCare+ to help you save money on prescriptions from our pharmacy. Sign up for iCare+ today to get access to ScriptPass.
function handlePermission() {
navigator.permissions.query({ name: “geolocation” }).then((result) => {
if (result.state === “granted”) {
report(result.state);
navigator.geolocation.getCurrentPosition(loadFinder);
} else if (result.state === “prompt”) {
report(result.state);
navigator.geolocation.getCurrentPosition(loadFinder);
} else if (result.state === “denied”) {
report(result.state);
loadFinder(null);
}
result.addEventListener(“change”, () => {
report(result.state);
if(result.state === “granted”) {
navigator.geolocation.getCurrentPosition(loadFinder);
} else {
loadFinder(null);
}
});
});
}
function report(state) {
console.log(`Permission ${state}`);
}
/*function getCurrentLocation() {
if (navigator.geolocation) {
let position = ”;
navigator.geolocation.getCurrentPosition(loadFinder);
//loadFinder(position);
} else {
console.log(‘Navigator not allowed’);
let position = null;
loadFinder(position);
alert(“Geolocation is not supported by this browser.”);
}
}*/
function loadFinder(position) {
console.log(‘position: ‘, position);
let testing = false;
let lat = null;
let lng = null;
let storeFinderUrl = ”;
if (position != null) {
lat = position.coords.latitude;
lng = position.coords.longitude;
storeFinderUrl = ‘https://maps.myicareplus.com/?lat=’ + lat + ‘&lng=’ + lng + ‘&st=y&sv=y&r=200’;
if (testing) {
storeFinderUrl = ‘http://localhost:5237/?lat=’ + lat + ‘&lng=’ + lng + ‘&st=y&sv=y&r=200’;
}
} else {
storeFinderUrl = ‘https://maps.myicareplus.com/?st=y&sv=y’;
if (testing) {
storeFinderUrl = ‘http://localhost:5237/?st=y&sv=y’;
}
}
console.log(‘location’, location);
let iframe = “;
jQuery(‘#storeFinderWrapper’).html(iframe);
let iFrameID = document.getElementById(‘idIframe’);
if (iFrameID) {
// here you can make the height, I delete it first, then I make it again
iFrameID.height = “”;
iFrameID.height = iFrameID.contentWindow.document.body.scrollHeight + “px”;
}
}
if(pharmacyName == ”){
handlePermission();
}
//getCurrentLocation();
Save on Prescriptions with ScriptPass
It’s no secret that the price of prescriptions places certain medications out of reach for patients.
With the iCare+ ScriptPass, patients can save on their prescriptions. Prescription Savings Programs are designed to help people who must take prescription medications regularly, but who may be struggling to afford the high cost of these drugs. These programs offer discounts on prescription medications, often in the form of coupons or discount cards.
iCare+ ScriptPass varies from traditional programs offered by national competitors that often cater to chain pharmacies and others. It is customized specifically to our participating Independent Pharmacy customers.
Get Access to Affordable Virtual Health Care, When You Need It
No Appointment Needed
Most visits start within 15 minutes of your request being submitted. Extended hours, 7 days a week: 9am-9pm EST.
Low & Upfront Fees
Transparent pricing before your visit starting at $39 for a monthly membership or $45 for a one-time encounter. Pay with credit card or debit card. Insurance currently not accepted.
View Your Health Records
From test results to prescription histories, vaccinations records to visit summaries. Access your iCare+ personal health records in your patient profile, as well as records for people in your care.
At-Home Test Kits
* Home Health Kits, not available in NJ, NY, RI.
Visit Today
function loadMap() {
let testing= false;
let iframe = ”;
let iframeLink = ”;
if (testing){
iframeLink = `http://localhost:5237/store/${pharmacyUrlId}`;
} else {
iframeLink = `https://maps.myicareplus.com/store/${pharmacyUrlId}`;
}
console.log(‘urlId’, pharmacyUrlId);
if (pharmacyUrlId != null) {
iframe = “;
}
jQuery(‘#googleMapWrapper’).html(iframe);
}
loadMap();
let altTopCopy =’Now Offering Convenient & Affordable Telehealth!’;
if(typeof pharmacyName == ‘undefined’ || pharmacyName == ”){
jQuery(‘#bottom-pharmacy-box, #top-pharmacy-box’).remove();
jQuery(‘#top-title-copy h1’).text(altTopCopy);
} else {
jQuery(‘#store-finder’).remove();
}
if (pharmacyCode == ”) {
jQuery(‘#pharmacy-code-wrapper’).remove();
}
if (pharmacy_logo == ”){
jQuery(‘.pharmacy-logo-element’).remove();
}
if (typeof pharmacyUrl == ‘undefined’ || pharmacyUrl == ”){
jQuery(‘.btn-pharmacy-website’).remove()
} else {
jQuery(‘.btn-pharmacy-website’).attr(‘href’, pharmacyUrl);
}
console.log(“pharmacyPhone “, pharmacyPhone);
let pharmacyAddresshtml = pharmacyAddress.addr1 + ‘
‘ + pharmacyAddress.city + ‘, ‘ + pharmacyAddress.state + ‘ ‘ + pharmacyAddress.zip;
if (pharmacyAddress.addr2 != ”) {
pharmacyAddresshtml = pharmacyAddress.addr1 + ‘
‘ + pharmacyAddress.addr2 + ‘
‘ + pharmacyAddress.city + ‘, ‘ + pharmacyAddress.state + ‘ ‘ + pharmacyAddress.zip;
}
let pharmacyLogoImg = pharmacyLogoHtml;
if (pharmacy_logo != ”) {
pharmacyLogoImg = `${pharmacyName}`;
}
jQuery(‘.pharmacyName’).html(pharmacyName);
jQuery(‘.pharmacyCode’).html(‘#’ + pharmacyCode);
jQuery(‘.pharmacyLogo, .pharmacy-logo’).html(pharmacyLogoHtml);
jQuery(‘.btn-phone .fusion-button-text’).html(pharmacyPhone);
jQuery(‘.btn-phone’).attr(‘href’, ‘tel:’ + pharmacyPhone);
jQuery(‘.pharmacyAddress’).html(pharmacyAddresshtml);
jQuery(‘.pharmacyCity’).html(pharmacyAddress.city.toLowerCase());
//jQuery(‘.googleUrl’).attr(‘href’, googleUrl);
});