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.742,-93.7241)};var g_b438f33d120fae67d78ea4cbe43de909 = new google.maps.Geocoder();g_b438f33d120fae67d78ea4cbe43de909.geocode( { 'address': "98 3rd St SE, Wells, MN 56097, USA"}, 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('b1a7086a').innerHTML += ' | View Map';var $lb438f33d120fae67d78ea4cbe43de909 = '

Peoples State Bank

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