November 27, 2020

Healthy Smoothies, Treats & More: Edible Arrangements Montreal


Edible Arrangements logo- home "); var objAdobeAnalytics = { pageName: 'stores/3636-boul-saint---laurent-montreal-qc-h2x-2v4/login-to-your-account', pageType: 'stores/3636-boul-saint---laurent-montreal-qc-h2x-2v4/login-div', userID: '', uStatus: 'not-authenticated' }; $("#divHLogin").load("https://www.ediblearrangements.ca/ajax/loginuser.aspx?t=" + new Date().getTime(), objAdobeAnalytics); } function ShowStoreLoginDiv() { } function ShowMyAccountMenu() { var windowwidth = $(window).width() - $("#hd").width(); $('#divMyAccMenu').css("left", $("#Details").position().left - 190); $('#divMyAccMenu').css("top", $("#Details").position().top + 20); $("#divMyAccMenu").slideToggle(); } function ShowStoreLogOutMenu() { $('#divInStoreMenu').css("left", $("#lnkStoreNumber").position().left); $('#divInStoreMenu').css("top", $("#lnkStoreNumber").position().top + 21); $('#divInStoreMenu').css("width", $("#lnkStoreNumber").width()); $("#divInStoreMenu").slideToggle(); } $('.SearchBox').focus(function () { $(this).addClass("focus"); }).blur(function () { if ($(this).val().trim() == "") { $(this).removeClass("focus"); } }); function FloodLightTagForStoreSearchinHeaderMenu() {} function ChangeCulture(elm) { var val = $(elm).html(); var culture = ""; if (val == "French") { culture = "fr-ca"; } else if (val == "English") { culture = "en-us"; } if (GSXHR) GSXHR.abort(); GSXHR = $.ajax({ type: "POST", url: "https://www.ediblearrangements.ca/default.aspx/CultureChange", data: "{'culture':'" + culture + "'}", contentType: "application/json; charset=utf-8", dataType: "json", async: 'true', success: function (response) { if (response.d != "null") { var JsonObj = $.parseJSON(response.d); if (JsonObj._Status == "OK") { location.reload(); } } }, failure: function (msg) { alert(msg); } }); } function AccountSignOut() { if (GSXHR) GSXHR.abort(); GSXHR = $.ajax({ type: "POST", url: "https://www.ediblearrangements.ca/default.aspx/accountsignout", data: "", contentType: "application/json; charset=utf-8", dataType: "json", async: 'true', success: function (response) { if (response.d != "null") { var JsonObj = $.parseJSON(response.d); if (JsonObj._Status == "OK") { window.location = "https://www.ediblearrangements.ca/my-account/sign-in.aspx?ReturnUrl=%2fdefault.aspx"; } } }, failure: function (msg) { alert(msg); } }); } -1) { $("#divLocalize").attr("caller", "storelocator"); var linkheightadder = 19; if ('en-US'.split('-')[0] == 'fr') { linkheightadder = 50; } $("#divLocalize").css("left", ""); $("#divLocalize").css("right", "0px"); if ($("#dvEBPromo").is(":visible") == true) { var BannerSize = $("#dvEBPromo").height() $("#divLocalize").css("top", ($("#" + id).position().top + linkheightadder + 20 - BannerSize)); } else { $("#divLocalize").css("top", ($("#" + id).position().top + 40)); } } else { $("#divLocalize").attr("caller", "storesmaster"); $("#divLocalize").css("left", "72px"); $("#divLocalize").css("right", ""); if ($("#dvEBPromo").is(":visible") == true) { var BannerSize = $("#dvEBPromo").height() $("#divLocalize").css("top", ($("#" + id).position().top + 50 - BannerSize)); } else { $("#divLocalize").css("top", ($("#" + id).position().top + 50)); } } if ($("#divLocalize").is(":visible") == false) { $("#divLocalize").slideDown(); } } } ]]> ' + d[i].toString() + ': ' + t[i] + ''; }); var kosher = ''; if (certifications == 1) { kosher = '' + '(Kosher Certified)' + ''; } var LatLngmapCenter = new google.maps.LatLng(latitude, longitude); var mapOptions = { center: new google.maps.LatLng(latitude + 0.0040, longitude), zoom: 15, mapTypeId: google.maps.MapTypeId.ROADMAP, disableDefaultUI: true }; var StoreMap = new google.maps.Map(document.getElementById("divMap"), mapOptions); var image = "https://resources.ediblearrangements.ca/resources/en-us/i/revamp_p/bn/storemapicon.png?v=20151611"; var addresslocation; var geocoder = new google.maps.Geocoder(); var newlat; var newlng; geocoder.geocode({ 'address': address }, function (results, status) { if (status == google.maps.GeocoderStatus.OK) { addresslocation = results[0].geometry.location; newlat = results[0].geometry.location.lat(); newlng = results[0].geometry.location.lng(); } else { addresslocation = new google.maps.LatLng(latitude, longitude); newlat = latitude; newlng = longitude; } StoreMap.setCenter(new google.maps.LatLng(newlat, newlng - 0.0010)); var marker = new google.maps.Marker({ position: addresslocation, map: StoreMap, icon: image, title: storename }); }); }else{ $("#divMap").html(""); } } function GetDirections() { pushAdobeAnalytics({ ev: "25", evn: "site interaction", i: { "name": "store locator:get directions" } }); window.open("http://www.google.com/maps?saddr=&daddr=" + MapAddress); } function LoadStoreMapDetails(response) { var JsonObj = response; if (JsonObj._Status == "OK") { var Stores = JsonObj._Data; $.each(Stores, function (index, objStore) { var daysshort = ""; var timingsshort = ""; $.each(objStore.TimingsShort, function (i, obj) { daysshort += obj.Days + "|"; timingsshort += obj.Timing + "|"; }); MapDivLatitude = objStore.Latitude; MapDivLongitude = objStore.Longitude; MapAddress = objStore.MapAddress; MapDivModifiedName = objStore.ModifiedName; MapDivAddress = objStore.Address; MapDivPhoneNumber = objStore.PhoneNumber; MapDivFax = objStore.Fax; MapDivNumber = objStore.Number; MapDivDays = daysshort; MapDivTimings = timingsshort; Certifications = objStore.Certifications }); } } function ToggleMapDiv() { var display = $('#divToggleMap').css("display"); if (display == "none") { $('#divToggleMap').slideDown(); $("#btnShowMap").find("img").attr("src", "https://resources.ediblearrangements.ca/resources/en-us/i/revamp_p/bn/btnHideMap.png"); if (IsMapDivLoaded == false) { LoadStoreMap(MapDivLatitude, MapDivLongitude, MapAddress, MapDivModifiedName, MapDivAddress, MapDivPhoneNumber, MapDivFax, MapDivNumber, MapDivDays, MapDivTimings, Certifications); IsMapDivLoaded = true; } } else { $("#btnShowMap").find("img").attr("src", "https://resources.ediblearrangements.ca/resources/en-us/i/revamp_p/bn/btnShowMap.png"); $('#divToggleMap').slideUp(); } } function ShowStoreMessage() { $("#divSendMessage").remove(); $("body").append("]]>

