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.7872,-96.7985)};var g_66ad8a2a52faea77bbfd08f87f4aa7f3 = new google.maps.Geocoder();g_66ad8a2a52faea77bbfd08f87f4aa7f3.geocode( { 'address': "826 Legacy Dr, Dallas, TX 75252"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-bank-of-amer-valero-2372-atm').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-bank-of-amer-valero-2372-atm'), mapOptions);}document.getElementById('d6731e0a').innerHTML += ' | View Map';var $l66ad8a2a52faea77bbfd08f87f4aa7f3 = '

Bank Of Amer-Valero 2372-ATM

Address: 826 Legacy Dr, Dallas, TX 75252
Phone: (214) 209-1370
';var m_66ad8a2a52faea77bbfd08f87f4aa7f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Amer-Valero 2372-ATM',});m_66ad8a2a52faea77bbfd08f87f4aa7f3['infowindow'] = new google.maps.InfoWindow({content: $l66ad8a2a52faea77bbfd08f87f4aa7f3});var infowindow = new google.maps.InfoWindow({content: $l66ad8a2a52faea77bbfd08f87f4aa7f3});google.maps.event.addListener(m_66ad8a2a52faea77bbfd08f87f4aa7f3, 'click', function() {infowindow.open(map,m_66ad8a2a52faea77bbfd08f87f4aa7f3);});$marker.push(m_66ad8a2a52faea77bbfd08f87f4aa7f3);}});}google.maps.event.addDomListener(window, 'load', initialize);