var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng()};var g_995e1fda4a2b5f55ef0df50868bf2a8f = new google.maps.Geocoder();g_995e1fda4a2b5f55ef0df50868bf2a8f.geocode( { 'address': "108 Rue Principale, Cowansville, QC J2K 1J2"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cowansville-QC-bmo-bank-of-montreal').style.display = '';map = new google.maps.Map(document.getElementById('cowansville-QC-bmo-bank-of-montreal'), mapOptions);}document.getElementById('26720532').innerHTML += ' | View Map';var $l995e1fda4a2b5f55ef0df50868bf2a8f = '

BMO Bank of Montreal

Address: 108 Rue Principale, Cowansville, QC J2K 1J2
Phone: (450) 263-0555
';var m_995e1fda4a2b5f55ef0df50868bf2a8f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BMO Bank of Montreal',});m_995e1fda4a2b5f55ef0df50868bf2a8f['infowindow'] = new google.maps.InfoWindow({content: $l995e1fda4a2b5f55ef0df50868bf2a8f});var infowindow = new google.maps.InfoWindow({content: $l995e1fda4a2b5f55ef0df50868bf2a8f});google.maps.event.addListener(m_995e1fda4a2b5f55ef0df50868bf2a8f, 'click', function() {infowindow.open(map,m_995e1fda4a2b5f55ef0df50868bf2a8f);});$marker.push(m_995e1fda4a2b5f55ef0df50868bf2a8f);}});}google.maps.event.addDomListener(window, 'load', initialize);