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(43.2738,-89.7212)};var g_675649e4afd76ee72fc1b4b577bd8945 = new google.maps.Geocoder();g_675649e4afd76ee72fc1b4b577bd8945.geocode( { 'address': "615 Water St, Sauk City, WI 53583, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sauk-city-WI-bmo-harris-bank').style.display = '';map = new google.maps.Map(document.getElementById('sauk-city-WI-bmo-harris-bank'), mapOptions);}document.getElementById('3d0bca65').innerHTML += ' | View Map';var $l675649e4afd76ee72fc1b4b577bd8945 = '

BMO Harris Bank

Address: 615 Water St, Sauk City, WI 53583, USA
Phone: (608) 643-8591
';var m_675649e4afd76ee72fc1b4b577bd8945 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BMO Harris Bank',});m_675649e4afd76ee72fc1b4b577bd8945['infowindow'] = new google.maps.InfoWindow({content: $l675649e4afd76ee72fc1b4b577bd8945});var infowindow = new google.maps.InfoWindow({content: $l675649e4afd76ee72fc1b4b577bd8945});google.maps.event.addListener(m_675649e4afd76ee72fc1b4b577bd8945, 'click', function() {infowindow.open(map,m_675649e4afd76ee72fc1b4b577bd8945);});$marker.push(m_675649e4afd76ee72fc1b4b577bd8945);}});}google.maps.event.addDomListener(window, 'load', initialize);