/**** * 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.383375, -73.982935); 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.439289, -73.621925, 'red', '185.9 ¢/Litre
Lapierre / Newman
LaSalle
Sun, 28 Apr 2024 23:29'], [45.464810, -73.585022, 'red', '185.9 ¢/Litre
La Verendrye / De l’Église
Le Sud-Ouest
Sun, 28 Apr 2024 23:29'], [45.492127, -73.710676, 'red', '185.9 ¢/Litre
Côte Vertu / Bégin
Saint-Laurent
Fri, 26 Apr 2024 00:30'], [45.481416, -73.577714, 'red', '185.9 ¢/Litre
Notre-Dame / Atwater
Le Sud-Ouest
Fri, 26 Apr 2024 03:32'], [45.447681, -73.609652, 'red', '185.6 ¢/Litre
Boulevard Angrigon / Boulevard Newman
LaSalle
Sun, 28 Apr 2024 13:40'], [45.483866, -73.579463, 'red', '184.9 ¢/Litre
Atwater / St Jacques
Le Sud-Ouest
Sun, 28 Apr 2024 23:29'], [45.493232, -73.709000, 'red', '184.9 ¢/Litre
Côte Vertu / Begin
Saint-Laurent
Fri, 26 Apr 2024 01:00'], [45.481060, -73.578331, 'red', '184.9 ¢/Litre
Notre-Dame / Atwater
Le Sud-Ouest
Fri, 26 Apr 2024 00:30'], [45.455117, -73.632777, 'red', '184.9 ¢/Litre
St-Jacques / St-Anne-de-Bellevue
Notre-Dame-de-Grâce
Fri, 26 Apr 2024 03:31'], [45.502091, -73.815540, 'red', '184.9 ¢/Litre
Sources / Anselme Lavigne
Dollard-des-Ormeaux
Sun, 28 Apr 2024 23:32'], [45.490275, -73.802855, 'red', '184.9 ¢/Litre
Sources / Hyman
Dollard-des-Ormeaux
Sun, 28 Apr 2024 23:32'], [45.493315, -73.807043, 'red', '184.9 ¢/Litre
Sources / Churchill
Dollard-des-Ormeaux
Sun, 28 Apr 2024 23:30'], [45.468040, -73.638016, 'red', '183.9 ¢/Litre
Somerled / Cavendish
Notre-Dame-de-Grâce
Fri, 26 Apr 2024 03:27'], [45.574931, -73.876109, 'red', 'Belisle - 183.9 ¢/Litre
St-Laurent
Saint-Eustache
Sun, 28 Apr 2024 10:34'], [45.400803, -73.550399, 'blue', '180.9 ¢/Litre
Marie-Victorin / des Cascades
Sainte-Catherine
Sun, 28 Apr 2024 23:28'], [45.421724, -73.635371, 'blue', '179.9 ¢/Litre
Airlie / 80e Ave
LaSalle
Sun, 28 Apr 2024 16:21'], [45.432634, -73.637114, 'blue', '179.9 ¢/Litre
Dollard / Bédard
LaSalle
Sun, 28 Apr 2024 16:20'], [45.436609, -73.625192, 'blue', '179.9 ¢/Litre
Newman / Thierry
LaSalle
Sun, 28 Apr 2024 23:28'], [45.431217, -73.618933, 'blue', '179.9 ¢/Litre
Shevchencko / Jean-Brillon
LaSalle
Sun, 28 Apr 2024 23:27'], [45.486768, -73.551440, 'green', 'Costco - 176.9 ¢/Litre
Bridge / Mill
Le Sud-Ouest
Sun, 28 Apr 2024 16:07'], [45.404236, -74.037960, 'green', 'Costco - 175.9 ¢/Litre
St-Charles / Dunberry
Vaudreuil-Dorion
Fri, 26 Apr 2024 10:41'], [45.580715, -73.760447, 'green', 'Costco - 174.9 ¢/Litre
2999 Aut.440 Laval/Ave. Jacques-Bureau
Laval
Sun, 28 Apr 2024 18:44'], [45.575442, -73.753731, 'green', 'Costco - 174.9 ¢/Litre
2999 Aut 440 / Aut 440 / Aut 15
Laval
Sun, 28 Apr 2024 15:34']]; 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+");});"); } }