/**** * 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.704718, -73.928447); 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.567869, -73.522612, 'red', '177.9 ¢/Litre
Notre-Dame E / Bossuet
Hochelaga-Maisonneuve
Wed, 29 May 2024 20:00'], [45.591175, -73.525419, 'red', '177.9 ¢/Litre
Hochelaga / Curatteau / Aut 25
Hochelaga-Maisonneuve
Wed, 29 May 2024 22:31'], [45.551385, -73.643034, 'red', '176.9 ¢/Litre
St-Hubert / Legendre
Ahuntsic-Cartierville
Wed, 29 May 2024 22:43'], [45.560186, -73.887346, 'red', '174.9 ¢/Litre
22 Boul Arthur-Sauvé & Rue St-Louis
Saint-Eustache
Fri, 31 May 2024 10:21'], [45.652417, -73.536275, 'red', '173.9 ¢/Litre
Henri-Bourassa / St Jean Baptiste
Montréal
Fri, 31 May 2024 12:45'], [45.489585, -73.641865, 'blue', '172.9 ¢/Litre
Décarie / Van Horne
Côte-des-Neiges
Wed, 29 May 2024 22:42'], [45.568407, -73.887552, 'blue', '170.9 ¢/Litre
Saint-Laurent / boul. goyer
Saint-Eustache
Fri, 31 May 2024 10:21'], [45.525817, -73.713348, 'blue', '170.9 ¢/Litre
Lachapelle / Laurentien / Salaberry
Saint-Laurent
Wed, 29 May 2024 22:42'], [45.574931, -73.876109, 'blue', 'Belisle - 169.9 ¢/Litre
St-Laurent
Saint-Eustache
Sat, 01 Jun 2024 13:35'], [45.566853, -73.650539, 'blue', '169.9 ¢/Litre
Papineau / Sauriol E
Ahuntsic-Cartierville
Wed, 29 May 2024 22:41'], [45.575530, -73.874862, 'blue', '169.9 ¢/Litre
25e Avenue / St-Laurent
Saint-Eustache
Fri, 31 May 2024 10:21'], [45.593235, -73.907617, 'blue', '169.9 ¢/Litre
25ième ave
Saint-Eustache
Fri, 31 May 2024 10:22'], [45.537112, -73.583609, 'red', '169.8 ¢/Litre
Papineau / Masson
Plateau Mont-Royal
Wed, 29 May 2024 21:00'], [45.555705, -73.619473, 'red', '168.4 ¢/Litre
Papineau / Crémazie / Aut 40 / de Lorimer
Villeray-Saint-Michel
Wed, 29 May 2024 21:00'], [45.721453, -73.508422, 'green', 'Costco - 166.9 ¢/Litre
des Pionniers / Yves-Blais
Terrebonne
Fri, 31 May 2024 10:00'], [45.607988, -73.584409, 'green', 'Costco - 166.9 ¢/Litre
Bombardier / Renaude-Lapointe
Anjou
Fri, 31 May 2024 12:44'], [45.721626, -73.506924, 'green', 'Costco - 166.9 ¢/Litre
870 monte des pionniers
Terrebonne
Sat, 01 Jun 2024 13:00'], [45.561464, -73.785208, 'green', 'Costco - 164.9 ¢/Litre
2999 Aut 440 / Aut 15
Laval
Sat, 01 Jun 2024 07:37'], [45.580715, -73.760447, 'green', 'Costco - 164.9 ¢/Litre
2999 Aut.440 Laval/Ave. Jacques-Bureau
Laval
Fri, 31 May 2024 23:13'], [45.661571, -73.648468, 'green', 'Costco - 164.9 ¢/Litre
2999 Aut 440 / Aut 159
Laval
Sat, 01 Jun 2024 05:57'], [45.569115, -73.760742, 'green', 'Costco - 164.9 ¢/Litre
2999 440 ouest
Laval
Sat, 01 Jun 2024 05:56']]; 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+");});"); } }