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.1618,-92.1652)};var g_1091267c6322ddc546912c53feee9b59 = new google.maps.Geocoder();g_1091267c6322ddc546912c53feee9b59.geocode( { 'address': "100 4th Ave SE, Plainview, MN 55964, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plainview-MN-peoples-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('plainview-MN-peoples-state-bank'), mapOptions);}document.getElementById('0f199ddc').innerHTML += ' | View Map';var $l1091267c6322ddc546912c53feee9b59 = '

Peoples State Bank

Address: 100 4th Ave SE, Plainview, MN 55964, USA
Phone: (507) 534-3137
';var m_1091267c6322ddc546912c53feee9b59 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples State Bank',});m_1091267c6322ddc546912c53feee9b59['infowindow'] = new google.maps.InfoWindow({content: $l1091267c6322ddc546912c53feee9b59});var infowindow = new google.maps.InfoWindow({content: $l1091267c6322ddc546912c53feee9b59});google.maps.event.addListener(m_1091267c6322ddc546912c53feee9b59, 'click', function() {infowindow.open(map,m_1091267c6322ddc546912c53feee9b59);});$marker.push(m_1091267c6322ddc546912c53feee9b59);}});}google.maps.event.addDomListener(window, 'load', initialize);