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.6541,-90.2229)};var g_0125141592fa9ededc665c55d9958f69 = new google.maps.Geocoder();g_0125141592fa9ededc665c55d9958f69.geocode( { 'address': "226 Center St, Wonewoc, WI 53968, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wonewoc-WI-bank-of-wonewoc').style.display = '';map = new google.maps.Map(document.getElementById('wonewoc-WI-bank-of-wonewoc'), mapOptions);}document.getElementById('a3ab5b98').innerHTML += ' | View Map';var $l0125141592fa9ededc665c55d9958f69 = '

Bank of Wonewoc

Address: 226 Center St, Wonewoc, WI 53968, USA
Phone: (608) 464-3210
';var m_0125141592fa9ededc665c55d9958f69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Wonewoc',});m_0125141592fa9ededc665c55d9958f69['infowindow'] = new google.maps.InfoWindow({content: $l0125141592fa9ededc665c55d9958f69});var infowindow = new google.maps.InfoWindow({content: $l0125141592fa9ededc665c55d9958f69});google.maps.event.addListener(m_0125141592fa9ededc665c55d9958f69, 'click', function() {infowindow.open(map,m_0125141592fa9ededc665c55d9958f69);});$marker.push(m_0125141592fa9ededc665c55d9958f69);}});}google.maps.event.addDomListener(window, 'load', initialize);