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(42.4338,-92.9271)};var g_ead97089aae476d362a942d978947c32 = new google.maps.Geocoder();g_ead97089aae476d362a942d978947c32.geocode( { 'address': "414 N Adams St, Wellsburg, IA 50680"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wellsburg-IA-peoples-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('wellsburg-IA-peoples-savings-bank'), mapOptions);}document.getElementById('3932def4').innerHTML += ' | View Map';var $lead97089aae476d362a942d978947c32 = '

Peoples Savings Bank

Address: 414 N Adams St, Wellsburg, IA 50680
Phone: (641) 869-3721
';var m_ead97089aae476d362a942d978947c32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Savings Bank',});m_ead97089aae476d362a942d978947c32['infowindow'] = new google.maps.InfoWindow({content: $lead97089aae476d362a942d978947c32});var infowindow = new google.maps.InfoWindow({content: $lead97089aae476d362a942d978947c32});google.maps.event.addListener(m_ead97089aae476d362a942d978947c32, 'click', function() {infowindow.open(map,m_ead97089aae476d362a942d978947c32);});$marker.push(m_ead97089aae476d362a942d978947c32);}});}google.maps.event.addDomListener(window, 'load', initialize);