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.6259,-93.7347)};var g_93897cc117a734be93733779051c9926 = new google.maps.Geocoder();g_93897cc117a734be93733779051c9926.geocode( { 'address': "2301 128th St, Urbandale, IA 50323"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('urbandale-IA-iowa-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('urbandale-IA-iowa-state-bank'), mapOptions);}document.getElementById('3d5ea29f').innerHTML += ' | View Map';var $l93897cc117a734be93733779051c9926 = '

Iowa State Bank

Address: 2301 128th St, Urbandale, IA 50323
Phone: (515) 278-2442
';var m_93897cc117a734be93733779051c9926 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Iowa State Bank',});m_93897cc117a734be93733779051c9926['infowindow'] = new google.maps.InfoWindow({content: $l93897cc117a734be93733779051c9926});var infowindow = new google.maps.InfoWindow({content: $l93897cc117a734be93733779051c9926});google.maps.event.addListener(m_93897cc117a734be93733779051c9926, 'click', function() {infowindow.open(map,m_93897cc117a734be93733779051c9926);});$marker.push(m_93897cc117a734be93733779051c9926);}});}google.maps.event.addDomListener(window, 'load', initialize);