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.5997,-93.8361)};var g_2ac30128fa0d86eab783ef2893688608 = new google.maps.Geocoder();g_2ac30128fa0d86eab783ef2893688608.geocode( { 'address': "9350 University Ave #138, West Des Moines, IA 50266, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-des-moines-IA-americn-trust--savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-des-moines-IA-americn-trust--savings-bank'), mapOptions);}document.getElementById('defde6bc').innerHTML += ' | View Map';var $l2ac30128fa0d86eab783ef2893688608 = '

Americn Trust & Savings Bank

Address: 9350 University Ave #138, West Des Moines, IA 50266, USA
Phone: (515) 283-3750
';var m_2ac30128fa0d86eab783ef2893688608 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Americn Trust & Savings Bank',});m_2ac30128fa0d86eab783ef2893688608['infowindow'] = new google.maps.InfoWindow({content: $l2ac30128fa0d86eab783ef2893688608});var infowindow = new google.maps.InfoWindow({content: $l2ac30128fa0d86eab783ef2893688608});google.maps.event.addListener(m_2ac30128fa0d86eab783ef2893688608, 'click', function() {infowindow.open(map,m_2ac30128fa0d86eab783ef2893688608);});$marker.push(m_2ac30128fa0d86eab783ef2893688608);}});}google.maps.event.addDomListener(window, 'load', initialize);