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.5832,-93.7569)};var g_382eef70eccd561a0c41152e94fdc681 = new google.maps.Geocoder();g_382eef70eccd561a0c41152e94fdc681.geocode( { 'address': "3400 Westown Pkwy, West Des Moines, IA 50266"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-des-moines-IA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('west-des-moines-IA-bank-of-america'), mapOptions);}document.getElementById('f9064f4d').innerHTML += ' | View Map';var $l382eef70eccd561a0c41152e94fdc681 = '

Bank of America

Address: 3400 Westown Pkwy, West Des Moines, IA 50266
Phone: (515) 224-0615
';var m_382eef70eccd561a0c41152e94fdc681 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_382eef70eccd561a0c41152e94fdc681['infowindow'] = new google.maps.InfoWindow({content: $l382eef70eccd561a0c41152e94fdc681});var infowindow = new google.maps.InfoWindow({content: $l382eef70eccd561a0c41152e94fdc681});google.maps.event.addListener(m_382eef70eccd561a0c41152e94fdc681, 'click', function() {infowindow.open(map,m_382eef70eccd561a0c41152e94fdc681);});$marker.push(m_382eef70eccd561a0c41152e94fdc681);}});}google.maps.event.addDomListener(window, 'load', initialize);