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(42.8482,-90.7118)};var g_3a27459800c64556fb068cb82eee1d27 = new google.maps.Geocoder();g_3a27459800c64556fb068cb82eee1d27.geocode( { 'address': "237 W Maple St, Lancaster, WI 53813, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-WI-bmo-harris-bank').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-WI-bmo-harris-bank'), mapOptions);}document.getElementById('fdd54cb4').innerHTML += ' | View Map';var $l3a27459800c64556fb068cb82eee1d27 = '

BMO Harris Bank

Address: 237 W Maple St, Lancaster, WI 53813, USA
Phone: (608) 723-4166
';var m_3a27459800c64556fb068cb82eee1d27 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BMO Harris Bank',});m_3a27459800c64556fb068cb82eee1d27['infowindow'] = new google.maps.InfoWindow({content: $l3a27459800c64556fb068cb82eee1d27});var infowindow = new google.maps.InfoWindow({content: $l3a27459800c64556fb068cb82eee1d27});google.maps.event.addListener(m_3a27459800c64556fb068cb82eee1d27, 'click', function() {infowindow.open(map,m_3a27459800c64556fb068cb82eee1d27);});$marker.push(m_3a27459800c64556fb068cb82eee1d27);}});}google.maps.event.addDomListener(window, 'load', initialize);