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.5833,-95.914)};var g_eab1bceaa6c5823d7ed86cfc7a8bd824 = new google.maps.Geocoder();g_eab1bceaa6c5823d7ed86cfc7a8bd824.geocode( { 'address': "4 Atlantic Ave, Morris, MN 56267"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morris-MN-dacotah-bank').style.display = '';map = new google.maps.Map(document.getElementById('morris-MN-dacotah-bank'), mapOptions);}document.getElementById('29f4d57d').innerHTML += ' | View Map';var $leab1bceaa6c5823d7ed86cfc7a8bd824 = '

Dacotah Bank

Address: 4 Atlantic Ave, Morris, MN 56267
Phone: (320) 589-3361
';var m_eab1bceaa6c5823d7ed86cfc7a8bd824 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dacotah Bank',});m_eab1bceaa6c5823d7ed86cfc7a8bd824['infowindow'] = new google.maps.InfoWindow({content: $leab1bceaa6c5823d7ed86cfc7a8bd824});var infowindow = new google.maps.InfoWindow({content: $leab1bceaa6c5823d7ed86cfc7a8bd824});google.maps.event.addListener(m_eab1bceaa6c5823d7ed86cfc7a8bd824, 'click', function() {infowindow.open(map,m_eab1bceaa6c5823d7ed86cfc7a8bd824);});$marker.push(m_eab1bceaa6c5823d7ed86cfc7a8bd824);}});}google.maps.event.addDomListener(window, 'load', initialize);