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.5595,-76.2515)};var g_2c94ce32ac9c53366c2dc8d5126326a5 = new google.maps.Geocoder();g_2c94ce32ac9c53366c2dc8d5126326a5.geocode( { 'address': "2900 Churchville Rd, Churchville, MD 21028, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('churchville-MD-bbt').style.display = '';map = new google.maps.Map(document.getElementById('churchville-MD-bbt'), mapOptions);}document.getElementById('5fc17a95').innerHTML += ' | View Map';var $l2c94ce32ac9c53366c2dc8d5126326a5 = '

BB&T

Address: 2900 Churchville Rd, Churchville, MD 21028, USA
Phone: (410) 734-7700
';var m_2c94ce32ac9c53366c2dc8d5126326a5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_2c94ce32ac9c53366c2dc8d5126326a5['infowindow'] = new google.maps.InfoWindow({content: $l2c94ce32ac9c53366c2dc8d5126326a5});var infowindow = new google.maps.InfoWindow({content: $l2c94ce32ac9c53366c2dc8d5126326a5});google.maps.event.addListener(m_2c94ce32ac9c53366c2dc8d5126326a5, 'click', function() {infowindow.open(map,m_2c94ce32ac9c53366c2dc8d5126326a5);});$marker.push(m_2c94ce32ac9c53366c2dc8d5126326a5);}});}google.maps.event.addDomListener(window, 'load', initialize);