");
$("#divSendMessage").load("https://www.ediblearrangements.ca/Ajax/StoreMessage.aspx?storeid=" + StoreID + "&t=45");
}

function ReinitializeAddThis() {
var script = 'https://s7.addthis.com/js/250/addthis_widget.js#domready=1'; if (window.addthis) { window.addthis = null; } $.getScript(script);
if (window.addthis) {
window.addthis.ost = 0;
window.addthis.ready();
}
}

$(document).ready(function () {
$('.slider-images').slick({
slidesToShow: 1,
arrows: true,
swipeToSlide: true,
autoplay:true,
autoplaySpeed: 3000,
dots: true,
nextArrow: '', prevArrow: '', customPaging: function (slider, i) { var path = "https://resources.ediblearrangements.ca/resources/en-us/i/revamp_p/"; return ''; }, }); });

Edible Arrangements® Montreal

3636 boul Saint-Laurent
Montreal, QC H2X 2V4 Get Directions

Store Hours:

Monday-Friday: 8:00 AM-3:00 PM
Saturday: 9:00 AM-3:00 PM
Sunday: 10:00 AM-3:00 PM
  • support no shave november! visit us in store and grab yours today!

1024) { isiPad = false; $("#slider > ul > li:first > img").one("load", function () { if ($(this).width() > 1000) bindFullWidthBanner(); else bindEasySlider(); }).each(function () { if (this.complete) { $(this).load(); // For jQuery = 3.0 } }); $("#dvEBPromo").css("width", "100%"); } else { isiPad = true; $("#dvEBPromo").css("width", $(document).width()); $("#slider ul li").find("img").css({ "width": "1420px"}); $('map').imageMapResize(); bindFullWidthBanner(); } } $(document).ready(function () { setBannerLooks(); }); function bindEasySlider() { $("#slider").easySlider({ vertical: false, speed: 400, auto: true, pause: 12000, continuous: true, showPager: true }); if ($("#ulbnr").find("li").length 1) { var firstElement = $("#ulbnr").find("li:first"); var lastElement = $("#ulbnr").find("li:last") $(firstElement).clone().appendTo("#ulbnr"); $(lastElement).clone().css("margin-left", "-" + ((isiPad == true ? iPadWidth : maxWidth) + ((isiPad == true ? iPadAdjustSpace : adjustSpace) > 0 ? (isiPad == true ? iPadAdjustSpace : adjustSpace) : 0)) + "px").prependTo("#ulbnr"); $(".__ctrl #pager").html(""); bannerIndex = 0; bannerInterval = null; $("#pager").find("a").removeClass("selected"); for (i = 0; i < bannerLength; i++) { $(".__ctrl #pager").append(""); } bannerInterval = setInterval(function () { startBannerRotation(); }, 12000); $(".index0").addClass("selected").siblings("a").removeClass("selected"); } else { $(".__ctrl").hide(); } adjustBannerLooks(); $(window).resize(function () { adjustBannerLooks(); if (isiPad == true) { if ($(window).width() == 980) { $("#dvEBPromo").css("width", "1000px"); } else { $("#dvEBPromo").css("width", $(window).width()); } } else { $("#dvEBPromo").css("width", "100%"); } $("#ulbnr").css("margin-left", "-" + (((isiPad == true ? iPadWidth : maxWidth) * bannerIndex) + ((isiPad == true ? iPadAdjustSpace : adjustSpace) > 0 ? (isiPad == true ? iPadAdjustSpace : adjustSpace) : 0)) + "px"); }); } function adjustBannerLooks() { if (isiPad == true) { iPadAdjustSpace = Math.round((iPadWidth - $(document).width()) / 2); if (iPadAdjustSpace > 0) { $("#ulbnr").stop().width($("#ulbnr").find("li").length * $("#ulbnr li:last").find("img").width()).css("margin-left", "-" + iPadAdjustSpace + "px"); } else { $("#ulbnr").stop().width($("#ulbnr").find("li").length * $("#ulbnr li:last").find("img").width()).css("margin-left", "-0px"); } } else { adjustSpace = Math.round((maxWidth - $(document).width()) / 2); if (adjustSpace > 0) { $("#ulbnr").stop().width($("#ulbnr").find("li").length * $("#ulbnr li:last").find("img").width()).css("margin-left", "-" + adjustSpace + "px"); } else { $("#ulbnr").stop().width($("#ulbnr").find("li").length * $("#ulbnr li:last").find("img").width()).css("margin-left", "-0px"); } } } function startBannerRotation() { bannerIndex = bannerIndex + 1; $("#ulbnr").animate({ marginLeft: "-" + (((isiPad == true ? iPadWidth : maxWidth) * bannerIndex) + ((isiPad == true ? iPadAdjustSpace : adjustSpace) > 0 ? (isiPad == true ? iPadAdjustSpace : adjustSpace) : 0)) + "px" }, 400, function () { if (bannerIndex > (bannerLength - 1)) { $("#ulbnr").stop().css("margin-left", "-" + (isiPad == true ? iPadAdjustSpace : adjustSpace) + "px"); bannerIndex = 0; } $(".index" + bannerIndex).addClass("selected").siblings("a").removeClass("selected"); }); } function setIndex(elem) { if ($(elem).hasClass("selected") == false) { clearInterval(bannerInterval); bannerIndex = (parseInt($(elem).attr("data-val")) - 1); startBannerRotation(); bannerInterval = setInterval(function () { startBannerRotation(); }, 12000); } } function moveNext() { var elem = $("#pager .selected"); bannerIndex = parseInt($(elem).attr("data-val")); if (bannerIndex == (bannerLength - 1)) setIndex($(".index0")); else setIndex($(elem).next()); } function movePrevious() { var elem = $("#pager .selected"); bannerIndex = parseInt($(elem).attr("data-val")); if (bannerIndex == 0) setIndex($("#pager a:last")); else setIndex($(elem).prev()); } ]]>

About Our Store

Edible Arrangements® 478 in Montreal, Quebec first opened in June 2006. Ever since, we’ve been helping people in our local community celebrate all kinds of occasions – big and small. Our fruit arrangements and gifts are always freshly-crafted using fruit that's grown and picked to our Fruit Expert® standards. And, we have the best variety of gourmet chocolate Dipped Fruit™, too! (Visit us any time for a FREE sample!)

Did you know we also have fresh fruit treats you can enjoy on the go? Stop by today to grab a fresh fruit smoothie, Froyo Fruit Shake™, Edible® Donut, chocolate Dipped Fruit™ Cone, or any one of our other delicious fresh fruit snacks! They’re perfect for picnics, lunch break snacks, and even as an afternoon pick-me-up!

If you need a birthday gift, wedding favors, a holiday centerpiece, or even a little something just because, give us a call at 514-842-3279. We can’t wait to meet you!

Source