/**** * 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=e * ****/ function mapload() { var latlng = new google.maps.LatLng(45.266709, -73.616257); 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.578564, -73.575518, 'red', '177.9 ¢/Litre
Bélanger E / l’Assomption
Rosemont
Sun, 02 Jun 2024 13:21'], [45.467640, -73.538519, 'red', '174.9 ¢/Litre
Du Commerce / René Lévesque
Île des Soeurs
Sat, 01 Jun 2024 23:54'], [45.447845, -73.286863, 'red', '174.9 ¢/Litre
Bourgogne / Fréchette
Chambly
Sun, 02 Jun 2024 13:16'], [45.567523, -73.450137, 'blue', '172.9 ¢/Litre
Jacques Cartier / Du Lac
Longueuil
Sun, 02 Jun 2024 11:00'], [45.485007, -73.632753, 'blue', '172.9 ¢/Litre
Decarie / Isabella
Côte-des-Neiges
Sun, 02 Jun 2024 11:30'], [45.501483, -73.423506, 'blue', '172.9 ¢/Litre
Cousineau / Montée St-Hubert
Saint-Hubert
Sun, 02 Jun 2024 13:25'], [45.486054, -73.633837, 'blue', '172.9 ¢/Litre
Décarie / Edouard Montpetit / Lacombe
Côte-des-Neiges
Sun, 02 Jun 2024 13:22'], [45.567928, -73.450352, 'blue', '172.9 ¢/Litre
Jacques Cartier / Du Lac
Longueuil
Sun, 02 Jun 2024 13:07'], [45.481293, -73.577908, 'blue', '172.9 ¢/Litre
Atwater/ Notre Dame
Ville-Marie (Montreal)
Sun, 02 Jun 2024 15:27'], [45.486616, -73.636535, 'blue', '172.9 ¢/Litre
Decarie / Dupuis / Cote Ste Catherine
Côte-des-Neiges
Sun, 02 Jun 2024 13:21'], [45.458915, -73.464943, 'blue', '172.9 ¢/Litre
Taschereau / Mario
Brossard
Sun, 02 Jun 2024 13:24'], [45.443962, -73.246705, 'blue', '171.9 ¢/Litre
510 Blvd Richelieu / Ch des Patriotes
Richelieu
Sun, 02 Jun 2024 13:15'], [45.454885, -73.465571, 'blue', '171.9 ¢/Litre
Taschereau / Rome
Brossard
Sun, 02 Jun 2024 13:24'], [45.530207, -73.457127, 'blue', '170.9 ¢/Litre
Rolland Therrien / Toulouse
Longueuil
Sun, 02 Jun 2024 13:04'], [45.506039, -73.430198, 'blue', '167.9 ¢/Litre
Cousineau / Chambly
Saint-Hubert
Sun, 02 Jun 2024 13:23'], [45.502445, -73.426215, 'blue', '167.9 ¢/Litre
5175 Cousineau / Perras
Saint-Hubert
Sun, 02 Jun 2024 13:23'], [45.306225, -73.283867, 'blue', '166.9 ¢/Litre
Industriel/St Jacques
Saint-Jean-sur-Richelieu
Fri, 31 May 2024 18:12'], [45.458904, -73.419386, 'blue', '166.9 ¢/Litre
Grande-Allée / Du Quartier
Brossard
Sun, 02 Jun 2024 13:15'], [45.486768, -73.551440, 'blue', 'Costco - 166.9 ¢/Litre
Bridge / Mill
Le Sud-Ouest
Sun, 02 Jun 2024 13:12'], [45.458885, -73.419335, 'blue', '166.9 ¢/Litre
Grande Allée / du Quartier / Moïse Vincent
Saint-Hubert
Sun, 02 Jun 2024 13:15'], [45.456332, -73.415714, 'green', '166.3 ¢/Litre
Grande Allée / Aut 30
Brossard
Sun, 02 Jun 2024 13:14'], [45.371582, -73.515440, 'green', 'Costco - 164.9 ¢/Litre
Strasbourg / Sardaigne
Candiac
Sun, 02 Jun 2024 13:10'], [45.475037, -73.358947, 'green', 'Pétrole Maurice - 161.3 ¢/Litre
Chemin Chambly / Montée Daniel
Saint-Hubert
Sun, 02 Jun 2024 13:14'], [45.338756, -73.286105, 'green', '159.9 ¢/Litre
1315 rue Douglas
Saint-Jean-sur-Richelieu
Sun, 02 Jun 2024 13:13'], [45.351623, -73.292885, 'green', 'Pétrole Maurice - 158.3 ¢/Litre
St Luc / des Échevins / Bernier
Saint-Jean-sur-Richelieu
Sun, 02 Jun 2024 14:57']]; 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+");});"); } }