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.5714,-91.263)};var g_105f1cd3cccfc6b50be5788fbd737324 = new google.maps.Geocoder();g_105f1cd3cccfc6b50be5788fbd737324.geocode( { 'address': "101 E 4th St, West Liberty, IA 52776, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-liberty-IA-south-ottumwa-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-liberty-IA-south-ottumwa-savings-bank'), mapOptions);}document.getElementById('6404b507').innerHTML += ' | View Map';var $l105f1cd3cccfc6b50be5788fbd737324 = '

South Ottumwa Savings Bank

Address: 101 E 4th St, West Liberty, IA 52776, USA
Phone: (319) 627-2191
';var m_105f1cd3cccfc6b50be5788fbd737324 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Ottumwa Savings Bank',});m_105f1cd3cccfc6b50be5788fbd737324['infowindow'] = new google.maps.InfoWindow({content: $l105f1cd3cccfc6b50be5788fbd737324});var infowindow = new google.maps.InfoWindow({content: $l105f1cd3cccfc6b50be5788fbd737324});google.maps.event.addListener(m_105f1cd3cccfc6b50be5788fbd737324, 'click', function() {infowindow.open(map,m_105f1cd3cccfc6b50be5788fbd737324);});$marker.push(m_105f1cd3cccfc6b50be5788fbd737324);}});}google.maps.event.addDomListener(window, 'load', initialize);