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.6255,-97.6373)};var g_58baee01d6dadd05fc1bafb213957e9b = new google.maps.Geocoder();g_58baee01d6dadd05fc1bafb213957e9b.geocode( { 'address': "111 Garfield St, Willow Lake, SD 57278, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('willow-lake-SD-dacotah-bank').style.display = '';map = new google.maps.Map(document.getElementById('willow-lake-SD-dacotah-bank'), mapOptions);}document.getElementById('eb889b4a').innerHTML += ' | View Map';var $l58baee01d6dadd05fc1bafb213957e9b = '

Dacotah Bank

Address: 111 Garfield St, Willow Lake, SD 57278, USA
Phone: (605) 625-3316
';var m_58baee01d6dadd05fc1bafb213957e9b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dacotah Bank',});m_58baee01d6dadd05fc1bafb213957e9b['infowindow'] = new google.maps.InfoWindow({content: $l58baee01d6dadd05fc1bafb213957e9b});var infowindow = new google.maps.InfoWindow({content: $l58baee01d6dadd05fc1bafb213957e9b});google.maps.event.addListener(m_58baee01d6dadd05fc1bafb213957e9b, 'click', function() {infowindow.open(map,m_58baee01d6dadd05fc1bafb213957e9b);});$marker.push(m_58baee01d6dadd05fc1bafb213957e9b);}});}google.maps.event.addDomListener(window, 'load', initialize);