/**** * 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.305772, -73.254490); 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.593169, -73.185226, 'red', '180.9 ¢/Litre
Brunet / Aut 20 (Sortie 113)
Mont-Saint-Hilaire
Wed, 15 May 2024 07:30'], [45.432856, -73.160142, 'red', '179.9 ¢/Litre
claude de ramezay/du pont
Marieville
Wed, 15 May 2024 08:00'], [45.593169, -73.185226, 'red', '179.9 ¢/Litre
Brunet / Aut 20 (Sortie 113)
Mont-Saint-Hilaire
Wed, 15 May 2024 09:43'], [45.529366, -73.481586, 'blue', '177.9 ¢/Litre
Chambly / Curé Poirier
Longueuil
Wed, 15 May 2024 09:34'], [45.406872, -73.497527, 'blue', '177.9 ¢/Litre
Taschereau / Salaberry
La Prairie
Wed, 15 May 2024 08:00'], [45.435239, -73.489912, 'blue', '177.9 ¢/Litre
Matte / Marie-Victorin / Aut 15 (Sortie 50)
Brossard
Wed, 15 May 2024 07:30'], [45.549520, -73.219972, 'blue', '176.9 ¢/Litre
Sir Wilfrid Laurier / Bernard Pilon
Beloeil
Wed, 15 May 2024 09:41'], [45.562727, -73.206394, 'blue', '176.9 ¢/Litre
Sir Wilfrid Laurier / Duvernay
Beloeil
Wed, 15 May 2024 09:41'], [45.562421, -73.188442, 'blue', '176.9 ¢/Litre
324 sir-wilfrid-laurier
Mont-Saint-Hilaire
Wed, 15 May 2024 09:42'], [45.571289, -73.177673, 'blue', '176.9 ¢/Litre
Sir Wilfrid Laurier / Bernard
Mont-Saint-Hilaire
Wed, 15 May 2024 09:42'], [45.465169, -73.345462, 'blue', '176.9 ¢/Litre
1499 Ch de Chambly / Cousineau
Carignan
Wed, 15 May 2024 09:39'], [45.435143, -73.476495, 'blue', '176.9 ¢/Litre
Taschereau / Matte
Brossard
Wed, 15 May 2024 07:30'], [45.562616, -73.188010, 'blue', '176.9 ¢/Litre
328 Boul Sir-Wilfrid-Laurier / Radisson
Mont-Saint-Hilaire
Wed, 15 May 2024 09:42'], [45.537753, -73.356759, 'blue', '176.9 ¢/Litre
Montarville / Lavérendrye
Saint-Bruno-de-Montarville
Wed, 15 May 2024 09:34'], [45.503734, -73.420799, 'blue', '175.9 ¢/Litre
5335 Ch Chambly / Gelineau
Saint-Hubert
Wed, 15 May 2024 09:35'], [45.530207, -73.457127, 'blue', '174.9 ¢/Litre
Rolland Therrien / Toulouse
Longueuil
Wed, 15 May 2024 07:30'], [45.521868, -73.463538, 'blue', '174.9 ¢/Litre
Chambly / Jacques Cartier
Longueuil
Wed, 15 May 2024 07:30'], [45.433637, -73.477474, 'green', 'Costco - 169.9 ¢/Litre
Taschereau / Matte
Brossard
Wed, 15 May 2024 10:48'], [45.371582, -73.515440, 'green', 'Costco - 168.9 ¢/Litre
Strasbourg / Sardaigne
Candiac
Wed, 15 May 2024 10:46'], [45.475037, -73.358947, 'green', 'Pétrole Maurice - 166.9 ¢/Litre
Chemin Chambly / Montée Daniel
Saint-Hubert
Wed, 15 May 2024 08:00'], [45.486768, -73.551440, 'green', 'Costco - 165.9 ¢/Litre
Bridge / Mill
Le Sud-Ouest
Wed, 15 May 2024 09:45'], [45.351623, -73.292885, 'green', 'Pétrole Maurice - 163.9 ¢/Litre
St Luc / des Échevins / Bernier
Saint-Jean-sur-Richelieu
Wed, 15 May 2024 07:30']]; 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+");});"); } }