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.6488,-89.863)};var g_767d01b4bac1a1e8824c9b9f7cc79a04 = new google.maps.Geocoder();g_767d01b4bac1a1e8824c9b9f7cc79a04.geocode( { 'address': "2310 Co Rd M, Woodford, WI 53599, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodford-WI-woodford-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('woodford-WI-woodford-state-bank'), mapOptions);}document.getElementById('62c1ecb6').innerHTML += ' | View Map';var $l767d01b4bac1a1e8824c9b9f7cc79a04 = '

Woodford State Bank

Address: 2310 Co Rd M, Woodford, WI 53599, USA
Phone: (608) 465-3367
';var m_767d01b4bac1a1e8824c9b9f7cc79a04 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodford State Bank',});m_767d01b4bac1a1e8824c9b9f7cc79a04['infowindow'] = new google.maps.InfoWindow({content: $l767d01b4bac1a1e8824c9b9f7cc79a04});var infowindow = new google.maps.InfoWindow({content: $l767d01b4bac1a1e8824c9b9f7cc79a04});google.maps.event.addListener(m_767d01b4bac1a1e8824c9b9f7cc79a04, 'click', function() {infowindow.open(map,m_767d01b4bac1a1e8824c9b9f7cc79a04);});$marker.push(m_767d01b4bac1a1e8824c9b9f7cc79a04);}});}google.maps.event.addDomListener(window, 'load', initialize);