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.9417,-76.5632)};var g_50834b785deef13b93d67c01e6a8dada = new google.maps.Geocoder();g_50834b785deef13b93d67c01e6a8dada.geocode( { 'address': "3062 Solomons Island Rd, Edgewater, MD 21037, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edgewater-MD-bbt').style.display = '';map = new google.maps.Map(document.getElementById('edgewater-MD-bbt'), mapOptions);}document.getElementById('4d43161c').innerHTML += ' | View Map';var $l50834b785deef13b93d67c01e6a8dada = '

BB&T

Address: 3062 Solomons Island Rd, Edgewater, MD 21037, USA
Phone: (410) 956-3206
';var m_50834b785deef13b93d67c01e6a8dada = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_50834b785deef13b93d67c01e6a8dada['infowindow'] = new google.maps.InfoWindow({content: $l50834b785deef13b93d67c01e6a8dada});var infowindow = new google.maps.InfoWindow({content: $l50834b785deef13b93d67c01e6a8dada});google.maps.event.addListener(m_50834b785deef13b93d67c01e6a8dada, 'click', function() {infowindow.open(map,m_50834b785deef13b93d67c01e6a8dada);});$marker.push(m_50834b785deef13b93d67c01e6a8dada);}});}google.maps.event.addDomListener(window, 'load', initialize);