/**** * 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.200043, -72.749564); 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.334628, -72.650518, 'red', '184.9 ¢/Litre
130 Boul du carrefour
Bromont
Tue, 04 Jun 2024 11:00'], [45.331377, -72.648969, 'red', '184.9 ¢/Litre
Bromont / Aut 10 (Sortie 78)
Bromont
Tue, 04 Jun 2024 11:00'], [45.334200, -72.651372, 'red', '184.9 ¢/Litre
Boul. Bromont / Aut. 10
Bromont
Tue, 04 Jun 2024 11:00'], [45.198690, -72.662206, 'red', '174.9 ¢/Litre
Ch Knowlton (104) / Ch West Brome (139)
West-Brome
Tue, 04 Jun 2024 10:00'], [45.210419, -72.768813, 'red', '174.9 ¢/Litre
de la Rivière / Hanson
Cowansville
Tue, 04 Jun 2024 10:00'], [45.216667, -72.516667, 'red', '174.9 ¢/Litre
Rte 215
Lac-Brome
Thu, 06 Jun 2024 16:00'], [45.210608, -72.768878, 'red', '174.9 ¢/Litre
Rivere / Hanson
Cowansville
Tue, 04 Jun 2024 10:00'], [45.403229, -72.734066, 'red', '174.9 ¢/Litre
Cowe et Gearge Gros
Granby
Thu, 06 Jun 2024 15:30'], [45.414653, -72.718391, 'red', '174.9 ¢/Litre
Dufferin (coin Bourget)
Granby
Tue, 04 Jun 2024 12:44'], [45.383064, -72.661318, 'red', '174.9 ¢/Litre
1000 rue denison
Shefford
Tue, 04 Jun 2024 11:00'], [45.425325, -72.807918, 'red', '174.9 ¢/Litre
rue principale
Saint-Paul-d’Abbotsford
Thu, 06 Jun 2024 18:12'], [45.421491, -72.716730, 'blue', '172.9 ¢/Litre
David Bouchard/Dufferin
Granby
Thu, 06 Jun 2024 18:06'], [45.388524, -72.735470, 'blue', '172.9 ¢/Litre
Saint-Charles S / Denison O
Granby
Thu, 06 Jun 2024 18:06'], [45.335737, -72.703528, 'red', '172.9 ¢/Litre
Pierre Laporte / Aut 10 (Sortie 74)
Bromont
Tue, 04 Jun 2024 11:00'], [45.342316, -72.783502, 'blue', '172.9 ¢/Litre
Rte 139 / Aut 10 (Sortie 68)
Saint-Alphonse-de-Granby
Thu, 06 Jun 2024 16:30'], [45.329043, -72.817201, 'blue', '172.9 ¢/Litre
Rte 139 / Aut 10 (Sortie 68)
Saint-Alphonse-de-Granby
Thu, 06 Jun 2024 16:30'], [0.000000, 0.000000, 'green', '169.9 ¢/Litre
Rte 235 - Sortie 55 Aut 10
L’Ange-Gardien (Montérégie)
Thu, 06 Jun 2024 18:11'], [45.362059, -72.934853, 'green', '169.9 ¢/Litre
Rte 235 / Aut 10 (Sortie 55)
L’Ange-Gardien (Montérégie)
Thu, 06 Jun 2024 18:12'], [45.364946, -72.934102, 'green', '169.9 ¢/Litre
Rte 235 / Aut 10 (Sortie 55)
L’Ange-Gardien (Montérégie)
Thu, 06 Jun 2024 18:12'], [45.365866, -72.933780, 'green', '169.9 ¢/Litre
Rte 235 / Aut 10 (Sortie 55)
L’Ange-Gardien (Montérégie)
Thu, 06 Jun 2024 18:11'], [45.108067, -72.616528, 'green', '169.9 ¢/Litre
Principale / Academy
Sutton
Thu, 06 Jun 2024 18:09'], [45.120877, -72.987364, 'green', '165.9 ¢/Litre
Dupont / Route 202
Bedford
Tue, 04 Jun 2024 12:48'], [45.130363, -72.800925, 'green', '165.9 ¢/Litre
Bruce / Principale
Dunham
Tue, 04 Jun 2024 12:46'], [45.055505, -72.837324, 'red', '161.9 ¢/Litre
1 rue de l’église
Frelighsburg
Tue, 04 Jun 2024 11:00']]; 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+");});"); } }