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.4468,-76.813)};var g_2dfae479bdc0e53abd333ade9d855c99 = new google.maps.Geocoder();g_2dfae479bdc0e53abd333ade9d855c99.geocode( { 'address': "11817 Reisterstown Rd, Reisterstown, MD 21136, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('reisterstown-MD-bbt').style.display = '';map = new google.maps.Map(document.getElementById('reisterstown-MD-bbt'), mapOptions);}document.getElementById('6e55b4e2').innerHTML += ' | View Map';var $l2dfae479bdc0e53abd333ade9d855c99 = '

BB&T

Address: 11817 Reisterstown Rd, Reisterstown, MD 21136, USA
Phone: (410) 833-2226
';var m_2dfae479bdc0e53abd333ade9d855c99 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_2dfae479bdc0e53abd333ade9d855c99['infowindow'] = new google.maps.InfoWindow({content: $l2dfae479bdc0e53abd333ade9d855c99});var infowindow = new google.maps.InfoWindow({content: $l2dfae479bdc0e53abd333ade9d855c99});google.maps.event.addListener(m_2dfae479bdc0e53abd333ade9d855c99, 'click', function() {infowindow.open(map,m_2dfae479bdc0e53abd333ade9d855c99);});$marker.push(m_2dfae479bdc0e53abd333ade9d855c99);}});}google.maps.event.addDomListener(window, 'load', initialize);