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.6873,-92.8496)};var g_d636a570e9dc6d962ffce7426b8b53ad = new google.maps.Geocoder();g_d636a570e9dc6d962ffce7426b8b53ad.geocode( { 'address': "15811 Main St, Kesley, IA 50649"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kesley-IA-iowa-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('kesley-IA-iowa-state-bank'), mapOptions);}document.getElementById('e21c7027').innerHTML += ' | View Map';var $ld636a570e9dc6d962ffce7426b8b53ad = '

Iowa State Bank

Address: 15811 Main St, Kesley, IA 50649
Phone: (319) 347-6671
';var m_d636a570e9dc6d962ffce7426b8b53ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Iowa State Bank',});m_d636a570e9dc6d962ffce7426b8b53ad['infowindow'] = new google.maps.InfoWindow({content: $ld636a570e9dc6d962ffce7426b8b53ad});var infowindow = new google.maps.InfoWindow({content: $ld636a570e9dc6d962ffce7426b8b53ad});google.maps.event.addListener(m_d636a570e9dc6d962ffce7426b8b53ad, 'click', function() {infowindow.open(map,m_d636a570e9dc6d962ffce7426b8b53ad);});$marker.push(m_d636a570e9dc6d962ffce7426b8b53ad);}});}google.maps.event.addDomListener(window, 'load', initialize);