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.8344,-96.6705)};var g_51db672ac302a163017367f46d48f602 = new google.maps.Geocoder();g_51db672ac302a163017367f46d48f602.geocode( { 'address': "2606 Gus Thomasson Rd, Dallas, TX 75228, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-bank-of-america---atm').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-bank-of-america---atm'), mapOptions);}document.getElementById('0f7e5c98').innerHTML += ' | View Map';var $l51db672ac302a163017367f46d48f602 = '

Bank of America - ATM

Address: 2606 Gus Thomasson Rd, Dallas, TX 75228, USA
Phone: (214) 327-7333
';var m_51db672ac302a163017367f46d48f602 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America - ATM',});m_51db672ac302a163017367f46d48f602['infowindow'] = new google.maps.InfoWindow({content: $l51db672ac302a163017367f46d48f602});var infowindow = new google.maps.InfoWindow({content: $l51db672ac302a163017367f46d48f602});google.maps.event.addListener(m_51db672ac302a163017367f46d48f602, 'click', function() {infowindow.open(map,m_51db672ac302a163017367f46d48f602);});$marker.push(m_51db672ac302a163017367f46d48f602);}});}google.maps.event.addDomListener(window, 'load', initialize);