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.7417,-93.7283)};var g_4285d861bc62cba0f06e6a1e95a2f08a = new google.maps.Geocoder();g_4285d861bc62cba0f06e6a1e95a2f08a.geocode( { 'address': "98 3rd St SE, Wells, MN 56097"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wells-MN-peoples-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('wells-MN-peoples-state-bank'), mapOptions);}document.getElementById('0354560f').innerHTML += ' | View Map';var $l4285d861bc62cba0f06e6a1e95a2f08a = '

Peoples State Bank

Address: 98 3rd St SE, Wells, MN 56097
Phone: (507) 553-3155
';var m_4285d861bc62cba0f06e6a1e95a2f08a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples State Bank',});m_4285d861bc62cba0f06e6a1e95a2f08a['infowindow'] = new google.maps.InfoWindow({content: $l4285d861bc62cba0f06e6a1e95a2f08a});var infowindow = new google.maps.InfoWindow({content: $l4285d861bc62cba0f06e6a1e95a2f08a});google.maps.event.addListener(m_4285d861bc62cba0f06e6a1e95a2f08a, 'click', function() {infowindow.open(map,m_4285d861bc62cba0f06e6a1e95a2f08a);});$marker.push(m_4285d861bc62cba0f06e6a1e95a2f08a);}});}google.maps.event.addDomListener(window, 'load', initialize);