Trolley Park

Trolley Park Trolley Park in Columbia Heights, Washington, DC, at the site of the old trolley turnabout. and is located at 11th and Monroe, NW, Washington, DC. in the park.
(3)

The Friends of the 11th and Monroe Park is a volunteer, subordinate group of the non-profit 501c3 organization District of Columbia Green Spaces Alliance, Inc. The Friends of the 11th and Monroe Park mission is to foster a safe gathering place for residents of all ages and to be a valued community resource that promotes programs and activities of interest to children and adults in collaboration wi

th the DC Department of Parks and Recreation. Working as a liaison between residents and organizations using the park, the Friends of the 11th and Monroe Park will help maintain and improve the park grounds, host events and undertake projects. The Friends of the 11th and Monroe Park group meets every 2nd Saturday of the month at 11:00 a.m.

Address

11th And Monroe Streets NW
Washington D.C., DC
20010

Website

Alerts

Be the first to know and let us send you an email when Trolley Park posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share

Category

//iconSize: [32, 32], //html: '' }) .bindTooltip(name, { //permanent: true, direction: 'bottom', //offset: L.point(12, 25), //opacity: 0.88, interactive: true }) .bindPopup(name); markersLayer.addLayer(marker); } function getMore() { if (gettingMore) { return; } gettingMore = true; var center = map.getCenter(); $.ajax({ url: "/vicinitysearch", data: { lat: center.lat, lng: center.lng, country: "UNITED STATES" } }) .done(function(data) { var added = 0; data.forEach(function(loc) { if (!locationIds.includes(loc.id)) { var mapLoc = {id:loc.id,lat:loc.latitude,lng:loc.longitude,title:trunc20(loc.name),popupHtml:loc.popupHtml,urlPath:loc.urlPath,pictureUrl:loc.pictureUrl}; locations.push(mapLoc); locationIds.push(loc.id); map._addMarker(mapLoc); added++; } }); }) .always(function() { gettingMore = false; }); } map._clearMarkers = function() { markersLayer.clearLayers(); } }); }, 4000); });