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.3438,-77.2528)};var g_8708ae53c44ae67c0be3cd54a228b8fb = new google.maps.Geocoder();g_8708ae53c44ae67c0be3cd54a228b8fb.geocode( { 'address': "11801 Fingerboard Rd # 12, Monrovia, MD 21770, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monrovia-MD-damascus-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('monrovia-MD-damascus-community-bank'), mapOptions);}document.getElementById('25f5bbe9').innerHTML += ' | View Map';var $l8708ae53c44ae67c0be3cd54a228b8fb = '

Damascus Community Bank

Address: 11801 Fingerboard Rd # 12, Monrovia, MD 21770, USA
Phone: (301) 607-7000
';var m_8708ae53c44ae67c0be3cd54a228b8fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Damascus Community Bank',});m_8708ae53c44ae67c0be3cd54a228b8fb['infowindow'] = new google.maps.InfoWindow({content: $l8708ae53c44ae67c0be3cd54a228b8fb});var infowindow = new google.maps.InfoWindow({content: $l8708ae53c44ae67c0be3cd54a228b8fb});google.maps.event.addListener(m_8708ae53c44ae67c0be3cd54a228b8fb, 'click', function() {infowindow.open(map,m_8708ae53c44ae67c0be3cd54a228b8fb);});$marker.push(m_8708ae53c44ae67c0be3cd54a228b8fb);}});}google.maps.event.addDomListener(window, 'load', initialize);