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.501,-91.7338)};var g_4a3423d813c5a3b3d5eaa012d6ffbcf5 = new google.maps.Geocoder();g_4a3423d813c5a3b3d5eaa012d6ffbcf5.geocode( { 'address': "16 S Main St, Rice Lake, WI 54868, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rice-lake-WI-dairy-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('rice-lake-WI-dairy-state-bank'), mapOptions);}document.getElementById('cfd52df3').innerHTML += ' | View Map';var $l4a3423d813c5a3b3d5eaa012d6ffbcf5 = '

Dairy State Bank

Address: 16 S Main St, Rice Lake, WI 54868, USA
Phone: (715) 234-9181
';var m_4a3423d813c5a3b3d5eaa012d6ffbcf5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dairy State Bank',});m_4a3423d813c5a3b3d5eaa012d6ffbcf5['infowindow'] = new google.maps.InfoWindow({content: $l4a3423d813c5a3b3d5eaa012d6ffbcf5});var infowindow = new google.maps.InfoWindow({content: $l4a3423d813c5a3b3d5eaa012d6ffbcf5});google.maps.event.addListener(m_4a3423d813c5a3b3d5eaa012d6ffbcf5, 'click', function() {infowindow.open(map,m_4a3423d813c5a3b3d5eaa012d6ffbcf5);});$marker.push(m_4a3423d813c5a3b3d5eaa012d6ffbcf5);}});}google.maps.event.addDomListener(window, 'load', initialize);