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(38.8115,-76.701)};var g_1f6274049d029f259373f82862870adf = new google.maps.Geocoder();g_1f6274049d029f259373f82862870adf.geocode( { 'address': "5401 Southern Maryland Blvd, Lothian, MD 20711, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lothian-MD-bbt').style.display = '';map = new google.maps.Map(document.getElementById('lothian-MD-bbt'), mapOptions);}document.getElementById('c7a71a44').innerHTML += ' | View Map';var $l1f6274049d029f259373f82862870adf = '

BB&T

Address: 5401 Southern Maryland Blvd, Lothian, MD 20711, USA
Phone: (410) 741-1966
';var m_1f6274049d029f259373f82862870adf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_1f6274049d029f259373f82862870adf['infowindow'] = new google.maps.InfoWindow({content: $l1f6274049d029f259373f82862870adf});var infowindow = new google.maps.InfoWindow({content: $l1f6274049d029f259373f82862870adf});google.maps.event.addListener(m_1f6274049d029f259373f82862870adf, 'click', function() {infowindow.open(map,m_1f6274049d029f259373f82862870adf);});$marker.push(m_1f6274049d029f259373f82862870adf);}});}google.maps.event.addDomListener(window, 'load', initialize);