/**** * 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.498508, -73.969932); 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.474511, -73.608761, 'red', '173.9 ¢/Litre
Decarie / Sherbrooke
Notre-Dame-de-Grâce
Mon, 17 Jun 2024 13:17'], [45.595047, -73.582150, 'red', '172.9 ¢/Litre
Langelier / Jarry E
Saint-Leonard
Sun, 16 Jun 2024 00:57'], [45.525224, -73.552013, 'red', '172.9 ¢/Litre
De Maisonneuve / De Lorimier
Ville-Marie (Montreal)
Mon, 17 Jun 2024 02:07'], [45.523409, -73.554148, 'red', '172.9 ¢/Litre
Papineau / De Maisonneuve
Ville-Marie (Montreal)
Mon, 17 Jun 2024 02:07'], [45.591175, -73.525419, 'red', '172.9 ¢/Litre
Hochelaga / Curatteau / Aut 25
Hochelaga-Maisonneuve
Mon, 17 Jun 2024 13:01'], [45.474096, -73.609107, 'red', '171.9 ¢/Litre
Decarie / Sherbrooke
Notre-Dame-de-Grâce
Mon, 17 Jun 2024 13:16'], [45.585739, -73.541303, 'red', '171.9 ¢/Litre
Sherbrooke / Haig
Hochelaga-Maisonneuve
Mon, 17 Jun 2024 13:08'], [45.596853, -73.522632, 'red', '171.9 ¢/Litre
Hochelaga / St-Émile / Lapointe
Hochelaga-Maisonneuve
Mon, 17 Jun 2024 13:01'], [45.579789, -73.531915, 'red', '171.9 ¢/Litre
Hochelaga / Langelier
Hochelaga-Maisonneuve
Mon, 17 Jun 2024 13:00'], [45.525696, -73.551544, 'red', '171.9 ¢/Litre
De Maisonneuve / De Lorimier
Ville-Marie (Montreal)
Mon, 17 Jun 2024 02:06'], [45.467640, -73.538519, 'red', '171.9 ¢/Litre
Du Commerce / René Lévesque
Île des Soeurs
Mon, 17 Jun 2024 01:52'], [45.476861, -73.838663, 'red', '171.9 ¢/Litre
St Jean / Westminster
Dollard-des-Ormeaux
Sat, 15 Jun 2024 23:00'], [45.586172, -73.540959, 'blue', '170.9 ¢/Litre
Sherbrooke / Haig
Hochelaga-Maisonneuve
Mon, 17 Jun 2024 13:07'], [45.538106, -73.699054, 'blue', '170.9 ¢/Litre
Salaberry / James Morrice
Ahuntsic-Cartierville
Mon, 17 Jun 2024 13:18'], [45.501070, -73.632488, 'blue', '169.9 ¢/Litre
Côte-des-Neiges / Van Horne
Côte-des-Neiges
Mon, 17 Jun 2024 13:17'], [45.535775, -73.666173, 'blue', '169.9 ¢/Litre
l’Acadie / Sauvé O
Ahuntsic-Cartierville
Mon, 17 Jun 2024 02:12'], [45.574931, -73.876109, 'blue', 'Belisle - 168.9 ¢/Litre
St-Laurent
Saint-Eustache
Mon, 17 Jun 2024 09:29'], [45.599692, -73.612264, 'blue', '168.9 ¢/Litre
Lacordaire / Grandes Prairies
Saint-Leonard
Mon, 17 Jun 2024 13:06'], [45.567869, -73.522612, 'blue', '168.9 ¢/Litre
Notre-Dame E / Bossuet
Hochelaga-Maisonneuve
Mon, 17 Jun 2024 11:00'], [45.607988, -73.584409, 'green', 'Costco - 162.9 ¢/Litre
Bombardier / Renaude-Lapointe
Anjou
Mon, 17 Jun 2024 13:06'], [45.721626, -73.506924, 'green', 'Costco - 161.9 ¢/Litre
870 monte des pionniers
Terrebonne
Sat, 15 Jun 2024 12:00'], [45.721453, -73.508422, 'green', 'Costco - 159.9 ¢/Litre
des Pionniers / Yves-Blais
Terrebonne
Mon, 17 Jun 2024 13:04'], [45.486768, -73.551440, 'green', 'Costco - 159.9 ¢/Litre
Bridge / Mill
Le Sud-Ouest
Mon, 17 Jun 2024 13:05'], [45.580715, -73.760447, 'green', 'Costco - 159.9 ¢/Litre
2999 Aut.440 Laval/Ave. Jacques-Bureau
Laval
Mon, 17 Jun 2024 13:04'], [45.721626, -73.506924, 'green', 'Costco - 159.9 ¢/Litre
870, Montée des Pionniers
Terrebonne
Mon, 17 Jun 2024 12:36'], [45.404236, -74.037960, 'green', 'Costco - 157.9 ¢/Litre
St-Charles / Dunberry
Vaudreuil-Dorion
Mon, 17 Jun 2024 13:03']]; 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+");});"); } }