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.1278,-91.438)};var g_c6fef400c91d8a95e40fed430a363210 = new google.maps.Geocoder();g_c6fef400c91d8a95e40fed430a363210.geocode( { 'address': "120 S Locust St, Winfield, IA 52659, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winfield-IA-pilot-grove-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('winfield-IA-pilot-grove-savings-bank'), mapOptions);}document.getElementById('9aac5c25').innerHTML += ' | View Map';var $lc6fef400c91d8a95e40fed430a363210 = '

Pilot Grove Savings Bank

Address: 120 S Locust St, Winfield, IA 52659, USA
Phone: (319) 257-3321
';var m_c6fef400c91d8a95e40fed430a363210 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pilot Grove Savings Bank',});m_c6fef400c91d8a95e40fed430a363210['infowindow'] = new google.maps.InfoWindow({content: $lc6fef400c91d8a95e40fed430a363210});var infowindow = new google.maps.InfoWindow({content: $lc6fef400c91d8a95e40fed430a363210});google.maps.event.addListener(m_c6fef400c91d8a95e40fed430a363210, 'click', function() {infowindow.open(map,m_c6fef400c91d8a95e40fed430a363210);});$marker.push(m_c6fef400c91d8a95e40fed430a363210);}});}google.maps.event.addDomListener(window, 'load', initialize);