/**** * 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.318097, -72.647061); 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.334200, -72.651372, 'red', '186.9 ¢/Litre
Boul. Bromont / Aut. 10
Bromont
Sun, 12 May 2024 13:30'], [45.334628, -72.650518, 'red', '186.9 ¢/Litre
130 Boul du carrefour
Bromont
Sun, 12 May 2024 13:29'], [45.331377, -72.648969, 'red', '186.9 ¢/Litre
Bromont / Aut 10 (Sortie 78)
Bromont
Sun, 12 May 2024 13:30'], [45.212033, -72.715367, 'red', '183.9 ¢/Litre
763 Boul.J-A Déragon / Rte 241 / P-Laporte
Cowansville
Sun, 12 May 2024 11:00'], [45.210608, -72.768878, 'blue', '179.9 ¢/Litre
Rivere / Hanson
Cowansville
Sun, 12 May 2024 13:33'], [45.190486, -72.755388, 'blue', '179.9 ¢/Litre
104 / Rue du Sud
Cowansville
Sun, 12 May 2024 13:36'], [45.108067, -72.616528, 'blue', '178.9 ¢/Litre
Principale / Academy
Sutton
Sun, 12 May 2024 11:00'], [45.055531, -72.392956, 'blue', '177.9 ¢/Litre
343 Principale (243) / Otis Mcneil
Potton
Sun, 12 May 2024 13:35'], [45.322200, -73.063544, 'blue', '175.9 ¢/Litre
Principale / Rte 104 / de la Rivière E
Sainte-Brigide-d’Iberville
Sun, 12 May 2024 13:39'], [45.287357, -72.997668, 'blue', '175.9 ¢/Litre
Rue principale.
Farnham
Sun, 12 May 2024 13:38'], [45.287199, -72.992513, 'blue', '175.9 ¢/Litre
Principale (Rte 104) / Rte 235
Farnham
Sun, 12 May 2024 13:37'], [45.424482, -72.716593, 'blue', '174.9 ¢/Litre
Dufferin / Fauvettes
Granby
Sun, 12 May 2024 13:31'], [45.351680, -72.515104, 'blue', '174.9 ¢/Litre
4 rue Nord / Foster
Waterloo
Sun, 12 May 2024 11:00'], [45.399578, -72.735208, 'blue', 'Irving - 174.9 ¢/Litre
St-Charles / St-Jacques
Granby
Sun, 12 May 2024 13:32'], [45.414653, -72.718391, 'blue', '174.9 ¢/Litre
Dufferin (coin Bourget)
Granby
Sun, 12 May 2024 13:32'], [45.329043, -72.817201, 'green', '172.9 ¢/Litre
Rte 139 / Aut 10 (Sortie 68)
Saint-Alphonse-de-Granby
Sun, 12 May 2024 11:30'], [45.210943, -72.814576, 'green', '172.9 ¢/Litre
Rivière / Rte 104 / Wellington
Cowansville
Sun, 12 May 2024 13:34'], [45.342316, -72.783502, 'green', '172.9 ¢/Litre
Rte 139 / Aut 10 (Sortie 68)
Saint-Alphonse-de-Granby
Sun, 12 May 2024 13:30'], [45.362059, -72.934853, 'green', '169.9 ¢/Litre
Rte 235 / Aut 10 (Sortie 55)
L’Ange-Gardien (Montérégie)
Sun, 12 May 2024 13:39'], [45.365866, -72.933780, 'green', '169.9 ¢/Litre
Rte 235 / Aut 10 (Sortie 55)
L’Ange-Gardien (Montérégie)
Sun, 12 May 2024 13:38'], [45.364946, -72.934102, 'green', '169.9 ¢/Litre
Rte 235 / Aut 10 (Sortie 55)
L’Ange-Gardien (Montérégie)
Sun, 12 May 2024 13:39'], [45.055505, -72.837324, 'green', '165.9 ¢/Litre
1 rue de l’église
Frelighsburg
Sun, 12 May 2024 13: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+");});"); } }