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.2906,-77.2056)};var g_fae53da6401241d8d34c3e7457a64aae = new google.maps.Geocoder();g_fae53da6401241d8d34c3e7457a64aae.geocode( { 'address': "26500 Ridge Rd, Damascus, MD 20872, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('damascus-MD-damascus-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('damascus-MD-damascus-community-bank'), mapOptions);}document.getElementById('7d72c30f').innerHTML += ' | View Map';var $lfae53da6401241d8d34c3e7457a64aae = '

Damascus Community Bank

Address: 26500 Ridge Rd, Damascus, MD 20872, USA
Phone: (301) 253-1000
';var m_fae53da6401241d8d34c3e7457a64aae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Damascus Community Bank',});m_fae53da6401241d8d34c3e7457a64aae['infowindow'] = new google.maps.InfoWindow({content: $lfae53da6401241d8d34c3e7457a64aae});var infowindow = new google.maps.InfoWindow({content: $lfae53da6401241d8d34c3e7457a64aae});google.maps.event.addListener(m_fae53da6401241d8d34c3e7457a64aae, 'click', function() {infowindow.open(map,m_fae53da6401241d8d34c3e7457a64aae);});$marker.push(m_fae53da6401241d8d34c3e7457a64aae);}});}google.maps.event.addDomListener(window, 'load', initialize);