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(45.6573,-91.5561)};var g_0a0884d44e9497d3e4b56241b1e514cd = new google.maps.Geocoder();g_0a0884d44e9497d3e4b56241b1e514cd.geocode( { 'address': "124 S Main St, Birchwood, WI 54817, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birchwood-WI-dairy-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('birchwood-WI-dairy-state-bank'), mapOptions);}document.getElementById('f293626b').innerHTML += ' | View Map';var $l0a0884d44e9497d3e4b56241b1e514cd = '

Dairy State Bank

Address: 124 S Main St, Birchwood, WI 54817, USA
Phone: (715) 354-3411
';var m_0a0884d44e9497d3e4b56241b1e514cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dairy State Bank',});m_0a0884d44e9497d3e4b56241b1e514cd['infowindow'] = new google.maps.InfoWindow({content: $l0a0884d44e9497d3e4b56241b1e514cd});var infowindow = new google.maps.InfoWindow({content: $l0a0884d44e9497d3e4b56241b1e514cd});google.maps.event.addListener(m_0a0884d44e9497d3e4b56241b1e514cd, 'click', function() {infowindow.open(map,m_0a0884d44e9497d3e4b56241b1e514cd);});$marker.push(m_0a0884d44e9497d3e4b56241b1e514cd);}});}google.maps.event.addDomListener(window, 'load', initialize);