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.6443,-93.7359)};var g_0a343d089f3bd7ea28315af8b4370155 = new google.maps.Geocoder();g_0a343d089f3bd7ea28315af8b4370155.geocode( { 'address': "8525 Meredith Dr, Urbandale, IA 50322, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('urbandale-IA-bank-of-america-atm').style.display = '';map = new google.maps.Map(document.getElementById('urbandale-IA-bank-of-america-atm'), mapOptions);}document.getElementById('6e9aaa8a').innerHTML += ' | View Map';var $l0a343d089f3bd7ea28315af8b4370155 = '

Bank of America ATM

Address: 8525 Meredith Dr, Urbandale, IA 50322, USA
Phone: (515) 235-2989
';var m_0a343d089f3bd7ea28315af8b4370155 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America ATM',});m_0a343d089f3bd7ea28315af8b4370155['infowindow'] = new google.maps.InfoWindow({content: $l0a343d089f3bd7ea28315af8b4370155});var infowindow = new google.maps.InfoWindow({content: $l0a343d089f3bd7ea28315af8b4370155});google.maps.event.addListener(m_0a343d089f3bd7ea28315af8b4370155, 'click', function() {infowindow.open(map,m_0a343d089f3bd7ea28315af8b4370155);});$marker.push(m_0a343d089f3bd7ea28315af8b4370155);}});}google.maps.event.addDomListener(window, 'load', initialize);