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.0737,-76.5458)};var g_49e068247af419de70c29c0a575f2c59 = new google.maps.Geocoder();g_49e068247af419de70c29c0a575f2c59.geocode( { 'address': "559 Baltimore Annapolis Blvd, Severna Park, MD 21146, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('severna-park-MD-bbt---severna-park-main-branch').style.display = '';map = new google.maps.Map(document.getElementById('severna-park-MD-bbt---severna-park-main-branch'), mapOptions);}document.getElementById('cc9d4824').innerHTML += ' | View Map';var $l49e068247af419de70c29c0a575f2c59 = '

BB&T - Severna Park Main Branch

Address: 559 Baltimore Annapolis Blvd, Severna Park, MD 21146, USA
Phone: (410) 647-1400
';var m_49e068247af419de70c29c0a575f2c59 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Severna Park Main Branch',});m_49e068247af419de70c29c0a575f2c59['infowindow'] = new google.maps.InfoWindow({content: $l49e068247af419de70c29c0a575f2c59});var infowindow = new google.maps.InfoWindow({content: $l49e068247af419de70c29c0a575f2c59});google.maps.event.addListener(m_49e068247af419de70c29c0a575f2c59, 'click', function() {infowindow.open(map,m_49e068247af419de70c29c0a575f2c59);});$marker.push(m_49e068247af419de70c29c0a575f2c59);}});}google.maps.event.addDomListener(window, 'load', initialize);