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(43.5571,-92.0109)};var g_1274aec8ad9b0ae128e3c7ed01b3bd0a = new google.maps.Geocoder();g_1274aec8ad9b0ae128e3c7ed01b3bd0a.geocode( { 'address': "3 Main Ave N, Harmony, MN 55939"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harmony-MN-first-southeast-bank').style.display = '';map = new google.maps.Map(document.getElementById('harmony-MN-first-southeast-bank'), mapOptions);}document.getElementById('0cd54e9a').innerHTML += ' | View Map';var $l1274aec8ad9b0ae128e3c7ed01b3bd0a = '

First Southeast Bank

Address: 3 Main Ave N, Harmony, MN 55939
Phone: (507) 886-6922
';var m_1274aec8ad9b0ae128e3c7ed01b3bd0a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Southeast Bank',});m_1274aec8ad9b0ae128e3c7ed01b3bd0a['infowindow'] = new google.maps.InfoWindow({content: $l1274aec8ad9b0ae128e3c7ed01b3bd0a});var infowindow = new google.maps.InfoWindow({content: $l1274aec8ad9b0ae128e3c7ed01b3bd0a});google.maps.event.addListener(m_1274aec8ad9b0ae128e3c7ed01b3bd0a, 'click', function() {infowindow.open(map,m_1274aec8ad9b0ae128e3c7ed01b3bd0a);});$marker.push(m_1274aec8ad9b0ae128e3c7ed01b3bd0a);}});}google.maps.event.addDomListener(window, 'load', initialize);