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(39.2784,-76.8374)};var g_01de4c21eacf934da60552507a4696e6 = new google.maps.Geocoder();g_01de4c21eacf934da60552507a4696e6.geocode( { 'address': "9450 Baltimore National Pike, Ellicott City, MD 21042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ellicott-city-MD-bbt').style.display = '';map = new google.maps.Map(document.getElementById('ellicott-city-MD-bbt'), mapOptions);}document.getElementById('2b19d838').innerHTML += ' | View Map';var $l01de4c21eacf934da60552507a4696e6 = '

BB&T

Address: 9450 Baltimore National Pike, Ellicott City, MD 21042, USA
Phone: (443) 973-3070
';var m_01de4c21eacf934da60552507a4696e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_01de4c21eacf934da60552507a4696e6['infowindow'] = new google.maps.InfoWindow({content: $l01de4c21eacf934da60552507a4696e6});var infowindow = new google.maps.InfoWindow({content: $l01de4c21eacf934da60552507a4696e6});google.maps.event.addListener(m_01de4c21eacf934da60552507a4696e6, 'click', function() {infowindow.open(map,m_01de4c21eacf934da60552507a4696e6);});$marker.push(m_01de4c21eacf934da60552507a4696e6);}});}google.maps.event.addDomListener(window, 'load', initialize);