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.8472,-91.6949)};var g_ff326fdbb99066543cef8bbeabf73434 = new google.maps.Geocoder();g_ff326fdbb99066543cef8bbeabf73434.geocode( { 'address': "59 Rose Ave, Swisher, IA 52338, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('swisher-IA-swisher-trust--savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('swisher-IA-swisher-trust--savings-bank'), mapOptions);}document.getElementById('c4fe05f3').innerHTML += ' | View Map';var $lff326fdbb99066543cef8bbeabf73434 = '

Swisher Trust & Savings Bank

Address: 59 Rose Ave, Swisher, IA 52338, USA
Phone: (319) 857-4131
';var m_ff326fdbb99066543cef8bbeabf73434 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Swisher Trust & Savings Bank',});m_ff326fdbb99066543cef8bbeabf73434['infowindow'] = new google.maps.InfoWindow({content: $lff326fdbb99066543cef8bbeabf73434});var infowindow = new google.maps.InfoWindow({content: $lff326fdbb99066543cef8bbeabf73434});google.maps.event.addListener(m_ff326fdbb99066543cef8bbeabf73434, 'click', function() {infowindow.open(map,m_ff326fdbb99066543cef8bbeabf73434);});$marker.push(m_ff326fdbb99066543cef8bbeabf73434);}});}google.maps.event.addDomListener(window, 'load', initialize);