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.9035,-95.2496)};var g_a5e47dd8559474a763a9d1d9a3e9e19e = new google.maps.Geocoder();g_a5e47dd8559474a763a9d1d9a3e9e19e.geocode( { 'address': "341 4th Ave, Manilla, IA 51454"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manilla-IA-bank-iowa').style.display = '';map = new google.maps.Map(document.getElementById('manilla-IA-bank-iowa'), mapOptions);}document.getElementById('91703b83').innerHTML += ' | View Map';var $la5e47dd8559474a763a9d1d9a3e9e19e = '

Bank Iowa

Address: 341 4th Ave, Manilla, IA 51454
Phone: (712) 654-2962
';var m_a5e47dd8559474a763a9d1d9a3e9e19e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Iowa',});m_a5e47dd8559474a763a9d1d9a3e9e19e['infowindow'] = new google.maps.InfoWindow({content: $la5e47dd8559474a763a9d1d9a3e9e19e});var infowindow = new google.maps.InfoWindow({content: $la5e47dd8559474a763a9d1d9a3e9e19e});google.maps.event.addListener(m_a5e47dd8559474a763a9d1d9a3e9e19e, 'click', function() {infowindow.open(map,m_a5e47dd8559474a763a9d1d9a3e9e19e);});$marker.push(m_a5e47dd8559474a763a9d1d9a3e9e19e);}});}google.maps.event.addDomListener(window, 'load', initialize);