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.469,-91.8958)};var g_00da3036c4f9e0858880633f661aaf27 = new google.maps.Geocoder();g_00da3036c4f9e0858880633f661aaf27.geocode( { 'address': "230 1st St E, Independence, IA 50644"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('independence-IA-bank-iowa').style.display = '';map = new google.maps.Map(document.getElementById('independence-IA-bank-iowa'), mapOptions);}document.getElementById('62a6fad1').innerHTML += ' | View Map';var $l00da3036c4f9e0858880633f661aaf27 = '

Bank Iowa

Address: 230 1st St E, Independence, IA 50644
Phone: (319) 334-7181
';var m_00da3036c4f9e0858880633f661aaf27 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Iowa',});m_00da3036c4f9e0858880633f661aaf27['infowindow'] = new google.maps.InfoWindow({content: $l00da3036c4f9e0858880633f661aaf27});var infowindow = new google.maps.InfoWindow({content: $l00da3036c4f9e0858880633f661aaf27});google.maps.event.addListener(m_00da3036c4f9e0858880633f661aaf27, 'click', function() {infowindow.open(map,m_00da3036c4f9e0858880633f661aaf27);});$marker.push(m_00da3036c4f9e0858880633f661aaf27);}});}google.maps.event.addDomListener(window, 'load', initialize);