/**** * 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.666707, -73.049570); 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.447845, -73.286863, 'red', '174.9 ¢/Litre
Bourgogne / Fréchette
Chambly
Sun, 02 Jun 2024 13:16'], [45.557828, -73.231701, 'red', '174.9 ¢/Litre
Bernard-Pilon / Yvon-L’Heureux
McMasterville
Fri, 31 May 2024 13:42'], [45.571289, -73.177673, 'red', '174.9 ¢/Litre
Sir Wilfrid Laurier / Bernard
Mont-Saint-Hilaire
Fri, 31 May 2024 12:00'], [45.425325, -72.807918, 'red', '174.9 ¢/Litre
rue principale
Saint-Paul-d’Abbotsford
Fri, 31 May 2024 13:59'], [45.496989, -73.447439, 'red', '173.9 ¢/Litre
Soucy / Maricourt
Saint-Hubert
Fri, 31 May 2024 13:36'], [45.865525, -73.145475, 'red', '172.9 ¢/Litre
4950 des patriotes
Contrecoeur
Sun, 02 Jun 2024 11:20'], [45.681034, -73.437497, 'red', '172.9 ¢/Litre
De La Marine / Rte 132
Varennes
Sun, 02 Jun 2024 13:06'], [45.501483, -73.423506, 'red', '172.9 ¢/Litre
Cousineau / Montée St-Hubert
Saint-Hubert
Sun, 02 Jun 2024 13:25'], [45.579334, -73.447128, 'red', '172.9 ¢/Litre
Mortagne / Industriel
Boucherville
Sun, 02 Jun 2024 11:00'], [45.602901, -73.351848, 'red', '172.9 ¢/Litre
Mteé Ste-Julie / N-P Lapierre
Sainte-Julie
Sun, 02 Jun 2024 11:00'], [45.656168, -73.421819, 'red', '172.9 ¢/Litre
De La Marine / Rte 132
Varennes
Sun, 02 Jun 2024 13:06'], [45.851462, -73.245437, 'red', '172.9 ¢/Litre
Marie-Victorin / Jacques
Contrecoeur
Sun, 02 Jun 2024 11:20'], [45.520053, -73.318720, 'blue', '171.9 ¢/Litre
Sir Wilfrid Laurier / de Boucherville
Saint-Bruno-de-Montarville
Sun, 02 Jun 2024 11:30'], [45.443962, -73.246705, 'blue', '171.9 ¢/Litre
510 Blvd Richelieu / Ch des Patriotes
Richelieu
Sun, 02 Jun 2024 13:15'], [45.576640, -73.446699, 'blue', '171.9 ¢/Litre
Mortagne / Parfondeval
Boucherville
Sun, 02 Jun 2024 11:00'], [45.562421, -73.188442, 'blue', '169.9 ¢/Litre
324 sir-wilfrid-laurier
Mont-Saint-Hilaire
Sun, 02 Jun 2024 13:18'], [45.562727, -73.206394, 'blue', '169.9 ¢/Litre
Sir Wilfrid Laurier / Duvernay
Beloeil
Sun, 02 Jun 2024 13:18'], [45.562847, -73.224587, 'blue', '169.9 ¢/Litre
235 Blvd Yvon-l’Heureux Nord
Beloeil
Fri, 31 May 2024 13:41'], [45.549520, -73.219972, 'blue', '169.9 ¢/Litre
Sir Wilfrid Laurier / Bernard Pilon
Beloeil
Sun, 02 Jun 2024 13:18'], [45.514231, -73.132863, 'blue', '169.9 ¢/Litre
Principale / Rouville
Saint-Jean-Baptiste
Fri, 31 May 2024 14:47'], [45.502445, -73.426215, 'green', '167.9 ¢/Litre
5175 Cousineau / Perras
Saint-Hubert
Sun, 02 Jun 2024 13:23'], [45.506039, -73.430198, 'green', '167.9 ¢/Litre
Cousineau / Chambly
Saint-Hubert
Sun, 02 Jun 2024 13:23'], [45.458885, -73.419335, 'green', '166.9 ¢/Litre
Grande Allée / du Quartier / Moïse Vincent
Saint-Hubert
Sun, 02 Jun 2024 13:15'], [45.577050, -73.403659, 'green', 'Costco - 162.9 ¢/Litre
635 ch de Touraine
Boucherville
Fri, 31 May 2024 13:40'], [45.684327, -73.435514, 'green', '162.9 ¢/Litre
Marie-Victorin / Vincent
Varennes
Sun, 02 Jun 2024 11:18'], [45.577602, -73.405821, 'green', 'Costco - 162.9 ¢/Litre
635 ch de Touraine
Boucherville
Sun, 02 Jun 2024 11:53'], [45.475037, -73.358947, 'green', 'Pétrole Maurice - 161.3 ¢/Litre
Chemin Chambly / Montée Daniel
Saint-Hubert
Sun, 02 Jun 2024 13:14']]; 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+");});"); } }