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.3208,-89.5351)};var g_23a5865f113eb159cb5929186d708069 = new google.maps.Geocoder();g_23a5865f113eb159cb5929186d708069.geocode( { 'address': "713 N Main St, Lodi, WI 53555, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lodi-WI-bmo-harris-bank').style.display = '';map = new google.maps.Map(document.getElementById('lodi-WI-bmo-harris-bank'), mapOptions);}document.getElementById('36a19b76').innerHTML += ' | View Map';var $l23a5865f113eb159cb5929186d708069 = '

BMO Harris Bank

Address: 713 N Main St, Lodi, WI 53555, USA
Phone: (608) 592-5801
';var m_23a5865f113eb159cb5929186d708069 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BMO Harris Bank',});m_23a5865f113eb159cb5929186d708069['infowindow'] = new google.maps.InfoWindow({content: $l23a5865f113eb159cb5929186d708069});var infowindow = new google.maps.InfoWindow({content: $l23a5865f113eb159cb5929186d708069});google.maps.event.addListener(m_23a5865f113eb159cb5929186d708069, 'click', function() {infowindow.open(map,m_23a5865f113eb159cb5929186d708069);});$marker.push(m_23a5865f113eb159cb5929186d708069);}});}google.maps.event.addDomListener(window, 'load', initialize);