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.6247,-77.7698)};var g_67315a75533486442561237beb060fbb = new google.maps.Geocoder();g_67315a75533486442561237beb060fbb.geocode( { 'address': "17301 Valley Rd Ste 112, Hagerstown, MD 21740, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hagerstown-MD-bbt-bank').style.display = '';map = new google.maps.Map(document.getElementById('hagerstown-MD-bbt-bank'), mapOptions);}document.getElementById('c6897520').innerHTML += ' | View Map';var $l67315a75533486442561237beb060fbb = '

BB&T Bank

Address: 17301 Valley Rd Ste 112, Hagerstown, MD 21740, USA
Phone: (301) 791-9404
';var m_67315a75533486442561237beb060fbb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T Bank',});m_67315a75533486442561237beb060fbb['infowindow'] = new google.maps.InfoWindow({content: $l67315a75533486442561237beb060fbb});var infowindow = new google.maps.InfoWindow({content: $l67315a75533486442561237beb060fbb});google.maps.event.addListener(m_67315a75533486442561237beb060fbb, 'click', function() {infowindow.open(map,m_67315a75533486442561237beb060fbb);});$marker.push(m_67315a75533486442561237beb060fbb);}});}google.maps.event.addDomListener(window, 'load', initialize);