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(33.1001,-96.6854)};var g_2b6d65b9a9445c4271ab9076ead5605a = new google.maps.Geocoder();g_2b6d65b9a9445c4271ab9076ead5605a.geocode( { 'address': "1005 W McDermott Dr, Allen, TX 75013, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allen-TX-bbt').style.display = '';map = new google.maps.Map(document.getElementById('allen-TX-bbt'), mapOptions);}document.getElementById('a341b50d').innerHTML += ' | View Map';var $l2b6d65b9a9445c4271ab9076ead5605a = '

BB&T

Address: 1005 W McDermott Dr, Allen, TX 75013, USA
Phone: (972) 649-9951
';var m_2b6d65b9a9445c4271ab9076ead5605a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_2b6d65b9a9445c4271ab9076ead5605a['infowindow'] = new google.maps.InfoWindow({content: $l2b6d65b9a9445c4271ab9076ead5605a});var infowindow = new google.maps.InfoWindow({content: $l2b6d65b9a9445c4271ab9076ead5605a});google.maps.event.addListener(m_2b6d65b9a9445c4271ab9076ead5605a, 'click', function() {infowindow.open(map,m_2b6d65b9a9445c4271ab9076ead5605a);});$marker.push(m_2b6d65b9a9445c4271ab9076ead5605a);}});}google.maps.event.addDomListener(window, 'load', initialize);