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.9916,-76.6977)};var g_412f80f30a45493b96dd4db0b873af03 = new google.maps.Geocoder();g_412f80f30a45493b96dd4db0b873af03.geocode( { 'address': "2151 Defense Hwy, Crofton, MD 21114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crofton-MD-bbt').style.display = '';map = new google.maps.Map(document.getElementById('crofton-MD-bbt'), mapOptions);}document.getElementById('a31efa6b').innerHTML += ' | View Map';var $l412f80f30a45493b96dd4db0b873af03 = '

BB&T

Address: 2151 Defense Hwy, Crofton, MD 21114, USA
Phone: (410) 721-2214
';var m_412f80f30a45493b96dd4db0b873af03 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_412f80f30a45493b96dd4db0b873af03['infowindow'] = new google.maps.InfoWindow({content: $l412f80f30a45493b96dd4db0b873af03});var infowindow = new google.maps.InfoWindow({content: $l412f80f30a45493b96dd4db0b873af03});google.maps.event.addListener(m_412f80f30a45493b96dd4db0b873af03, 'click', function() {infowindow.open(map,m_412f80f30a45493b96dd4db0b873af03);});$marker.push(m_412f80f30a45493b96dd4db0b873af03);}});}google.maps.event.addDomListener(window, 'load', initialize);