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(43.217,-94.4111)};var g_5961ee355a892ed572294603aad352f4 = new google.maps.Geocoder();g_5961ee355a892ed572294603aad352f4.geocode( { 'address': "606 Maple St, Fenton, IA 50539"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fenton-IA-west-iowa-bank').style.display = '';map = new google.maps.Map(document.getElementById('fenton-IA-west-iowa-bank'), mapOptions);}document.getElementById('226d196a').innerHTML += ' | View Map';var $l5961ee355a892ed572294603aad352f4 = '

West Iowa Bank

Address: 606 Maple St, Fenton, IA 50539
Phone: (515) 889-2231
';var m_5961ee355a892ed572294603aad352f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West Iowa Bank',});m_5961ee355a892ed572294603aad352f4['infowindow'] = new google.maps.InfoWindow({content: $l5961ee355a892ed572294603aad352f4});var infowindow = new google.maps.InfoWindow({content: $l5961ee355a892ed572294603aad352f4});google.maps.event.addListener(m_5961ee355a892ed572294603aad352f4, 'click', function() {infowindow.open(map,m_5961ee355a892ed572294603aad352f4);});$marker.push(m_5961ee355a892ed572294603aad352f4);}});}google.maps.event.addDomListener(window, 'load', initialize);