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.7747,-91.9335)};var g_9d0bea2cbb6504b5a6ec324dfbdb9446 = new google.maps.Geocoder();g_9d0bea2cbb6504b5a6ec324dfbdb9446.geocode( { 'address': "E4491 County Rd C, Downsville, WI 54735, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('downsville-WI-dairy-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('downsville-WI-dairy-state-bank'), mapOptions);}document.getElementById('b73133b0').innerHTML += ' | View Map';var $l9d0bea2cbb6504b5a6ec324dfbdb9446 = '

Dairy State Bank

Address: E4491 County Rd C, Downsville, WI 54735, USA
Phone: (715) 664-8711
';var m_9d0bea2cbb6504b5a6ec324dfbdb9446 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dairy State Bank',});m_9d0bea2cbb6504b5a6ec324dfbdb9446['infowindow'] = new google.maps.InfoWindow({content: $l9d0bea2cbb6504b5a6ec324dfbdb9446});var infowindow = new google.maps.InfoWindow({content: $l9d0bea2cbb6504b5a6ec324dfbdb9446});google.maps.event.addListener(m_9d0bea2cbb6504b5a6ec324dfbdb9446, 'click', function() {infowindow.open(map,m_9d0bea2cbb6504b5a6ec324dfbdb9446);});$marker.push(m_9d0bea2cbb6504b5a6ec324dfbdb9446);}});}google.maps.event.addDomListener(window, 'load', initialize);