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.2401,-77.2821)};var g_530a08804ccfbb85a81c3c9220a75ba1 = new google.maps.Geocoder();g_530a08804ccfbb85a81c3c9220a75ba1.geocode( { 'address': "23400 Frederick Rd, Clarksburg, MD 20871, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarksburg-MD-damascus-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('clarksburg-MD-damascus-community-bank'), mapOptions);}document.getElementById('854fd619').innerHTML += ' | View Map';var $l530a08804ccfbb85a81c3c9220a75ba1 = '

Damascus Community Bank

Address: 23400 Frederick Rd, Clarksburg, MD 20871, USA
Phone: (301) 482-2400
';var m_530a08804ccfbb85a81c3c9220a75ba1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Damascus Community Bank',});m_530a08804ccfbb85a81c3c9220a75ba1['infowindow'] = new google.maps.InfoWindow({content: $l530a08804ccfbb85a81c3c9220a75ba1});var infowindow = new google.maps.InfoWindow({content: $l530a08804ccfbb85a81c3c9220a75ba1});google.maps.event.addListener(m_530a08804ccfbb85a81c3c9220a75ba1, 'click', function() {infowindow.open(map,m_530a08804ccfbb85a81c3c9220a75ba1);});$marker.push(m_530a08804ccfbb85a81c3c9220a75ba1);}});}google.maps.event.addDomListener(window, 'load', initialize);