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.561,-79.3568)};var g_bc4e9cc7e268cc8a47ac08c0cc4b2886 = new google.maps.Geocoder();g_bc4e9cc7e268cc8a47ac08c0cc4b2886.geocode( { 'address': "24541 Garrett Hwy, McHenry, MD 21541, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mchenry-MD-bbt').style.display = '';map = new google.maps.Map(document.getElementById('mchenry-MD-bbt'), mapOptions);}document.getElementById('0eb37e60').innerHTML += ' | View Map';var $lbc4e9cc7e268cc8a47ac08c0cc4b2886 = '

BB&T

Address: 24541 Garrett Hwy, McHenry, MD 21541, USA
Phone: (301) 387-3456
';var m_bc4e9cc7e268cc8a47ac08c0cc4b2886 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_bc4e9cc7e268cc8a47ac08c0cc4b2886['infowindow'] = new google.maps.InfoWindow({content: $lbc4e9cc7e268cc8a47ac08c0cc4b2886});var infowindow = new google.maps.InfoWindow({content: $lbc4e9cc7e268cc8a47ac08c0cc4b2886});google.maps.event.addListener(m_bc4e9cc7e268cc8a47ac08c0cc4b2886, 'click', function() {infowindow.open(map,m_bc4e9cc7e268cc8a47ac08c0cc4b2886);});$marker.push(m_bc4e9cc7e268cc8a47ac08c0cc4b2886);}});}google.maps.event.addDomListener(window, 'load', initialize);