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.6492,-93.4692)};var g_beb22abb9ec56c0cf7ec7d811dd91a56 = new google.maps.Geocoder();g_beb22abb9ec56c0cf7ec7d811dd91a56.geocode( { 'address': "420 8th St SE, Altoona, IA 50009"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('altoona-IA-bank-iowa').style.display = '';map = new google.maps.Map(document.getElementById('altoona-IA-bank-iowa'), mapOptions);}document.getElementById('e3b88b8a').innerHTML += ' | View Map';var $lbeb22abb9ec56c0cf7ec7d811dd91a56 = '

Bank Iowa

Address: 420 8th St SE, Altoona, IA 50009
Phone: (515) 967-7283
';var m_beb22abb9ec56c0cf7ec7d811dd91a56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Iowa',});m_beb22abb9ec56c0cf7ec7d811dd91a56['infowindow'] = new google.maps.InfoWindow({content: $lbeb22abb9ec56c0cf7ec7d811dd91a56});var infowindow = new google.maps.InfoWindow({content: $lbeb22abb9ec56c0cf7ec7d811dd91a56});google.maps.event.addListener(m_beb22abb9ec56c0cf7ec7d811dd91a56, 'click', function() {infowindow.open(map,m_beb22abb9ec56c0cf7ec7d811dd91a56);});$marker.push(m_beb22abb9ec56c0cf7ec7d811dd91a56);}});}google.maps.event.addDomListener(window, 'load', initialize);