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.9846,-96.8737)};var g_cb1fac69e96a95bd63e658cb367d3eb1 = new google.maps.Geocoder();g_cb1fac69e96a95bd63e658cb367d3eb1.geocode( { 'address': "2340 E Trinity Mills Rd, Carrollton, TX 75006, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carrollton-TX-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('carrollton-TX-bbt-atm'), mapOptions);}document.getElementById('f5537591').innerHTML += ' | View Map';var $lcb1fac69e96a95bd63e658cb367d3eb1 = '

BB&T ATM

Address: 2340 E Trinity Mills Rd, Carrollton, TX 75006, USA
Phone: (800) 226-5228
';var m_cb1fac69e96a95bd63e658cb367d3eb1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_cb1fac69e96a95bd63e658cb367d3eb1['infowindow'] = new google.maps.InfoWindow({content: $lcb1fac69e96a95bd63e658cb367d3eb1});var infowindow = new google.maps.InfoWindow({content: $lcb1fac69e96a95bd63e658cb367d3eb1});google.maps.event.addListener(m_cb1fac69e96a95bd63e658cb367d3eb1, 'click', function() {infowindow.open(map,m_cb1fac69e96a95bd63e658cb367d3eb1);});$marker.push(m_cb1fac69e96a95bd63e658cb367d3eb1);}});}google.maps.event.addDomListener(window, 'load', initialize);