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(32.8566,-96.9915)};var g_e00151840ad86ec8a82291707618981f = new google.maps.Geocoder();g_e00151840ad86ec8a82291707618981f.geocode( { 'address': "3660 N Belt Line Rd, Irving, TX 75062, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irving-TX-bank-of-america-atm').style.display = '';map = new google.maps.Map(document.getElementById('irving-TX-bank-of-america-atm'), mapOptions);}document.getElementById('47ed942e').innerHTML += ' | View Map';var $le00151840ad86ec8a82291707618981f = '

Bank of America ATM

Address: 3660 N Belt Line Rd, Irving, TX 75062, USA
Phone:
';var m_e00151840ad86ec8a82291707618981f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America ATM',});m_e00151840ad86ec8a82291707618981f['infowindow'] = new google.maps.InfoWindow({content: $le00151840ad86ec8a82291707618981f});var infowindow = new google.maps.InfoWindow({content: $le00151840ad86ec8a82291707618981f});google.maps.event.addListener(m_e00151840ad86ec8a82291707618981f, 'click', function() {infowindow.open(map,m_e00151840ad86ec8a82291707618981f);});$marker.push(m_e00151840ad86ec8a82291707618981f);}});}google.maps.event.addDomListener(window, 'load', initialize);