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(41.1281,-91.4377)};var g_77aaf6dea3b99171fccb5da62c98f176 = new google.maps.Geocoder();g_77aaf6dea3b99171fccb5da62c98f176.geocode( { 'address': "109 S Locust St, Winfield, IA 52659, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winfield-IA-peoples-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('winfield-IA-peoples-state-bank'), mapOptions);}document.getElementById('0e8dfb8e').innerHTML += ' | View Map';var $l77aaf6dea3b99171fccb5da62c98f176 = '

People's State Bank

Address: 109 S Locust St, Winfield, IA 52659, USA
Phone: (319) 257-3305
';var m_77aaf6dea3b99171fccb5da62c98f176 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'People's State Bank',});m_77aaf6dea3b99171fccb5da62c98f176['infowindow'] = new google.maps.InfoWindow({content: $l77aaf6dea3b99171fccb5da62c98f176});var infowindow = new google.maps.InfoWindow({content: $l77aaf6dea3b99171fccb5da62c98f176});google.maps.event.addListener(m_77aaf6dea3b99171fccb5da62c98f176, 'click', function() {infowindow.open(map,m_77aaf6dea3b99171fccb5da62c98f176);});$marker.push(m_77aaf6dea3b99171fccb5da62c98f176);}});}google.maps.event.addDomListener(window, 'load', initialize);