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(44.153,-87.9557)};var g_9398a81b705d554c0e94ef6b2081ffd4 = new google.maps.Geocoder();g_9398a81b705d554c0e94ef6b2081ffd4.geocode( { 'address': "427 Manitowoc St, Reedsville, WI 54230, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('reedsville-WI-denmark-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('reedsville-WI-denmark-state-bank'), mapOptions);}document.getElementById('0647a7b0').innerHTML += ' | View Map';var $l9398a81b705d554c0e94ef6b2081ffd4 = '

Denmark State Bank

Address: 427 Manitowoc St, Reedsville, WI 54230, USA
Phone: (920) 754-4366
';var m_9398a81b705d554c0e94ef6b2081ffd4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Denmark State Bank',});m_9398a81b705d554c0e94ef6b2081ffd4['infowindow'] = new google.maps.InfoWindow({content: $l9398a81b705d554c0e94ef6b2081ffd4});var infowindow = new google.maps.InfoWindow({content: $l9398a81b705d554c0e94ef6b2081ffd4});google.maps.event.addListener(m_9398a81b705d554c0e94ef6b2081ffd4, 'click', function() {infowindow.open(map,m_9398a81b705d554c0e94ef6b2081ffd4);});$marker.push(m_9398a81b705d554c0e94ef6b2081ffd4);}});}google.maps.event.addDomListener(window, 'load', initialize);