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.3968,-92.1435)};var g_b96a8568462d9ae610a32fcd2efca899 = new google.maps.Geocoder();g_b96a8568462d9ae610a32fcd2efca899.geocode( { 'address': "301 Maple St S, Turtle Lake, WI 54889"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('turtle-lake-WI-dairy-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('turtle-lake-WI-dairy-state-bank'), mapOptions);}document.getElementById('8d329395').innerHTML += ' | View Map';var $lb96a8568462d9ae610a32fcd2efca899 = '

Dairy State Bank

Address: 301 Maple St S, Turtle Lake, WI 54889
Phone: (715) 986-4181
';var m_b96a8568462d9ae610a32fcd2efca899 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dairy State Bank',});m_b96a8568462d9ae610a32fcd2efca899['infowindow'] = new google.maps.InfoWindow({content: $lb96a8568462d9ae610a32fcd2efca899});var infowindow = new google.maps.InfoWindow({content: $lb96a8568462d9ae610a32fcd2efca899});google.maps.event.addListener(m_b96a8568462d9ae610a32fcd2efca899, 'click', function() {infowindow.open(map,m_b96a8568462d9ae610a32fcd2efca899);});$marker.push(m_b96a8568462d9ae610a32fcd2efca899);}});}google.maps.event.addDomListener(window, 'load', initialize);