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.5614,-76.3716)};var g_1af9e53149c30063d26cd03883849672 = new google.maps.Geocoder();g_1af9e53149c30063d26cd03883849672.geocode( { 'address': "1525 Rock Spring Rd, Forest Hill, MD 21050, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forest-hill-MD-bbt').style.display = '';map = new google.maps.Map(document.getElementById('forest-hill-MD-bbt'), mapOptions);}document.getElementById('b1b4e823').innerHTML += ' | View Map';var $l1af9e53149c30063d26cd03883849672 = '

BB&T

Address: 1525 Rock Spring Rd, Forest Hill, MD 21050, USA
Phone: (410) 838-4675
';var m_1af9e53149c30063d26cd03883849672 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_1af9e53149c30063d26cd03883849672['infowindow'] = new google.maps.InfoWindow({content: $l1af9e53149c30063d26cd03883849672});var infowindow = new google.maps.InfoWindow({content: $l1af9e53149c30063d26cd03883849672});google.maps.event.addListener(m_1af9e53149c30063d26cd03883849672, 'click', function() {infowindow.open(map,m_1af9e53149c30063d26cd03883849672);});$marker.push(m_1af9e53149c30063d26cd03883849672);}});}google.maps.event.addDomListener(window, 'load', initialize);