/**** * IMPORTANT! PLEASE READ! * * The informamation contained in this file is the property of Essence Montreal. * To remain in accordance with this website's Terms and Conditions (the "Terms"), * you may not, copy, store, reproduce, reuse, sell, redistribute or republish any * information found on this page or found anywhere else on this website. * * The use of any of the information from this page or anywhere else on this website * for any use outside of the website's functionality is stricly prohibited. * * You may review our Terms here: * https://www.essencemontreal.com/terms.php?l=f * ****/ function mapload() { var latlng = new google.maps.LatLng(45.544221, -73.899722); var myOptions = { zoom: 10, center: latlng, navigationControl: true, navigationControlOptions: {style: google.maps.NavigationControlStyle.ZOOM_PAN}, mapTypeControl: true, //streetViewControl: true, scaleControl: false, scrollwheel: false, mapTypeId: google.maps.MapTypeId.ROADMAP }; var map = new google.maps.Map(document.getElementById("stationmap"), myOptions); infoWindow = new google.maps.InfoWindow(); setMarkers(map, stations); } /** * Data for the markers */ var stations = [ [45.483465, -73.796180, 'red', '180.9 ¢/Litre
Sources / Brunswick
Dollard-des-Ormeaux
Wed, 08 May 2024 01:00'], [45.495543, -73.655560, 'red', '179.9 ¢/Litre
Décarie / Paré
Côte-des-Neiges
Tue, 07 May 2024 23:30'], [45.437545, -73.691945, 'red', '179.9 ¢/Litre
32e Ave / Remembrance
Lachine
Tue, 07 May 2024 23:00'], [45.591175, -73.525419, 'red', '179.9 ¢/Litre
Hochelaga / Curatteau / Aut 25
Hochelaga-Maisonneuve
Tue, 07 May 2024 09:07'], [45.495855, -73.654884, 'red', '178.9 ¢/Litre
Décarie / Paré
Côte-des-Neiges
Tue, 07 May 2024 23:30'], [45.496101, -73.513824, 'blue', '177.9 ¢/Litre
Riverside / Edison
Saint-Lambert
Tue, 07 May 2024 09:15'], [45.468309, -73.540836, 'blue', '177.9 ¢/Litre
22, Place du Commerce
Verdun
Tue, 07 May 2024 09:13'], [45.535775, -73.666173, 'blue', '177.0 ¢/Litre
l’Acadie / Sauvé O
Ahuntsic-Cartierville
Wed, 08 May 2024 17:00'], [45.483405, -73.796368, 'blue', '176.9 ¢/Litre
Sources / Brunswick
Dollard-des-Ormeaux
Wed, 08 May 2024 00:58'], [45.574931, -73.876109, 'blue', 'Belisle - 176.9 ¢/Litre
St-Laurent
Saint-Eustache
Wed, 08 May 2024 09:24'], [45.467640, -73.538519, 'blue', '176.9 ¢/Litre
Du Commerce / René Lévesque
Île des Soeurs
Wed, 08 May 2024 14:50'], [45.536768, -73.499334, 'blue', 'Super Gaz - 175.9 ¢/Litre
Chambly / Le Moyne
Longueuil
Tue, 07 May 2024 08:30'], [45.542687, -73.455710, 'blue', '174.9 ¢/Litre
Jacques-Cartier-E/ Du Tremblay
Longueuil
Tue, 07 May 2024 07:30'], [45.521868, -73.463538, 'blue', '174.9 ¢/Litre
Chambly / Jacques Cartier
Longueuil
Tue, 07 May 2024 08:00'], [45.721453, -73.508422, 'blue', 'Costco - 174.9 ¢/Litre
des Pionniers / Yves-Blais
Terrebonne
Tue, 07 May 2024 09:11'], [45.486768, -73.551440, 'blue', 'Costco - 174.9 ¢/Litre
Bridge / Mill
Le Sud-Ouest
Tue, 07 May 2024 09:11'], [45.408875, -73.472737, 'blue', '174.9 ¢/Litre
St-Jean / Champs Fleuris
La Prairie
Tue, 07 May 2024 06:30'], [45.567533, -73.450397, 'blue', '173.9 ¢/Litre
2800 Boul Jacques-Cartier E. / Ch du Lac
Longueuil
Tue, 07 May 2024 20:36'], [45.607988, -73.584409, 'green', 'Costco - 172.9 ¢/Litre
Bombardier / Renaude-Lapointe
Anjou
Tue, 07 May 2024 09:10'], [45.475831, -73.361552, 'green', 'Pétrole Maurice - 171.9 ¢/Litre
8855 ch chambly
Longuueil
Wed, 08 May 2024 10:00'], [45.371582, -73.515440, 'green', 'Costco - 171.9 ¢/Litre
Strasbourg / Sardaigne
Candiac
Tue, 07 May 2024 09:09'], [45.580715, -73.760447, 'green', 'Costco - 169.9 ¢/Litre
2999 Aut.440 Laval/Ave. Jacques-Bureau
Laval
Wed, 08 May 2024 14:47'], [45.561464, -73.785208, 'green', 'Costco - 169.9 ¢/Litre
2999 Aut 440 / Aut 15
Laval
Tue, 07 May 2024 15:30'], [45.576197, -73.891953, 'green', '169.0 ¢/Litre
400 rue Dubois
Saint-Eustache
Mon, 06 May 2024 20:00'], [45.763549, -74.018241, 'green', 'Costco - 168.9 ¢/Litre
Jean-Baptiste-Rolland O / Brière
Saint-Jérôme
Tue, 07 May 2024 09:09']]; function setMarkers(map, locations) { // Add markers to the map var redicon = new google.maps.MarkerImage('https://www.essencemontreal.com/images/map/redmarker.png', new google.maps.Size(20, 32), new google.maps.Point(0,0), new google.maps.Point(0, 32)); var blueicon = new google.maps.MarkerImage('https://www.essencemontreal.com/images/map/bluemarker.png', new google.maps.Size(20, 32), new google.maps.Point(0,0), new google.maps.Point(0, 32)); var greenicon = new google.maps.MarkerImage('https://www.essencemontreal.com/images/map/greenmarker.png', new google.maps.Size(20, 32), new google.maps.Point(0,0), new google.maps.Point(0, 32)); var shadow = new google.maps.MarkerImage('https://www.essencemontreal.com/images/map/shadow50.png', new google.maps.Size(37, 32), new google.maps.Point(0,0), new google.maps.Point(0, 32)); var shape = { coord: [1, 1, 1, 20, 18, 20, 18 , 1], type: 'poly' }; for (var i = 0; i < locations.length; i++) { var stn = locations[i]; if(stn[2] == "red") {iconcolor = redicon;} else if(stn[2] == "green") {iconcolor = greenicon;} else if(stn[2] == "blue") {iconcolor = blueicon; } var myLatLng = new google.maps.LatLng(stn[0], stn[1]); eval("var marker"+i+" = new google.maps.Marker({position: myLatLng, map: map,shadow: shadow, icon: iconcolor, shape: shape});"); eval("google.maps.event.addListener(marker"+i+", 'click', function() {infoWindow.setContent(locations["+i+"][3]); infoWindow.open(map, marker"+i+");});"); } }