From e249e7749118f011855e2f02e8a6b33a75d42798 Mon Sep 17 00:00:00 2001 From: CloudLun Date: Fri, 29 Dec 2023 02:53:26 +0800 Subject: [PATCH] fixed the updated members issues --- components/Geopanel/Membershippanel.tsx | 12 +- components/Map/Map.tsx | 11 +- public/rtc_members.geo.json | 4468 +++++++++++++++++++++-- public/rtc_members_info.json | 3439 +++++++++++++++++ 4 files changed, 7696 insertions(+), 234 deletions(-) create mode 100644 public/rtc_members_info.json diff --git a/components/Geopanel/Membershippanel.tsx b/components/Geopanel/Membershippanel.tsx index faa9fc5..568dbf9 100644 --- a/components/Geopanel/Membershippanel.tsx +++ b/components/Geopanel/Membershippanel.tsx @@ -11,8 +11,8 @@ import senate from "../../public/senate.geo.json" import assemblyOverlapped from "../../public/assembly_overlapping_boundaries.json" import senateOverlapped from "../../public/senate_overlapping_boundaries.json" -import membersOverlapped from "../../public/rtc_members_info.json" - +import membersOverlapped from "../../public/rtc_members.geo.json" +import membersInfo from "../../public/rtc_members_info.json" import { EventData, MapMouseEvent } from 'mapbox-gl'; @@ -25,7 +25,7 @@ type Props = { const Membershippanel = ({ selectedMemberFeatures, setSelectedMemberFeatures }: Props) => { const { map, setDistricts, legislations, panelShown, setPanelShown, defaultMapHandler, mapClickHandler, setSelectedDistrictFeatures, setSelectedDistrictOverlappedData } = useContext(MapContext) as MapContextType - const selectedMemberOverlappedData = (membersOverlapped).filter(m => m.Name === selectedMemberFeatures?.properties.Name)[0] + const selectedMemberOverlappedData = (membersOverlapped.features).filter(m => m.properties.Name === selectedMemberFeatures?.properties.Name)[0]?.properties const districtClickHandler = (e: MouseEvent, district: Districts) => { @@ -151,7 +151,7 @@ const Membershippanel = ({ selectedMemberFeatures, setSelectedMemberFeatures }: setSelectedMemberFeatures(e.features[0]) setPanelShown({ ...panelShown, geopanelShown: false, memberpanelShown: true }) - const targetCentroid = [e.features[0].properties.lon, e.features[0].properties.lat] + const targetCentroid = [e.features[0].geometry.coordinates[0], e.features[0].geometry.coordinates[1]] map?.flyTo({ center: targetCentroid as [number, number], zoom: targetCentroid[0] > -74.15 && targetCentroid[1] < 41.05 ? 13 : 8 @@ -237,24 +237,28 @@ const Membershippanel = ({ selectedMemberFeatures, setSelectedMemberFeatures }:
Senate Districts
+ {/* @ts-ignore */} districtClickHandler(e, "senate")} mouseEnterHandler={(e) => districtMouseEnverHandler(e, "senate")} mouseOutHandler={removeHoverEventHandler} />
Assembly Districts
+ {/* @ts-ignore */} districtClickHandler(e, "assembly")} mouseEnterHandler={(e) => districtMouseEnverHandler(e, "assembly")} mouseOutHandler={removeHoverEventHandler} />
Counties
+ {/* @ts-ignore */}
Zip Codes
+ {/* @ts-ignore */}
diff --git a/components/Map/Map.tsx b/components/Map/Map.tsx index ebd8502..3a58ba6 100644 --- a/components/Map/Map.tsx +++ b/components/Map/Map.tsx @@ -128,10 +128,10 @@ const Map = () => { }) m.addSource("counties_label", { - type:"geojson", + type: "geojson", data: { - type:"FeatureCollection", - features:[] + type: "FeatureCollection", + features: [] } }) @@ -395,6 +395,7 @@ const Map = () => { }) m.on('click', "members", (e: MapMouseEvent & EventData) => { + console.log(e.features[0].properties.Name) setSelectedMemberFeatures(e.features[0]) setPanelShown({ geopanelShown: false, memberpanelShown: true }) @@ -408,7 +409,7 @@ const Map = () => { }, "geometry": { 'type': 'Point', - 'coordinates': [e.features[0].properties.lon, e.features[0].properties.lat] + 'coordinates': [e.features[0].geometry.coordinates[0], e.features[0].geometry.coordinates[1]] } } ] @@ -505,7 +506,7 @@ const Map = () => {
${properties.Name}
-
${properties['Membership Status']}
+
${properties['Membership Status'].replaceAll(`"`, "").replaceAll(`[`, "").replaceAll(`]`, "")}
diff --git a/public/rtc_members.geo.json b/public/rtc_members.geo.json index cd6746e..66f3c91 100644 --- a/public/rtc_members.geo.json +++ b/public/rtc_members.geo.json @@ -1,227 +1,4245 @@ { -"type": "FeatureCollection", -"features": [ -{ "type": "Feature", "properties": { "Website": "https://legalproject.org/", "Name": "The Legal Project", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "518-435-1770", "Address": "24 Aviation Rd #101, Albany, NY 12205", "Membership Status": [ "Endorser" ], "Senate_District": 43.0, "Assembly_District": 110.0, "County": "Albany County", "Zip_Code": 12205.0 }, "geometry": { "type": "Point", "coordinates": [ -73.8029548, 42.7156256 ] } }, -{ "type": "Feature", "properties": { "Website": "https://fairportumc.org/", "Name": "Fairport United Methodist Church", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "585-223-9560", "Address": "31 W Church St, Fairport, NY 14450", "Membership Status": [ "Supporter" ], "Senate_District": 55.0, "Assembly_District": 135.0, "County": "Monroe County", "Zip_Code": 14450.0 }, "geometry": { "type": "Point", "coordinates": [ -77.443560352941176, 43.098488764705891 ] } }, -{ "type": "Feature", "properties": { "Website": "www.crownheightstenantunion.org", "Name": "Crown Heights Tenant Union", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-479-3358", "Address": "727 Classon Ave, Brooklyn, NY 11238", "Membership Status": [ "Coalition Member" ], "Senate_District": 20.0, "Assembly_District": 57.0, "County": "Kings County", "Zip_Code": 11238.0 }, "geometry": { "type": "Point", "coordinates": [ -73.9598562, 40.6751107 ] } }, -{ "type": "Feature", "properties": { "Website": null, "Name": "NY Council of Housing Development Fund Companies", "Legislation": [ "Winter Eviction Moratorium" ], "Phone": null, "Address": "New York, NY", "Membership Status": [ "Endorser" ], "Senate_District": null, "Assembly_District": null, "County": null, "Zip_Code": null }, "geometry": null }, -{ "type": "Feature", "properties": { "Website": "https://wmcc1845.com/", "Name": "Wantagh Memorial Congregational Church", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "516-785-1829", "Address": "1845 Wantagh Ave, Wantagh, NY 11793", "Membership Status": [ "Supporter" ], "Senate_District": 5.0, "Assembly_District": 14.0, "County": "Nassau County", "Zip_Code": 11793.0 }, "geometry": { "type": "Point", "coordinates": [ -73.509713363703014, 40.676255427556953 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.facebook.com/LifehouseNY/", "Name": "LIFEhouse Community of Faith", "Legislation": [ "Statewide Right to Counsel" ], "Phone": null, "Address": "460 Irving Ave, Brooklyn, NY 11237", "Membership Status": [ "Supporter" ], "Senate_District": 18.0, "Assembly_District": 54.0, "County": "Kings County", "Zip_Code": 11237.0 }, "geometry": { "type": "Point", "coordinates": [ -73.9089887, 40.6958048 ] } }, -{ "type": "Feature", "properties": { "Website": "www.uwwp.org", "Name": "United Way of Westchester and Putnam", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "914-997-6700", "Address": "336 Central Park Ave, White Plains, NY 10530", "Membership Status": [ "Endorser" ], "Senate_District": 37.0, "Assembly_District": 93.0, "County": "Westchester County", "Zip_Code": 10606.0 }, "geometry": { "type": "Point", "coordinates": [ -73.7866451875, 41.032002562499997 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.herjustice.org/", "Name": "Her Justice", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-695-3800", "Address": "100 Broadway, 10th floor, New York, NY 10005", "Membership Status": [ "Endorser" ], "Senate_District": 27.0, "Assembly_District": 61.0, "County": "New York County", "Zip_Code": 10005.0 }, "geometry": { "type": "Point", "coordinates": [ -74.0112859, 40.7080664 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.vocal-ny.org/chapter/albany/", "Name": "VOCAL-NY - Albany", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-802-9540", "Address": "69 State St, Albany, NY, USA", "Membership Status": [ "Endorser" ], "Senate_District": 46.0, "Assembly_District": 109.0, "County": "Albany County", "Zip_Code": 12207.0 }, "geometry": { "type": "Point", "coordinates": [ -73.7520531, 42.6498206 ] } }, -{ "type": "Feature", "properties": { "Website": "www.rhachomes.org", "Name": "Rockland Housing Action Coalition, Inc.", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "845-708-5799", "Address": "475 NY-304 Suite 1, New City, NY 10956", "Membership Status": [ "Endorser" ], "Senate_District": 38.0, "Assembly_District": 96.0, "County": "Rockland County", "Zip_Code": 10956.0 }, "geometry": { "type": "Point", "coordinates": [ -73.959503173267805, 41.177144554517199 ] } }, -{ "type": "Feature", "properties": { "Website": "https://maketheroadny.org/", "Name": "Make the Road New York - Queens", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-565-8500", "Address": "92-10 Roosevelt Avenue, Jackson Heights, NY 11372", "Membership Status": [ "Endorser" ], "Senate_District": 13.0, "Assembly_District": 34.0, "County": "Queens County", "Zip_Code": 11373.0 }, "geometry": { "type": "Point", "coordinates": [ -73.874226, 40.7485278 ] } }, -{ "type": "Feature", "properties": { "Website": "www.camba.org", "Name": "CAMBA", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "718-940-6311", "Address": "20 Snyder Ave, Brooklyn, NY 11226", "Membership Status": [ "Coalition Member" ], "Senate_District": 21.0, "Assembly_District": 42.0, "County": "Kings County", "Zip_Code": 11226.0 }, "geometry": { "type": "Point", "coordinates": [ -73.9576813125, 40.648475187499997 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.nyac.com/contact-the-catskill-hudson-district", "Name": "Catskill Hudson District - NY Conference of the United Methodist Church", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "914-615-2233", "Address": "20 Soundview Ave - White Plains, NY 10606", "Membership Status": [ "Supporter" ], "Senate_District": 37.0, "Assembly_District": 88.0, "County": "Westchester County", "Zip_Code": 10606.0 }, "geometry": { "type": "Point", "coordinates": [ -73.774738852121374, 41.019472050293231 ] } }, -{ "type": "Feature", "properties": { "Website": "https://wnylc.com/", "Name": "Western New York Law Center (WNYLC)", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "716-855-0203", "Address": "37 Franklin St 2nd floor, Buffalo, NY 14202", "Membership Status": [ "Supporter" ], "Senate_District": 63.0, "Assembly_District": 141.0, "County": "Erie County", "Zip_Code": 14202.0 }, "geometry": { "type": "Point", "coordinates": [ -78.87790426086957, 42.881694565217394 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.theccsh.org/", "Name": "Congregational Church of South Hempstead", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "516-489-3610", "Address": "416 Woodland Dr, South Hempstead, NY 11550", "Membership Status": [ "Supporter" ], "Senate_District": 6.0, "Assembly_District": 21.0, "County": "Nassau County", "Zip_Code": 11550.0 }, "geometry": { "type": "Point", "coordinates": [ -73.620765, 40.686444 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.blcdelmar.com/", "Name": "Bethlehem Lutheran", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-748-9502", "Address": "6917 4th Ave, Brooklyn, NY 11209", "Membership Status": [ "Supporter" ], "Senate_District": 26.0, "Assembly_District": 64.0, "County": "Kings County", "Zip_Code": 11209.0 }, "geometry": { "type": "Point", "coordinates": [ -74.0235101, 40.6341291 ] } }, -{ "type": "Feature", "properties": { "Website": "www.rochestercitywidetenantunion.org", "Name": "City-Wide Tenant Union of Rochester", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "585-210-0705", "Address": "402 South Ave, Rochester, NY 14620", "Membership Status": [ "Campaign Member" ], "Senate_District": 55.0, "Assembly_District": 138.0, "County": "Monroe County", "Zip_Code": 14620.0 }, "geometry": { "type": "Point", "coordinates": [ -77.605902091120626, 43.147940656312123 ] } }, -{ "type": "Feature", "properties": { "Website": "https://cdalf.org/albany-central-federation-labor-afl-cio", "Name": "Albany County Central Federation of Labor (ACCFL)", "Legislation": [ "Statewide Right to Counsel" ], "Phone": null, "Address": "196 Mt Hope Dr, Albany, NY 12202", "Membership Status": [ "Supporter" ], "Senate_District": 46.0, "Assembly_District": 109.0, "County": "Albany County", "Zip_Code": 12202.0 }, "geometry": { "type": "Point", "coordinates": [ -73.769780202860787, 42.631529581054245 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.upperroomicc.org/", "Name": "Upper Room Inclusive Catholic Community", "Legislation": [ "Statewide Right to Counsel" ], "Phone": null, "Address": "431 New Karner Rd, Blg 1, Albany, NY 12205", "Membership Status": [ "Supporter" ], "Senate_District": 43.0, "Assembly_District": 110.0, "County": "Albany County", "Zip_Code": 12205.0 }, "geometry": { "type": "Point", "coordinates": [ -73.8420552, 42.7379789 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.drumnyc.org/", "Name": "Drum-Desis Rising Up & Moving", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-205-3036", "Address": "72-18 Roosevelt Ave, Queens, NY 11372", "Membership Status": [ "Endorser" ], "Senate_District": 12.0, "Assembly_District": 30.0, "County": "Queens County", "Zip_Code": 11377.0 }, "geometry": { "type": "Point", "coordinates": [ -73.892856, 40.746572 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.facebook.com/UNOTenantPower/", "Name": "United Neighbors Organization (UNO) at SNA", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-388-5454", "Address": "2 Kingsland Ave, Brooklyn, NY 11211", "Membership Status": [ "Endorser" ], "Senate_District": 18.0, "Assembly_District": 53.0, "County": "Kings County", "Zip_Code": 11211.0 }, "geometry": { "type": "Point", "coordinates": [ -73.940105, 40.716978 ] } }, -{ "type": "Feature", "properties": { "Website": "https://stjohnsalbany.org/", "Name": "St. John Lutheran's Church ", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "518-465-7545", "Address": "303 Sand Creek Rd, Albany, NY 12205", "Membership Status": [ "Supporter" ], "Senate_District": 43.0, "Assembly_District": 110.0, "County": "Albany County", "Zip_Code": 12205.0 }, "geometry": { "type": "Point", "coordinates": [ -73.7987825, 42.703925375 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.nyc.gov/site/manhattancb7/index.page", "Name": "Manhattan Community Board 7", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-362-4008", "Address": "250 W 87th St # 2, New York, NY 10024", "Membership Status": [ "Supporter" ], "Senate_District": 47.0, "Assembly_District": 67.0, "County": "New York County", "Zip_Code": 10024.0 }, "geometry": { "type": "Point", "coordinates": [ -73.976719020408154, 40.789192367346942 ] } }, -{ "type": "Feature", "properties": { "Website": "www.justcauseny.org", "Name": "JustCause", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "585-232-3051", "Address": "1 W Main St #500, Rochester, NY 14614", "Membership Status": [ "Campaign Member" ], "Senate_District": 56.0, "Assembly_District": 137.0, "County": "Monroe County", "Zip_Code": 14614.0 }, "geometry": { "type": "Point", "coordinates": [ -77.6128795, 43.1555562 ] } }, -{ "type": "Feature", "properties": { "Website": "https://bethelportvilleny.org/", "Name": "Bethel Lutheran Church", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "716-933-6699", "Address": "79 Brooklyn St, Portville, NY 14770", "Membership Status": [ "Supporter" ], "Senate_District": 57.0, "Assembly_District": 148.0, "County": "Cattaraugus County", "Zip_Code": 14770.0 }, "geometry": { "type": "Point", "coordinates": [ -78.331743636071664, 42.038553611939633 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.albanylaw.edu/the-justice-center/pro-bono-society", "Name": "Albany Law School Landlord Tenant Pro Bono Society", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "518-445-2328", "Address": "80 New Scotland Ave, Albany, NY 12208", "Membership Status": [ "Supporter" ], "Senate_District": 46.0, "Assembly_District": 109.0, "County": "Albany County", "Zip_Code": 12208.0 }, "geometry": { "type": "Point", "coordinates": [ -73.772999681818177, 42.653918090909087 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.probono.net/", "Name": "ProBono Net", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-760-2554", "Address": "151 W 30th St #6, New York, NY 10001", "Membership Status": [ "Supporter" ], "Senate_District": 28.0, "Assembly_District": 75.0, "County": "New York County", "Zip_Code": 10001.0 }, "geometry": { "type": "Point", "coordinates": [ -73.991803, 40.7483075 ] } }, -{ "type": "Feature", "properties": { "Website": "https://maketheroadny.org/", "Name": "Make the Road New York - Brooklyn", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-418-7690", "Address": "301 Grove Street, Brooklyn, NY 11237", "Membership Status": [ "Endorser" ], "Senate_District": 18.0, "Assembly_District": 53.0, "County": "Kings County", "Zip_Code": 11237.0 }, "geometry": { "type": "Point", "coordinates": [ -73.9157421, 40.69845625 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.cb5.org/cb5m/?", "Name": "Manhattan Community Board 5", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-465-0907", "Address": "450 7th Avenue, Rm. 2109, New York, NY 10123", "Membership Status": [ "Supporter" ], "Senate_District": 28.0, "Assembly_District": 75.0, "County": "New York County", "Zip_Code": 10001.0 }, "geometry": { "type": "Point", "coordinates": [ -73.990388242424245, 40.751481666666663 ] } }, -{ "type": "Feature", "properties": { "Website": "www.elderjusticeny.org", "Name": "Center for Elder Law & Justice", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "716-853-3087", "Address": "438 Main St #1200, Buffalo, NY 14202", "Membership Status": [ "Campaign Member" ], "Senate_District": 63.0, "Assembly_District": 141.0, "County": "Erie County", "Zip_Code": 14202.0 }, "geometry": { "type": "Point", "coordinates": [ -78.874518591836733, 42.885613714285711 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.hlalaw.org/", "Name": "Hiscock Legal Aid Society", "Legislation": [ "Statewide Right to Counsel", "Defend Right to Counsel", "Clean Hands", "Winter Eviction Moratorium" ], "Phone": "315-422-8191", "Address": "351 S Warren St, Syracuse, NY 13202", "Membership Status": [ "Campaign Member" ], "Senate_District": 48.0, "Assembly_District": 129.0, "County": "Onondaga County", "Zip_Code": 13202.0 }, "geometry": { "type": "Point", "coordinates": [ -76.1504071, 43.0473887 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.dc37.net/benefits/MELS", "Name": "District Council 37 Municipal Employees Legal Services (DC37) - New York", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-815-1111", "Address": "AFSCME, AFL-CIO, 125 Barclay Street, New York, NY 10007", "Membership Status": [ "Coalition Member" ], "Senate_District": 27.0, "Assembly_District": 66.0, "County": "New York County", "Zip_Code": 10007.0 }, "geometry": { "type": "Point", "coordinates": [ -74.013015, 40.714348 ] } }, -{ "type": "Feature", "properties": { "Website": "www.southsideunitedhdfc.org", "Name": "Los Sures", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-387-3600", "Address": "434 S 5th St, Brooklyn, NY 11211", "Membership Status": [ "Endorser" ], "Senate_District": 18.0, "Assembly_District": 53.0, "County": "Kings County", "Zip_Code": 11211.0 }, "geometry": { "type": "Point", "coordinates": [ -73.951682878048786, 40.706995609756099 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.sttimothybemus.com/", "Name": "St. Timothy Lutheran Church", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "716-386-7280", "Address": "3748 NY-430, Bemus Point, NY 14712", "Membership Status": [ "Supporter" ], "Senate_District": 57.0, "Assembly_District": 150.0, "County": "Chautauqua County", "Zip_Code": 14712.0 }, "geometry": { "type": "Point", "coordinates": [ -79.364371280409429, 42.143671003591649 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.cypresshills.org/", "Name": "Cypress Hills Local Development Corporation", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-647-2800", "Address": "625 Jamaica Ave, Brooklyn, NY 11208", "Membership Status": [ "Endorser" ], "Senate_District": 18.0, "Assembly_District": 54.0, "County": "Kings County", "Zip_Code": 11208.0 }, "geometry": { "type": "Point", "coordinates": [ -73.887688308724833, 40.682889442953019 ] } }, -{ "type": "Feature", "properties": { "Website": "https://dignityandrights.org/", "Name": "Partners for Dignity and Rights", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-253-1710", "Address": "One Exchange Plaza, 55 Broadway Ste 309, New York, NY 10002", "Membership Status": [ "Campaign Member" ], "Senate_District": 27.0, "Assembly_District": 61.0, "County": "New York County", "Zip_Code": 10006.0 }, "geometry": { "type": "Point", "coordinates": [ -74.013041976142688, 40.7068408 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.rochesteracts.org/", "Name": "RocACTS Religious Leaders Caucus", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "585.546-7669", "Address": "121 Fitzhugh Street North, Rochester, NY 14614", "Membership Status": [ "Supporter" ], "Senate_District": 56.0, "Assembly_District": 137.0, "County": "Monroe County", "Zip_Code": 14608.0 }, "geometry": { "type": "Point", "coordinates": [ -77.6160992, 43.1574356 ] } }, -{ "type": "Feature", "properties": { "Website": "https://empirejustice.org/", "Name": "Empire Justice Center - Yonkers", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "914-595-0910", "Address": "30 South Broadway, 6th Floor, Yonkers, NY 10701", "Membership Status": [ "Campaign Member" ], "Senate_District": 35.0, "Assembly_District": 90.0, "County": "Westchester County", "Zip_Code": 10701.0 }, "geometry": { "type": "Point", "coordinates": [ -73.898696986294198, 40.932930279614332 ] } }, -{ "type": "Feature", "properties": { "Website": "www.stnicksalliance.org", "Name": "St. Nicks Alliance", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-388-5454", "Address": "2 Kingsland Ave, Brooklyn, NY 11211", "Membership Status": [ "Endorser" ], "Senate_District": 18.0, "Assembly_District": 53.0, "County": "Kings County", "Zip_Code": 11211.0 }, "geometry": { "type": "Point", "coordinates": [ -73.940105, 40.716978 ] } }, -{ "type": "Feature", "properties": { "Website": "www.cvhaction.org", "Name": "Community Voices Heard", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-860-6001", "Address": "115 E 106th St # 3, New York, NY 10029", "Membership Status": [ "Endorser" ], "Senate_District": 29.0, "Assembly_District": 68.0, "County": "New York County", "Zip_Code": 10029.0 }, "geometry": { "type": "Point", "coordinates": [ -73.9473125, 40.792776083333337 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.hiwp.org/", "Name": "Hebrew Institute of White Plains", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "914-948-3095", "Address": "20 Greenridge Ave, White Plains, NY 10605", "Membership Status": [ "Supporter" ], "Senate_District": 37.0, "Assembly_District": 88.0, "County": "Westchester County", "Zip_Code": 10605.0 }, "geometry": { "type": "Point", "coordinates": [ -73.765092944912354, 41.024543260347372 ] } }, -{ "type": "Feature", "properties": { "Website": "www.ndsny.org", "Name": "Neighborhood Defender Service of Harlem", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-876-5500", "Address": "Parking lot, 317 Lenox Ave, New York, NY 10027", "Membership Status": [ "Coalition Member" ], "Senate_District": 30.0, "Assembly_District": 70.0, "County": "New York County", "Zip_Code": 10027.0 }, "geometry": { "type": "Point", "coordinates": [ -73.945365, 40.80839 ] } }, -{ "type": "Feature", "properties": { "Website": "https://cbmanhattan.cityofnewyork.us/cb4/about/", "Name": "Manhattan Community Board 4", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-736-4536", "Address": "424 W. 33rd Street, Suite 580, New York, NY 10001", "Membership Status": [ "Supporter" ], "Senate_District": 47.0, "Assembly_District": 75.0, "County": "New York County", "Zip_Code": 10001.0 }, "geometry": { "type": "Point", "coordinates": [ -73.9982095, 40.753019 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.facebook.com/profile.php?id=100064544210388", "Name": "Solidarity Committee of the Capital District", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": null, "Address": "Albany, New York", "Membership Status": [ "Campaign Member" ], "Senate_District": null, "Assembly_District": null, "County": null, "Zip_Code": null }, "geometry": null }, -{ "type": "Feature", "properties": { "Website": "www.uhab.org", "Name": "Housing Organizers for People Empowerment (HOPE) at UHAB", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-479-3300", "Address": "120 Wall St 20th floor, New York, NY 10005", "Membership Status": [ "Coalition Member" ], "Senate_District": 27.0, "Assembly_District": 65.0, "County": "New York County", "Zip_Code": 10005.0 }, "geometry": { "type": "Point", "coordinates": [ -74.006184, 40.704558 ] } }, -{ "type": "Feature", "properties": { "Website": "https://capitaldistrictdsa.org/", "Name": "Capital District Democratic Socialists of America", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": null, "Address": "P.O. Box 3821 · Albany NY 12203", "Membership Status": [ "Campaign Member" ], "Senate_District": null, "Assembly_District": null, "County": null, "Zip_Code": null }, "geometry": null }, -{ "type": "Feature", "properties": { "Website": "https://www.facebook.com/tenantspac/", "Name": "Tenants PAC", "Legislation": [ "Statewide Right to Counsel" ], "Phone": null, "Address": "277 Broadway, New York, NY 10013", "Membership Status": [ "Endorser" ], "Senate_District": 27.0, "Assembly_District": 66.0, "County": "New York County", "Zip_Code": 10007.0 }, "geometry": { "type": "Point", "coordinates": [ -74.0063658, 40.7143506 ] } }, -{ "type": "Feature", "properties": { "Website": "www.goddard.org", "Name": "Goddard Riverside Law Project", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": " 212-799-9638", "Address": "51 W 109th St, New York, NY 10025", "Membership Status": [ "Coalition Member" ], "Senate_District": 30.0, "Assembly_District": 69.0, "County": "New York County", "Zip_Code": 10025.0 }, "geometry": { "type": "Point", "coordinates": [ -73.9601869, 40.8007509 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.nyac.com/churchdetail/270587", "Name": "Wakefield Grace United Methodist Church", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-324-1648", "Address": "4750 White Plains Rd, Bronx, NY 10470", "Membership Status": [ "Supporter" ], "Senate_District": 36.0, "Assembly_District": 81.0, "County": "Bronx County", "Zip_Code": 10470.0 }, "geometry": { "type": "Point", "coordinates": [ -73.849645666666675, 40.904422 ] } }, -{ "type": "Feature", "properties": { "Website": "www.liveon-ny.org", "Name": "LiveOn NY", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-398-6565", "Address": "49 W 45th St 7th Floor, New York, NY 10036", "Membership Status": [ "Coalition Member" ], "Senate_District": 28.0, "Assembly_District": 75.0, "County": "New York County", "Zip_Code": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.981014448979593, 40.756147285714285 ] } }, -{ "type": "Feature", "properties": { "Website": "www.focuschurches.net", "Name": "FOCUS Churches of Albany Inc", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "518-443-0460", "Address": "275 State St, Albany, NY 12210", "Membership Status": [ "Supporter" ], "Senate_District": 46.0, "Assembly_District": 109.0, "County": "Albany County", "Zip_Code": 12210.0 }, "geometry": { "type": "Point", "coordinates": [ -73.761431716063072, 42.654329805850892 ] } }, -{ "type": "Feature", "properties": { "Website": "www.housinghelpinc.org", "Name": "Housing Help Inc", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "631-754-0373", "Address": "91 Broadway # 10, Greenlawn, NY 11740", "Membership Status": [ "Supporter" ], "Senate_District": 2.0, "Assembly_District": 12.0, "County": "Suffolk County", "Zip_Code": 11740.0 }, "geometry": { "type": "Point", "coordinates": [ -73.3647835, 40.8663308 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.instagram.com/astoriatenantunion/?hl=en", "Name": "Astoria Tenants Union", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": null, "Address": "Astoria, New York", "Membership Status": [ "Campaign Member" ], "Senate_District": null, "Assembly_District": null, "County": null, "Zip_Code": null }, "geometry": null }, -{ "type": "Feature", "properties": { "Website": "www.forthemany.org", "Name": "For the Many", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "845-481-0703", "Address": "302A Mill St Suite F, Poughkeepsie, NY 12601", "Membership Status": [ "Campaign Member" ], "Senate_District": 39.0, "Assembly_District": 104.0, "County": "Dutchess County", "Zip_Code": 12601.0 }, "geometry": { "type": "Point", "coordinates": [ -73.925863, 41.704598 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.dc37.net/benefits/MELS", "Name": "District Council 37 Municipal Employees Legal Services (DC37) - Nassau", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-815-1111", "Address": "Nassau County, NY", "Membership Status": [ "Coalition Member" ], "Senate_District": 9.0, "Assembly_District": 19.0, "County": "Nassau County", "Zip_Code": 11530.0 }, "geometry": { "type": "Point", "coordinates": [ -73.6627939, 40.7229536 ] } }, -{ "type": "Feature", "properties": { "Website": "https://withfriends.co/opera_house_tenant_union/about", "Name": "The Opera House Tenants Union", "Legislation": [ "Statewide Right to Counsel" ], "Phone": null, "Address": "27 Arion Pl Flat 116, Brooklyn, NY 11206", "Membership Status": [ "Endorser" ], "Senate_District": 18.0, "Assembly_District": 53.0, "County": "Kings County", "Zip_Code": 11206.0 }, "geometry": { "type": "Point", "coordinates": [ -73.936455346938772, 40.698256510204082 ] } }, -{ "type": "Feature", "properties": { "Website": "https://utalbany.org/housing-for-all/#:~:text=Housing%20for%20All%20is%20a,in%20the%20City%20of%20Albany.", "Name": "Housing for All Albany", "Legislation": [ "Statewide Right to Counsel" ], "Phone": null, "Address": "Albany, NY", "Membership Status": [ "Endorser" ], "Senate_District": null, "Assembly_District": null, "County": null, "Zip_Code": null }, "geometry": null }, -{ "type": "Feature", "properties": { "Website": "www.legalaidnyc.org", "Name": "The Legal Aid Society", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-577-3300", "Address": "199 Water St, New York, NY 10038", "Membership Status": [ "Coalition Member" ], "Senate_District": 27.0, "Assembly_District": 65.0, "County": "New York County", "Zip_Code": 10038.0 }, "geometry": { "type": "Point", "coordinates": [ -74.0041584, 40.7072009 ] } }, -{ "type": "Feature", "properties": { "Website": "https://dioceseny.org/", "Name": "Episcopal Diocese of New York", "Legislation": [ "Statewide Right to Counsel" ], "Phone": null, "Address": "1047 Amsterdam Ave, New York, NY 10025", "Membership Status": [ "Supporter" ], "Senate_District": 30.0, "Assembly_District": 69.0, "County": "New York County", "Zip_Code": 10025.0 }, "geometry": { "type": "Point", "coordinates": [ -73.963682244897953, 40.803047612244896 ] } }, -{ "type": "Feature", "properties": { "Website": "www.fairhousingjustice.org", "Name": "Fair Housing Justice Center, Inc.", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-400-8201", "Address": "30-30 Northern Blvd #302, Queens, NY 11101", "Membership Status": [ "Endorser" ], "Senate_District": 12.0, "Assembly_District": 36.0, "County": "Queens County", "Zip_Code": 11101.0 }, "geometry": { "type": "Point", "coordinates": [ -73.933829, 40.751361 ] } }, -{ "type": "Feature", "properties": { "Website": "www.clusterinc.org", "Name": "Cluster, Inc", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "914-963-6440", "Address": "28 Wells Ave, Yonkers, NY 10701", "Membership Status": [ "Supporter" ], "Senate_District": 35.0, "Assembly_District": 89.0, "County": "Westchester County", "Zip_Code": 10701.0 }, "geometry": { "type": "Point", "coordinates": [ -73.89989, 40.936496 ] } }, -{ "type": "Feature", "properties": { "Website": "https://takerootjustice.org/", "Name": "TakeRoot Justice", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-810-6744", "Address": "123 William St 16th floor, New York, NY 10038", "Membership Status": [ "Coalition Member" ], "Senate_District": 27.0, "Assembly_District": 65.0, "County": "New York County", "Zip_Code": 10038.0 }, "geometry": { "type": "Point", "coordinates": [ -74.006888, 40.709216 ] } }, -{ "type": "Feature", "properties": { "Website": "https://ilny.us/", "Name": "New York Association on Independent Living", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "518-465-4650", "Address": "155 Washington Ave #208, Albany, NY 12210", "Membership Status": [ "Endorser" ], "Senate_District": 46.0, "Assembly_District": 109.0, "County": "Albany County", "Zip_Code": 12210.0 }, "geometry": { "type": "Point", "coordinates": [ -73.7617797, 42.6563989 ] } }, -{ "type": "Feature", "properties": { "Website": "www.sheltersofsaratoga.org", "Name": "Shelters of Saratoga Inc", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "518-581-1097", "Address": "14 Walworth St, Saratoga Springs, NY 12866", "Membership Status": [ "Supporter" ], "Senate_District": 44.0, "Assembly_District": 113.0, "County": "Saratoga County", "Zip_Code": 12866.0 }, "geometry": { "type": "Point", "coordinates": [ -73.791749677419347, 43.080728354838712 ] } }, -{ "type": "Feature", "properties": { "Website": "https://ppgbuffalo.org/", "Name": "Partnership for the Public Good", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "716-852-4191", "Address": "617 Main St #300, Buffalo, NY 14203", "Membership Status": [ "Endorser" ], "Senate_District": 63.0, "Assembly_District": 141.0, "County": "Erie County", "Zip_Code": 14203.0 }, "geometry": { "type": "Point", "coordinates": [ -78.8724926, 42.8907026 ] } }, -{ "type": "Feature", "properties": { "Website": "www.urbanjustice.org", "Name": "Safety Net Project of the Urban Justice Center", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "646-602-5600", "Address": "40 Rector St Floor 9, New York, NY 10006", "Membership Status": [ "Coalition Member" ], "Senate_District": 27.0, "Assembly_District": 61.0, "County": "New York County", "Zip_Code": 10006.0 }, "geometry": { "type": "Point", "coordinates": [ -74.0147295, 40.7085722 ] } }, -{ "type": "Feature", "properties": { "Website": "www.unitedtenantsalbany.org", "Name": "United Tenants of Albany", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "518-436-8997", "Address": "255 Orange St, Albany, NY 12210", "Membership Status": [ "Campaign Member" ], "Senate_District": 46.0, "Assembly_District": 109.0, "County": "Albany County", "Zip_Code": 12210.0 }, "geometry": { "type": "Point", "coordinates": [ -73.7587756, 42.6586276 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.ftjc.org/", "Name": "Fort Tryon Jewish Center", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "347-618-2450", "Address": "729 W 181st St, New York, NY 10033", "Membership Status": [ "Supporter" ], "Senate_District": 31.0, "Assembly_District": 72.0, "County": "New York County", "Zip_Code": 10033.0 }, "geometry": { "type": "Point", "coordinates": [ -73.936036857142852, 40.850344428571432 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.cbyarmonk.org/", "Name": "Congregation B'nai Yisrael", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-879-1558", "Address": "335 E 77th St, New York, NY 10075", "Membership Status": [ "Supporter" ], "Senate_District": 28.0, "Assembly_District": 76.0, "County": "New York County", "Zip_Code": 10075.0 }, "geometry": { "type": "Point", "coordinates": [ -73.954916739130439, 40.771651304347827 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.umcq.org/", "Name": "Queensbury United Methodist Church", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "518-793-9728", "Address": "460 Aviation Rd, Queensbury, NY 12804", "Membership Status": [ "Supporter" ], "Senate_District": 45.0, "Assembly_District": 114.0, "County": "Warren County", "Zip_Code": 12804.0 }, "geometry": { "type": "Point", "coordinates": [ -73.687216061395134, 43.3285808 ] } }, -{ "type": "Feature", "properties": { "Website": "https://maketheroadny.org/", "Name": "Make the Road New York - Staten Island", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-727-1222", "Address": "161 Port Richmond Avenue, Staten Island, NY 10302", "Membership Status": [ "Endorser" ], "Senate_District": 23.0, "Assembly_District": 61.0, "County": "Richmond County", "Zip_Code": 10302.0 }, "geometry": { "type": "Point", "coordinates": [ -74.1338219, 40.6371634 ] } }, -{ "type": "Feature", "properties": { "Website": "https://ucceny.org/", "Name": "United Community Centers Inc", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-649-7979", "Address": "613 New Lots Ave, Brooklyn, NY 11207", "Membership Status": [ "Endorser" ], "Senate_District": 19.0, "Assembly_District": 60.0, "County": "Kings County", "Zip_Code": 11207.0 }, "geometry": { "type": "Point", "coordinates": [ -73.8866216, 40.6648125 ] } }, -{ "type": "Feature", "properties": { "Website": "www.queensdefenders.com", "Name": "Queens Defenders", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-261-3047", "Address": "118-21 Queens Blvd, Forest Hills, NY 11375", "Membership Status": [ "Supporter" ], "Senate_District": 14.0, "Assembly_District": 27.0, "County": "Queens County", "Zip_Code": 11375.0 }, "geometry": { "type": "Point", "coordinates": [ -73.8315347, 40.7150191 ] } }, -{ "type": "Feature", "properties": { "Website": "www.npcnys.org", "Name": "Neighborhood Preservation Coalition of New York State, Inc.", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "518-432-6757", "Address": "126 State St Suite 302, Albany, NY 12207", "Membership Status": [ "Campaign Member" ], "Senate_District": 46.0, "Assembly_District": 109.0, "County": "Albany County", "Zip_Code": 12207.0 }, "geometry": { "type": "Point", "coordinates": [ -73.7548659, 42.6502385 ] } }, -{ "type": "Feature", "properties": { "Website": "https://hcr.ny.gov/location/east-new-york-urban-youth-corps-inc", "Name": "East New York Urban Youth Corps", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-922-2311", "Address": "539 Alabama Ave, Brooklyn, NY 11207", "Membership Status": [ "Supporter" ], "Senate_District": 19.0, "Assembly_District": 60.0, "County": "Kings County", "Zip_Code": 11207.0 }, "geometry": { "type": "Point", "coordinates": [ -73.8962794, 40.6626998 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.messiahny.org/", "Name": "Messiah Lutheran Church", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-356-1050", "Address": "205 Jefferson Blvd, Staten Island, NY 10312", "Membership Status": [ "Supporter" ], "Senate_District": 24.0, "Assembly_District": 62.0, "County": "Richmond County", "Zip_Code": 10312.0 }, "geometry": { "type": "Point", "coordinates": [ -74.1816976, 40.5446658 ] } }, -{ "type": "Feature", "properties": { "Website": "www.caaav.org", "Name": "CAAAV: Organizing Asian Communities", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-473-6485", "Address": "55 Hester St, New York, NY 10002", "Membership Status": [ "Campaign Member" ], "Senate_District": 27.0, "Assembly_District": 65.0, "County": "New York County", "Zip_Code": 10002.0 }, "geometry": { "type": "Point", "coordinates": [ -73.99030222580646, 40.715806516129042 ] } }, -{ "type": "Feature", "properties": { "Website": "https://firstpresalbany.org/", "Name": "First Presbyterian Church of Albany", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "518-449-7332", "Address": "362 State St, Albany, NY 12210", "Membership Status": [ "Supporter" ], "Senate_District": 46.0, "Assembly_District": 109.0, "County": "Albany County", "Zip_Code": 12210.0 }, "geometry": { "type": "Point", "coordinates": [ -73.765033, 42.6559972 ] } }, -{ "type": "Feature", "properties": { "Website": null, "Name": "Sanctuary Church", "Legislation": [ "Statewide Right to Counsel" ], "Phone": null, "Address": "14 W 170th St, Bronx, NY 10452", "Membership Status": [ "Supporter" ], "Senate_District": 29.0, "Assembly_District": 84.0, "County": "Bronx County", "Zip_Code": 10452.0 }, "geometry": { "type": "Point", "coordinates": [ -73.918698687499997, 40.840642437500001 ] } }, -{ "type": "Feature", "properties": { "Website": "www.nmic.org", "Name": "Northern Manhattan Improvement Corporation", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-822-8300", "Address": "45 Wadsworth Ave, New York, NY 10033", "Membership Status": [ "Coalition Member" ], "Senate_District": 31.0, "Assembly_District": 72.0, "County": "New York County", "Zip_Code": 10033.0 }, "geometry": { "type": "Point", "coordinates": [ -73.937295136363645, 40.84681759090909 ] } }, -{ "type": "Feature", "properties": { "Website": "https://antievictionmap.com/?category=New+York+City", "Name": "Anti-Eviction Mapping Project", "Legislation": [ "Statewide Right to Counsel" ], "Phone": null, "Address": null, "Membership Status": [ "Endorser" ], "Senate_District": null, "Assembly_District": null, "County": null, "Zip_Code": null }, "geometry": null }, -{ "type": "Feature", "properties": { "Website": "https://westsideneighborhoodalliance.wordpress.com/about/", "Name": "Westside Neighborhood Alliance", "Legislation": [ "Statewide Right to Counsel", "Winter Eviction Moratorium", "Clean Hands", "Defend Right to Counsel" ], "Phone": "212-541-5996 x.16", "Address": "777 10th Ave, New York, NY 10019", "Membership Status": [ "Coalition Member" ], "Senate_District": 47.0, "Assembly_District": 67.0, "County": "New York County", "Zip_Code": 10019.0 }, "geometry": { "type": "Point", "coordinates": [ -73.991193, 40.76567086956522 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.chaplains.care/", "Name": "New York State Chaplain Task Force", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-749-8534", "Address": "405 RXR Plaza, Uniondale, NY 11556", "Membership Status": [ "Supporter" ], "Senate_District": 6.0, "Assembly_District": 18.0, "County": "Nassau County", "Zip_Code": 11556.0 }, "geometry": { "type": "Point", "coordinates": [ -73.58378, 40.720289 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.hvjc.org/", "Name": "Hudson Valley Justice Center - Westchester County", "Legislation": [ "Statewide Right to Counsel", "Clean Hands", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "914-308-3490", "Address": "19 Court Street, Suite 305, White Plains, NY 10601", "Membership Status": [ "Campaign Member" ], "Senate_District": 37.0, "Assembly_District": 93.0, "County": "Westchester County", "Zip_Code": 10601.0 }, "geometry": { "type": "Point", "coordinates": [ -73.7673361, 41.0320414 ] } }, -{ "type": "Feature", "properties": { "Website": "https://empirejustice.org/", "Name": "Empire Justice Center - Long Island", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "631-533-5240", "Address": "320 Carleton Ave, Central Islip, NY 11722", "Membership Status": [ "Campaign Member" ], "Senate_District": 4.0, "Assembly_District": 6.0, "County": "Suffolk County", "Zip_Code": 11722.0 }, "geometry": { "type": "Point", "coordinates": [ -73.1960336, 40.76654 ] } }, -{ "type": "Feature", "properties": { "Website": "https://mobilizationforjustice.org/", "Name": "Mobilization For Justice", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-417-3700", "Address": "299 Broadway, Brooklyn, NY 10007", "Membership Status": [ "Coalition Member" ], "Senate_District": 27.0, "Assembly_District": 66.0, "County": "New York County", "Zip_Code": 10007.0 }, "geometry": { "type": "Point", "coordinates": [ -74.006487, 40.714104 ] } }, -{ "type": "Feature", "properties": { "Website": "https://socialists.nyc/working-groups/", "Name": "NYC DSA Housing Working Group", "Legislation": [ "Statewide Right to Counsel", "Winter Eviction Moratorium" ], "Phone": null, "Address": "14 Jefferson St, New York, NY 10002", "Membership Status": [ "Endorser" ], "Senate_District": 27.0, "Assembly_District": 65.0, "County": "New York County", "Zip_Code": 10002.0 }, "geometry": { "type": "Point", "coordinates": [ -73.9887524, 40.7137956 ] } }, -{ "type": "Feature", "properties": { "Website": "www.casapower.org", "Name": "CASA: Community Action for Safe Apartments", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "718-716-8000", "Address": "35 Marcy Pl, Bronx, NY 10452", "Membership Status": [ "Coalition Member" ], "Senate_District": 32.0, "Assembly_District": 84.0, "County": "Bronx County", "Zip_Code": 10452.0 }, "geometry": { "type": "Point", "coordinates": [ -73.9172203, 40.8385615 ] } }, -{ "type": "Feature", "properties": { "Website": "https://volsprobono.org/", "Name": "Volunteers of Legal Service", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-966-4400", "Address": "40 Worth St Suite 829, New York, NY 10013", "Membership Status": [ "Supporter" ], "Senate_District": 27.0, "Assembly_District": 66.0, "County": "New York County", "Zip_Code": 10013.0 }, "geometry": { "type": "Point", "coordinates": [ -74.0069976, 40.7173052 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.albanyny.gov/2187/Albany-Common-Council", "Name": "Albany Common Council", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "518-434-5087", "Address": "24 Eagle St # 202, Albany, NY 12207", "Membership Status": [ "Endorser" ], "Senate_District": 46.0, "Assembly_District": 109.0, "County": "Albany County", "Zip_Code": 12207.0 }, "geometry": { "type": "Point", "coordinates": [ -73.753627047619048, 42.653103214285714 ] } }, -{ "type": "Feature", "properties": { "Website": null, "Name": "New Tabernacle Baptist Church", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-367-9882", "Address": "990 E 181st St, Bronx, NY 10460", "Membership Status": [ "Supporter" ], "Senate_District": 32.0, "Assembly_District": 87.0, "County": "Bronx County", "Zip_Code": 10460.0 }, "geometry": { "type": "Point", "coordinates": [ -73.879476565217402, 40.84442504347826 ] } }, -{ "type": "Feature", "properties": { "Website": "https://ecbavlp.com/", "Name": "Erie County Bar Association Volunteer Lawyers Project, Inc.", "Legislation": [ "Statewide Right to Counsel", "Clean Hands", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "716-847-0662", "Address": "438 Main St 7th floor, Buffalo, NY 14202", "Membership Status": [ "Campaign Member" ], "Senate_District": 63.0, "Assembly_District": 141.0, "County": "Erie County", "Zip_Code": 14202.0 }, "geometry": { "type": "Point", "coordinates": [ -78.874518591836733, 42.885613714285711 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.lenoxhill.org/", "Name": "Lenox Hill Neighborhood House ", "Legislation": [ "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium", "Clean Hands" ], "Phone": "212-744-5022", "Address": "331 E 70th St, New York, NY 10021", "Membership Status": [ "Campaign Member" ], "Senate_District": 28.0, "Assembly_District": 76.0, "County": "New York County", "Zip_Code": 10021.0 }, "geometry": { "type": "Point", "coordinates": [ -73.958332434782605, 40.767169956521741 ] } }, -{ "type": "Feature", "properties": { "Website": "https://empirejustice.org/", "Name": "Empire Justice Center - White Plains", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": null, "Address": "80 North Broadway, White Plains, NY 10603", "Membership Status": [ "Campaign Member" ], "Senate_District": 37.0, "Assembly_District": 93.0, "County": "Westchester County", "Zip_Code": 10603.0 }, "geometry": { "type": "Point", "coordinates": [ -73.766992518666456, 41.039662686317087 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.vocal-ny.org/chapter/rochester/", "Name": "VOCAL-NY - Rochester", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-802-9540", "Address": "189 N Water St, Rochester, NY 14604, USA", "Membership Status": [ "Endorser" ], "Senate_District": 56.0, "Assembly_District": 137.0, "County": "Monroe County", "Zip_Code": 14604.0 }, "geometry": { "type": "Point", "coordinates": [ -77.61153744897959, 43.159806979591842 ] } }, -{ "type": "Feature", "properties": { "Website": "https://wnyhomeless.org/", "Name": "Homeless Alliance of Western NY", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "716-853-1101", "Address": "960 Main St, Buffalo, NY 14202", "Membership Status": [ "Endorser" ], "Senate_District": 63.0, "Assembly_District": 141.0, "County": "Erie County", "Zip_Code": 14202.0 }, "geometry": { "type": "Point", "coordinates": [ -78.8696585, 42.9007341 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.vocal-ny.org/", "Name": "VOCAL-NY - New York", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-802-9540", "Address": "300 Douglass St, Brooklyn, NY 11217", "Membership Status": [ "Endorser" ], "Senate_District": 26.0, "Assembly_District": 52.0, "County": "Kings County", "Zip_Code": 11217.0 }, "geometry": { "type": "Point", "coordinates": [ -73.98166, 40.679187 ] } }, -{ "type": "Feature", "properties": { "Website": "www.woodsideonthemove.org", "Name": "Woodside On the Move", "Legislation": [ "Statewide Right to Counsel", "Winter Eviction Moratorium", "Defend Right to Counsel", "Clean Hands" ], "Phone": "718-476-8449", "Address": "51-23 Queens Blvd, Queens, NY 11377", "Membership Status": [ "Campaign Member" ], "Senate_District": 12.0, "Assembly_District": 37.0, "County": "Queens County", "Zip_Code": 11377.0 }, "geometry": { "type": "Point", "coordinates": [ -73.913165, 40.74283 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.covenantroc.org/", "Name": "Covenant United Methodist Church", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "585-456 - 1979", "Address": "1124 Culver Road, Rochester, NY 14609", "Membership Status": [ "Supporter" ], "Senate_District": 55.0, "Assembly_District": 138.0, "County": "Monroe County", "Zip_Code": 14609.0 }, "geometry": { "type": "Point", "coordinates": [ -77.5628964, 43.165713 ] } }, -{ "type": "Feature", "properties": { "Website": "https://midtownsouthcc.org/", "Name": "Midtown South Community Council", "Legislation": [ "Statewide Right to Counsel", "Winter Eviction Moratorium", "Clean Hands", "Defend Right to Counsel" ], "Phone": null, "Address": "331 W 38th St, New York, New York 10018, US", "Membership Status": [ "Coalition Member" ], "Senate_District": 47.0, "Assembly_District": 75.0, "County": "New York County", "Zip_Code": 10018.0 }, "geometry": { "type": "Point", "coordinates": [ -73.99250291836735, 40.755170224489802 ] } }, -{ "type": "Feature", "properties": { "Website": "https://empirejustice.org/", "Name": "Empire Justice Center - Rochester", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "585-454-4060", "Address": "One West Main Street, Ste. 200, Rochester, NY 14614", "Membership Status": [ "Campaign Member" ], "Senate_District": 56.0, "Assembly_District": 137.0, "County": "Monroe County", "Zip_Code": 14614.0 }, "geometry": { "type": "Point", "coordinates": [ -77.613101562735153, 43.1554214 ] } }, -{ "type": "Feature", "properties": { "Website": "www.lifairhousing.org", "Name": "Long Island Housing Services Inc", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "631-567-5111", "Address": "640 Johnson Ave, Bohemia, NY 11716", "Membership Status": [ "Campaign Member" ], "Senate_District": 8.0, "Assembly_District": 7.0, "County": "Suffolk County", "Zip_Code": 11716.0 }, "geometry": { "type": "Point", "coordinates": [ -73.09676938454011, 40.780404780002037 ] } }, -{ "type": "Feature", "properties": { "Website": "www.uhab.org", "Name": "UHAB | Urban Homesteading Assistance Board", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-479-3300", "Address": "120 Wall St 20th floor, New York, NY 10005", "Membership Status": [ "Endorser" ], "Senate_District": 27.0, "Assembly_District": 65.0, "County": "New York County", "Zip_Code": 10005.0 }, "geometry": { "type": "Point", "coordinates": [ -74.006184, 40.704558 ] } }, -{ "type": "Feature", "properties": { "Website": "https://syracusetenant.org/", "Name": "Greater Syracuse Tenants Network", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "315-475-8092", "Address": "751 James St, Syracuse, NY 13203", "Membership Status": [ "Supporter" ], "Senate_District": 48.0, "Assembly_District": 129.0, "County": "Onondaga County", "Zip_Code": 13203.0 }, "geometry": { "type": "Point", "coordinates": [ -76.141789489795926, 43.05573830612245 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.syracusetenantsunion.com/about", "Name": "Syracuse Tenant Union", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "315-308-0130", "Address": "Syracuse, New York", "Membership Status": [ "Campaign Member" ], "Senate_District": null, "Assembly_District": null, "County": null, "Zip_Code": null }, "geometry": null }, -{ "type": "Feature", "properties": { "Website": "www.bds.org", "Name": "Brooklyn Defender Services", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "718-254-0700", "Address": "177 Livingston St #7, Brooklyn, NY 11201", "Membership Status": [ "Coalition Member" ], "Senate_District": 26.0, "Assembly_District": 52.0, "County": "Kings County", "Zip_Code": 11201.0 }, "geometry": { "type": "Point", "coordinates": [ -73.9867963, 40.6901951 ] } }, -{ "type": "Feature", "properties": { "Website": "https://wpcalbany.org/", "Name": "Westminster Presbyterian Church", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "518-449-7332", "Address": "85 Chestnut St, Albany, NY 12210", "Membership Status": [ "Supporter" ], "Senate_District": 46.0, "Assembly_District": 109.0, "County": "Albany County", "Zip_Code": 12210.0 }, "geometry": { "type": "Point", "coordinates": [ -73.7613522, 42.6535144 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.princebaycommunitychurch.org/", "Name": "Prince’s Bay Reformed Church", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-984-4526", "Address": "239 Seguine Ave, Staten Island, NY 10309", "Membership Status": [ "Supporter" ], "Senate_District": 24.0, "Assembly_District": 62.0, "County": "Richmond County", "Zip_Code": 10309.0 }, "geometry": { "type": "Point", "coordinates": [ -74.197552, 40.520652 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.lscny.org/", "Name": "Legal Services of Central New York", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "315-703-6500", "Address": "221 S Warren St #300, Syracuse, NY 13202", "Membership Status": [ "Endorser" ], "Senate_District": 48.0, "Assembly_District": 129.0, "County": "Onondaga County", "Zip_Code": 13202.0 }, "geometry": { "type": "Point", "coordinates": [ -76.150637836734703, 43.04929740816327 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.vocal-ny.org/chapter/westchester-county/", "Name": "VOCAL-NY - Westchester County", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-802-9540", "Address": "Westchester County, NY, USA", "Membership Status": [ "Endorser" ], "Senate_District": 37.0, "Assembly_District": 93.0, "County": "Westchester County", "Zip_Code": 10605.0 }, "geometry": { "type": "Point", "coordinates": [ -73.759928, 41.031235 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.cb8m.com/", "Name": "Manhattan Community Board 8", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-758-4340", "Address": "505 Park Ave #620, New York, NY 10022", "Membership Status": [ "Endorser" ], "Senate_District": 28.0, "Assembly_District": 73.0, "County": "New York County", "Zip_Code": 10022.0 }, "geometry": { "type": "Point", "coordinates": [ -73.969525, 40.763121 ] } }, -{ "type": "Feature", "properties": { "Website": "www.hcc-nyc.org", "Name": "Housing Conservation Coordinators", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-541-5996", "Address": "777 10th Ave #1, New York, NY 10019", "Membership Status": [ "Coalition Member" ], "Senate_District": 47.0, "Assembly_District": 67.0, "County": "New York County", "Zip_Code": 10019.0 }, "geometry": { "type": "Point", "coordinates": [ -73.991193, 40.76567086956522 ] } }, -{ "type": "Feature", "properties": { "Website": "www.nhnhome.org", "Name": "Neighbors Helping Neighbors", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "718-237-2017", "Address": "621 Degraw St, Brooklyn, NY 11217", "Membership Status": [ "Campaign Member" ], "Senate_District": 26.0, "Assembly_District": 52.0, "County": "Kings County", "Zip_Code": 11217.0 }, "geometry": { "type": "Point", "coordinates": [ -73.982408187499999, 40.678865875 ] } }, -{ "type": "Feature", "properties": { "Website": "www.wroinc.org", "Name": "Westchester Residential Opportunities", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "914-428-4507", "Address": "470 Mamaroneck Ave # 410, White Plains, NY 10605", "Membership Status": [ "Endorser" ], "Senate_District": 37.0, "Assembly_District": 88.0, "County": "Westchester County", "Zip_Code": 10605.0 }, "geometry": { "type": "Point", "coordinates": [ -73.7601182, 41.0226218 ] } }, -{ "type": "Feature", "properties": { "Website": "https://csjcarondelet.org/locations/albany/", "Name": "Sisters of St. Joseph of Carondelet", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "518-783-3500", "Address": "385 Watervliet-Shaker Road, Latham, NY 12110-4799", "Membership Status": [ "Supporter" ], "Senate_District": 43.0, "Assembly_District": 110.0, "County": "Albany County", "Zip_Code": 12110.0 }, "geometry": { "type": "Point", "coordinates": [ -73.7385651, 42.7293503 ] } }, -{ "type": "Feature", "properties": { "Website": "https://lssa2320.org/", "Name": "Legal Services of the Hudson Valley's Staff Attorney Association, National Organization of Legal Service Workers, Local 2320", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-228-0992", "Address": "Hudson Valley, NY", "Membership Status": [ "Endorser" ], "Senate_District": 41.0, "Assembly_District": 103.0, "County": "Ulster County", "Zip_Code": 12401.0 }, "geometry": { "type": "Point", "coordinates": [ -74.014953561607499, 41.88982285 ] } }, -{ "type": "Feature", "properties": { "Website": "https://pslweb.org/", "Name": "Party for Socialism and Liberation - New York City", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-694-8762", "Address": "2295 Adam Clayton Powell Blvd. #1, New York City, NY 10030", "Membership Status": [ "Endorser" ], "Senate_District": 30.0, "Assembly_District": 70.0, "County": "New York County", "Zip_Code": 10030.0 }, "geometry": { "type": "Point", "coordinates": [ -73.943629, 40.814959 ] } }, -{ "type": "Feature", "properties": { "Website": "http://www.walkermemorialbaptistchurch.com/", "Name": "Walker Memorial Baptist Church", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-588-4262", "Address": "120 E 169th St, Bronx, NY 10452", "Membership Status": [ "Supporter" ], "Senate_District": 29.0, "Assembly_District": 84.0, "County": "Bronx County", "Zip_Code": 10452.0 }, "geometry": { "type": "Point", "coordinates": [ -73.917442, 40.836907204081633 ] } }, -{ "type": "Feature", "properties": { "Website": "www.wearebcs.org", "Name": "Brooklyn Community Services", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-310-5600", "Address": "151 Lawrence St 4th floor, Brooklyn, NY 11201", "Membership Status": [ "Endorser" ], "Senate_District": 26.0, "Assembly_District": 52.0, "County": "Kings County", "Zip_Code": 11201.0 }, "geometry": { "type": "Point", "coordinates": [ -73.986184771428569, 40.69178577142857 ] } }, -{ "type": "Feature", "properties": { "Website": "www.coalitionforthehomeless.org", "Name": "Coalition for the Homeless", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-776-2000", "Address": "129 Fulton St, New York, NY 10038", "Membership Status": [ "Coalition Member" ], "Senate_District": 27.0, "Assembly_District": 65.0, "County": "New York County", "Zip_Code": 10038.0 }, "geometry": { "type": "Point", "coordinates": [ -74.0075044, 40.7102102 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.instagram.com/rtcwestchester/?hl=en", "Name": "Westchester Right to Counsel Coalition", "Legislation": [ "Statewide Right to Counsel" ], "Phone": null, "Address": "Westchester, NY", "Membership Status": [ "Endorser" ], "Senate_District": null, "Assembly_District": null, "County": null, "Zip_Code": null }, "geometry": null }, -{ "type": "Feature", "properties": { "Website": "www.liftingupwestchester.org", "Name": "Lifting Up Westchester", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "914-949-3098", "Address": "35 Orchard St, White Plains, NY 10603", "Membership Status": [ "Endorser" ], "Senate_District": 37.0, "Assembly_District": 93.0, "County": "Westchester County", "Zip_Code": 10603.0 }, "geometry": { "type": "Point", "coordinates": [ -73.766403112500001, 41.04715775 ] } }, -{ "type": "Feature", "properties": { "Website": "www.lipc.org", "Name": "Long Island Progressive Coalition", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "516-541-1006", "Address": "90 Pennsylvania Ave, Massapequa, NY 11758", "Membership Status": [ "Campaign Member" ], "Senate_District": 8.0, "Assembly_District": 17.0, "County": "Nassau County", "Zip_Code": 11758.0 }, "geometry": { "type": "Point", "coordinates": [ -73.4721662, 40.6786797 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.ridgewoodtenantsunion.org/", "Name": "Ridgewood Tenants Union", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "732-835-2344", "Address": "Ridgewood, Queens, NY", "Membership Status": [ "Coalition Member" ], "Senate_District": null, "Assembly_District": null, "County": null, "Zip_Code": null }, "geometry": null }, -{ "type": "Feature", "properties": { "Website": null, "Name": "Sisters of St. Dominic", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "845-359-5691", "Address": "496 Western Hwy S, Blauvelt, NY 10913", "Membership Status": [ "Supporter" ], "Senate_District": 38.0, "Assembly_District": 97.0, "County": "Rockland County", "Zip_Code": 10962.0 }, "geometry": { "type": "Point", "coordinates": [ -73.955152, 41.053427 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.facebook.com/GreaterMtCalvaryNY/", "Name": "Greater Mt. Calvary", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-465-8881", "Address": "194-59 Murdock Ave, Queens, NY 11412", "Membership Status": [ "Supporter" ], "Senate_District": 14.0, "Assembly_District": 33.0, "County": "Queens County", "Zip_Code": 11412.0 }, "geometry": { "type": "Point", "coordinates": [ -73.7584484, 40.6991422 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.dc37.net/benefits/MELS", "Name": "District Council 37 Municipal Employees Legal Services (DC37) - Rockland", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-815-1111", "Address": "Rockland County, NY", "Membership Status": [ "Coalition Member" ], "Senate_District": 38.0, "Assembly_District": 98.0, "County": "Rockland County", "Zip_Code": 10901.0 }, "geometry": { "type": "Point", "coordinates": [ -74.088639545700062, 41.1330926 ] } }, -{ "type": "Feature", "properties": { "Website": "https://justiceandopportunity.org/", "Name": "John Jay College Institute for Justice and Opportunity", "Legislation": [ "Statewide Right to Counsel" ], "Phone": null, "Address": "555 W 57th St, Suite 603, New York, New York 10019", "Membership Status": [ "Endorser" ], "Senate_District": 47.0, "Assembly_District": 67.0, "County": "New York County", "Zip_Code": 10019.0 }, "geometry": { "type": "Point", "coordinates": [ -73.9902036, 40.7700413 ] } }, -{ "type": "Feature", "properties": { "Website": "https://qcba.org/page-18081", "Name": "Queens County Bar Association Volunteer Lawyers Project (QVLP)", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-739-4100", "Address": "9035 148th St, Jamaica, NY 11435", "Membership Status": [ "Supporter" ], "Senate_District": 14.0, "Assembly_District": 32.0, "County": "Queens County", "Zip_Code": 11435.0 }, "geometry": { "type": "Point", "coordinates": [ -73.80608, 40.701347 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.vocal-ny.org/chapter/syracuse/", "Name": "VOCAL-NY - Syracuse", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-802-9540", "Address": "Syracuse, NY, USA", "Membership Status": [ "Endorser" ], "Senate_District": null, "Assembly_District": null, "County": null, "Zip_Code": null }, "geometry": null }, -{ "type": "Feature", "properties": { "Website": "www.fifthave.org", "Name": "Fifth Avenue Committee", "Legislation": [ "Statewide Right to Counsel", "Clean Hands", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "718-237-2017", "Address": "621 Degraw St, Brooklyn, NY 11217", "Membership Status": [ "Campaign Member" ], "Senate_District": 26.0, "Assembly_District": 52.0, "County": "Kings County", "Zip_Code": 11217.0 }, "geometry": { "type": "Point", "coordinates": [ -73.982408187499999, 40.678865875 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.facebook.com/SICouncil/", "Name": "Staten Island Council of Churches", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-761-6782", "Address": "2024 Richmond Ave, Staten Island, NY 10314", "Membership Status": [ "Supporter" ], "Senate_District": 24.0, "Assembly_District": 63.0, "County": "Richmond County", "Zip_Code": 10314.0 }, "geometry": { "type": "Point", "coordinates": [ -74.162671, 40.598450555555559 ] } }, -{ "type": "Feature", "properties": { "Website": "www.homeny.org", "Name": "Housing Opportunities Made Equal (HOME)", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "716-854-1400", "Address": "1542 Main St, Buffalo, NY 14209", "Membership Status": [ "Endorser" ], "Senate_District": 61.0, "Assembly_District": 141.0, "County": "Erie County", "Zip_Code": 14209.0 }, "geometry": { "type": "Point", "coordinates": [ -78.8646268, 42.9154872 ] } }, -{ "type": "Feature", "properties": { "Website": "https://westsideneighborhoodalliance.wordpress.com/about/", "Name": "West Side Neighborhood Alliance", "Legislation": [ "Statewide Right to Counsel", "Clean Hands", "Winter Eviction Moratorium", "Defend Right to Counsel" ], "Phone": "212-541-5996 x.16", "Address": "777 10th Ave #1, New York, NY 10019", "Membership Status": [ "Coalition Member" ], "Senate_District": 47.0, "Assembly_District": 67.0, "County": "New York County", "Zip_Code": 10019.0 }, "geometry": { "type": "Point", "coordinates": [ -73.991193, 40.76567086956522 ] } }, -{ "type": "Feature", "properties": { "Website": "www.cidny.org", "Name": "Center For Independence of the Disabled, New York", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-674-2300", "Address": "1010 6th Ave, New York, NY 10018", "Membership Status": [ "Coalition Member" ], "Senate_District": 28.0, "Assembly_District": 75.0, "County": "New York County", "Zip_Code": 10018.0 }, "geometry": { "type": "Point", "coordinates": [ -73.986111923076919, 40.751922230769232 ] } }, -{ "type": "Feature", "properties": { "Website": "https://save63tiffany.com/", "Name": "Save63Tiffany", "Legislation": [ "Statewide Right to Counsel", "Clean Hands", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": null, "Address": "63 Tiffany Place, Brooklyn, NY 11231", "Membership Status": [ "Coalition Member" ], "Senate_District": 26.0, "Assembly_District": 52.0, "County": "Kings County", "Zip_Code": 11231.0 }, "geometry": { "type": "Point", "coordinates": [ -74.000626666666662, 40.686992714285722 ] } }, -{ "type": "Feature", "properties": { "Website": null, "Name": "The Alternative to Economic and Housing Displacement, Inc.", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": null, "Address": "256 Orange St., Ste 203, Albany, NY 12210", "Membership Status": [ "Campaign Member" ], "Senate_District": 46.0, "Assembly_District": 109.0, "County": "Albany County", "Zip_Code": 12210.0 }, "geometry": { "type": "Point", "coordinates": [ -73.758934, 42.6582344 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.judson.org/", "Name": "Judson Memorial Church", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-477-0351", "Address": "55 Washington Square S, New York, NY 10012", "Membership Status": [ "Supporter" ], "Senate_District": 27.0, "Assembly_District": 66.0, "County": "New York County", "Zip_Code": 10012.0 }, "geometry": { "type": "Point", "coordinates": [ -73.998307, 40.730295 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.facebook.com/lpacnyc/", "Name": "Latino Pastoral Action Center", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-681-2361", "Address": "14 W 170th St, Bronx, NY 10452", "Membership Status": [ "Supporter" ], "Senate_District": 29.0, "Assembly_District": 84.0, "County": "Bronx County", "Zip_Code": 10452.0 }, "geometry": { "type": "Point", "coordinates": [ -73.918698687499997, 40.840642437500001 ] } }, -{ "type": "Feature", "properties": { "Website": "www.cssny.org", "Name": "Community Service Society", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-254-8900", "Address": "633 3rd Ave 10th floor, New York, NY 10017", "Membership Status": [ "Coalition Member" ], "Senate_District": 59.0, "Assembly_District": 73.0, "County": "New York County", "Zip_Code": 10017.0 }, "geometry": { "type": "Point", "coordinates": [ -73.974898, 40.749776 ] } }, -{ "type": "Feature", "properties": { "Website": "https://longislandactivists.org/", "Name": "Long Island Activists", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": null, "Address": "Long Island, NY", "Membership Status": [ "Campaign Member" ], "Senate_District": null, "Assembly_District": null, "County": null, "Zip_Code": null }, "geometry": null }, -{ "type": "Feature", "properties": { "Website": "www.chhayacdc.org", "Name": "Chhaya CDC Richmond Hill Center", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-374-3371", "Address": "121-18 Liberty Ave 2nd floor, South Richmond Hill, NY 11419", "Membership Status": [ "Supporter" ], "Senate_District": null, "Assembly_District": null, "County": null, "Zip_Code": null }, "geometry": null }, -{ "type": "Feature", "properties": { "Website": "https://stpaulandstandrew.org/", "Name": "St. Paul and St. Andrew United Methodist Church", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-362-3179", "Address": "263 W 86th St, New York, NY 10024", "Membership Status": [ "Supporter" ], "Senate_District": 47.0, "Assembly_District": 67.0, "County": "New York County", "Zip_Code": 10024.0 }, "geometry": { "type": "Point", "coordinates": [ -73.976860249999987, 40.78855775 ] } }, -{ "type": "Feature", "properties": { "Website": "www.legalservicesnyc.org", "Name": "Legal Services NYC", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "646-442-3575", "Address": "40 Worth St Suite 606, New York, NY 10013", "Membership Status": [ "Coalition Member" ], "Senate_District": 27.0, "Assembly_District": 66.0, "County": "New York County", "Zip_Code": 10013.0 }, "geometry": { "type": "Point", "coordinates": [ -74.0069976, 40.7173052 ] } }, -{ "type": "Feature", "properties": { "Website": "https://youthrepresent.org/", "Name": "Youth Represent", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "646-759-8080", "Address": "11 Park Pl #1512, New York, NY 10007", "Membership Status": [ "Endorser" ], "Senate_District": 27.0, "Assembly_District": 66.0, "County": "New York County", "Zip_Code": 10007.0 }, "geometry": { "type": "Point", "coordinates": [ -74.0083413, 40.7130009 ] } }, -{ "type": "Feature", "properties": { "Website": "https://lssa2320.org/", "Name": "National Organization of Legal Services Workers, Legal Services Staff Association (LSSA) - UAW Local 2320", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-228-0097", "Address": "350 W 31st St, New York, NY 10001", "Membership Status": [ "Endorser" ], "Senate_District": 47.0, "Assembly_District": 75.0, "County": "New York County", "Zip_Code": 10001.0 }, "geometry": { "type": "Point", "coordinates": [ -73.996338510204083, 40.750803510204086 ] } }, -{ "type": "Feature", "properties": { "Website": "www.cpc-nyc.org", "Name": "Chinese-American Planning Council ", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-431-2320", "Address": "4812 9th Ave, Brooklyn, NY 11220", "Membership Status": [ "Endorser" ], "Senate_District": 17.0, "Assembly_District": 49.0, "County": "Kings County", "Zip_Code": 11220.0 }, "geometry": { "type": "Point", "coordinates": [ -74.000573775510205, 40.640815183673482 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.accessjusticebrooklyn.org/", "Name": "Access Justice Brooklyn", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-624-3894", "Address": "44 Court Street, Suite 1206,k Brooklyn, NY 11201", "Membership Status": [ "Supporter" ], "Senate_District": 26.0, "Assembly_District": 52.0, "County": "Kings County", "Zip_Code": 11201.0 }, "geometry": { "type": "Point", "coordinates": [ -73.991017, 40.692693 ] } }, -{ "type": "Feature", "properties": { "Website": "https://buffalo-dsa.org/", "Name": "Buffalo Democratic Socialists of America", "Legislation": [ "Statewide Right to Counsel" ], "Phone": null, "Address": "Buffalo, NY", "Membership Status": [ "Endorser" ], "Senate_District": null, "Assembly_District": null, "County": null, "Zip_Code": null }, "geometry": null }, -{ "type": "Feature", "properties": { "Website": "www.centerforsafetyandchange.org", "Name": "Center for Safety & Change", "Legislation": [ "Statewide Right to Counsel" ], "Phone": " 845-634-3391", "Address": "9 Johnsons Ln, New City, NY 10956", "Membership Status": [ "Endorser" ], "Senate_District": 38.0, "Assembly_District": 96.0, "County": "Rockland County", "Zip_Code": 10956.0 }, "geometry": { "type": "Point", "coordinates": [ -73.9906921, 41.1296231 ] } }, -{ "type": "Feature", "properties": { "Website": "https://episcopalpartnership.org/", "Name": "Episcopal Diocese WNY", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "716-881-0660", "Address": "1064 Brighton Road, Tonawanda, NY 14150", "Membership Status": [ "Supporter" ], "Senate_District": 61.0, "Assembly_District": 140.0, "County": "Erie County", "Zip_Code": 14150.0 }, "geometry": { "type": "Point", "coordinates": [ -78.833507, 42.9914215 ] } }, -{ "type": "Feature", "properties": { "Website": "https://westchesterlegislators.com/", "Name": "Westchester County Board of Legislators", "Legislation": [ "Statewide Right to Counsel" ], "Phone": null, "Address": "148 Martine Ave, White Plains, NY 10601", "Membership Status": [ "Endorser" ], "Senate_District": 37.0, "Assembly_District": 93.0, "County": "Westchester County", "Zip_Code": 10601.0 }, "geometry": { "type": "Point", "coordinates": [ -73.766865652575461, 41.031167380992038 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.legalservicesnyc.org/our-program/bronx", "Name": "Bronx Legal Services", "Legislation": [ "Statewide Right to Counsel", "Clean Hands", "Winter Eviction Moratorium", "Defend Right to Counsel" ], "Phone": "917-661-4500", "Address": "349 East 149th St., 10th Floor, Bronx, NY 10451", "Membership Status": [ "Coalition Member" ], "Senate_District": 29.0, "Assembly_District": 84.0, "County": "Bronx County", "Zip_Code": 10451.0 }, "geometry": { "type": "Point", "coordinates": [ -73.9198227, 40.8167916 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.nydis.org/", "Name": "New York Disaster Interfaith Services", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-669-6100", "Address": "4 W 43rd St Suite #407, New York, NY 10036", "Membership Status": [ "Supporter" ], "Senate_District": 28.0, "Assembly_District": 75.0, "County": "New York County", "Zip_Code": 10110.0 }, "geometry": { "type": "Point", "coordinates": [ -73.9813232, 40.7544434 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.lasroc.org/", "Name": "The Legal Aid Society of Rochester", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "585-232-4090", "Address": "One W Main St, Rochester, NY 14614", "Membership Status": [ "Endorser" ], "Senate_District": 60.0, "Assembly_District": 147.0, "County": "Erie County", "Zip_Code": 14141.0 }, "geometry": { "type": "Point", "coordinates": [ -78.675424064817179, 42.50934355 ] } }, -{ "type": "Feature", "properties": { "Website": "www.communitiesresist.org", "Name": "Communities Resist", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": " 646-974-8761", "Address": "312 Broadway 2nd Floor, Brooklyn, NY 11211", "Membership Status": [ "Coalition Member" ], "Senate_District": 18.0, "Assembly_District": 50.0, "County": "Kings County", "Zip_Code": 11211.0 }, "geometry": { "type": "Point", "coordinates": [ -73.956508428571425, 40.707843 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.alaa.org/", "Name": "Association of Legal Aid Attorneys -- UAW Local 2325", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-343-0708", "Address": "1600 50, Broadway, New York, NY 10004", "Membership Status": [ "Campaign Member" ], "Senate_District": 28.0, "Assembly_District": 75.0, "County": "New York County", "Zip_Code": 10019.0 }, "geometry": { "type": "Point", "coordinates": [ -73.984503, 40.760295 ] } }, -{ "type": "Feature", "properties": { "Website": "https://brooklynevictiondefense.org/en/", "Name": "Brooklyn Eviction Defense", "Legislation": [ "Winter Eviction Moratorium" ], "Phone": "917-982-2265", "Address": "Brooklyn, NY", "Membership Status": [ "Endorser" ], "Senate_District": 26.0, "Assembly_District": 51.0, "County": "Kings County", "Zip_Code": 11232.0 }, "geometry": { "type": "Point", "coordinates": [ -74.003587371080044, 40.65973505 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.laborreligion.org/", "Name": "Greater New York Labor Religion Coalition", "Legislation": [ "Statewide Right to Counsel" ], "Phone": null, "Address": "85 Chestnut St., Albany, NY 12210", "Membership Status": [ "Supporter" ], "Senate_District": 46.0, "Assembly_District": 109.0, "County": "Albany County", "Zip_Code": 12210.0 }, "geometry": { "type": "Point", "coordinates": [ -73.7613522, 42.6535144 ] } }, -{ "type": "Feature", "properties": { "Website": "www.catholicmigration.org", "Name": "Catholic Migration Services", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "347-472-3500", "Address": "47-01 Queens Blvd #203b, Sunnyside, NY 11104", "Membership Status": [ "Coalition Member" ], "Senate_District": 12.0, "Assembly_District": 37.0, "County": "Queens County", "Zip_Code": 11104.0 }, "geometry": { "type": "Point", "coordinates": [ -73.917577, 40.743327 ] } }, -{ "type": "Feature", "properties": { "Website": "www.preventchildabuseny.org", "Name": "Prevent Child Abuse New York", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "800-244-5373", "Address": "1 Steuben Place Suite 120, Albany, NY 12207", "Membership Status": [ "Campaign Member" ], "Senate_District": 46.0, "Assembly_District": 109.0, "County": "Albany County", "Zip_Code": 12207.0 }, "geometry": { "type": "Point", "coordinates": [ -73.75200146253411, 42.65176505 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.hvjc.org/", "Name": "Hudson Valley Justice Center - Yonkers", "Legislation": [ "Statewide Right to Counsel", "Clean Hands", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "914-308-3490 ", "Address": "30 S Broadway, Suite 701, Yonkers, NY 10701", "Membership Status": [ "Campaign Member" ], "Senate_District": 35.0, "Assembly_District": 90.0, "County": "Westchester County", "Zip_Code": 10701.0 }, "geometry": { "type": "Point", "coordinates": [ -73.898696986294198, 40.932930279614332 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.hvjc.org/", "Name": "Hudson Valley Justice Center - Orange County", "Legislation": [ "Statewide Right to Counsel", "Clean Hands", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "914-308-3490", "Address": "10 Little Britain Road, Suite, Newburgh, NY 12550 202", "Membership Status": [ "Campaign Member" ], "Senate_District": 39.0, "Assembly_District": 104.0, "County": "Orange County", "Zip_Code": 12550.0 }, "geometry": { "type": "Point", "coordinates": [ -74.031364285223617, 41.500271167974248 ] } }, -{ "type": "Feature", "properties": { "Website": "https://mvut.org/", "Name": "Mt Vernon United Tenants", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "914-699-1114", "Address": "2 Gramatan Avenue, Room 312, PO Box 2107, Mt. Vernon, NY", "Membership Status": [ "Campaign Member" ], "Senate_District": 36.0, "Assembly_District": 89.0, "County": "Westchester County", "Zip_Code": 10550.0 }, "geometry": { "type": "Point", "coordinates": [ -73.837594, 40.912048 ] } }, -{ "type": "Feature", "properties": { "Website": "https://mcah.squarespace.com/", "Name": "Mamaroneck Coalition for Affordable Housing", "Legislation": [ "Winter Eviction Moratorium", "Statewide Right to Counsel" ], "Phone": null, "Address": "Mamaroneck, NY", "Membership Status": [ "Endorser" ], "Senate_District": null, "Assembly_District": null, "County": null, "Zip_Code": null }, "geometry": null }, -{ "type": "Feature", "properties": { "Website": "www.lawschool.cornell.edu", "Name": "Cornell Law School Tenants Advocacy Practicum", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "607-255-5141", "Address": "Myron Taylor Hall, Ithaca, NY 14853", "Membership Status": [ "Endorser" ], "Senate_District": 52.0, "Assembly_District": 125.0, "County": "Tompkins County", "Zip_Code": 14850.0 }, "geometry": { "type": "Point", "coordinates": [ -76.485785418096299, 42.44383375 ] } }, -{ "type": "Feature", "properties": { "Website": "https://gatespres.org/", "Name": "Gates Presbyterian Church", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "585-247-5292", "Address": "1049 Wegman Rd, Rochester, NY 14624", "Membership Status": [ "Supporter" ], "Senate_District": 56.0, "Assembly_District": 137.0, "County": "Monroe County", "Zip_Code": 14624.0 }, "geometry": { "type": "Point", "coordinates": [ -77.7124535, 43.1491088 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.vlpcny.org/", "Name": "Volunteer Lawyers Project of Central New York", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "315-471-3409", "Address": "221 S Warren St #320, Syracuse, NY 13202", "Membership Status": [ "Endorser" ], "Senate_District": 48.0, "Assembly_District": 129.0, "County": "Onondaga County", "Zip_Code": 13202.0 }, "geometry": { "type": "Point", "coordinates": [ -76.150637836734703, 43.04929740816327 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.justfix.org/", "Name": "JustFix.nyc", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": null, "Address": "55 Prospect St, Brooklyn, NY 11201", "Membership Status": [ "Endorser" ], "Senate_District": 26.0, "Assembly_District": 52.0, "County": "Kings County", "Zip_Code": 11201.0 }, "geometry": { "type": "Point", "coordinates": [ -73.9882207, 40.7007816 ] } }, -{ "type": "Feature", "properties": { "Website": "www.nycclc.org", "Name": "NY City Central Labor Council, AFL-CIO", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-604-9552", "Address": "350 W 31st St, New York, NY 10001", "Membership Status": [ "Coalition Member" ], "Senate_District": 47.0, "Assembly_District": 75.0, "County": "New York County", "Zip_Code": 10001.0 }, "geometry": { "type": "Point", "coordinates": [ -73.996338510204083, 40.750803510204086 ] } }, -{ "type": "Feature", "properties": { "Website": "https://maketheroadny.org/", "Name": "Make the Road New York - White Plains", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "914-948-8466", "Address": "46 Waller Ave, White Plains, NY 10605", "Membership Status": [ "Endorser" ], "Senate_District": 37.0, "Assembly_District": 93.0, "County": "Westchester County", "Zip_Code": 10605.0 }, "geometry": { "type": "Point", "coordinates": [ -73.762947666666676, 41.027020933333333 ] } }, -{ "type": "Feature", "properties": { "Website": "www.bronxdefenders.org", "Name": "The Bronx Defenders", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "718-838-7878", "Address": "360 E 161 St, Bronx, NY 10451", "Membership Status": [ "Coalition Member" ], "Senate_District": 32.0, "Assembly_District": 79.0, "County": "Bronx County", "Zip_Code": 10451.0 }, "geometry": { "type": "Point", "coordinates": [ -73.915405, 40.824525 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.dc37.net/", "Name": "District Council 37", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-815-1000", "Address": "125 Barclay Street, New York, NY 10007", "Membership Status": [ "Endorser" ], "Senate_District": 27.0, "Assembly_District": 66.0, "County": "New York County", "Zip_Code": 10007.0 }, "geometry": { "type": "Point", "coordinates": [ -74.013015, 40.714348 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.jasa.org/services/legal", "Name": "JASA/Legal Services for Elder Justice", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-273-5200 ", "Address": "247 West 37th Street, New York, NY 10018", "Membership Status": [ "Endorser" ], "Senate_District": 28.0, "Assembly_District": 75.0, "County": "New York County", "Zip_Code": 10018.0 }, "geometry": { "type": "Point", "coordinates": [ -73.990529877551026, 40.75353206122449 ] } }, -{ "type": "Feature", "properties": { "Website": "https://region9a.uaw.org/", "Name": "UAW Region 9a", "Legislation": [ "Statewide Right to Counsel", "Winter Eviction Moratorium", "Defend Right to Counsel", "Clean Hands" ], "Phone": "212-529-2580", "Address": "350 W 31st St, New York, NY 10001", "Membership Status": [ "Coalition Member" ], "Senate_District": 47.0, "Assembly_District": 75.0, "County": "New York County", "Zip_Code": 10001.0 }, "geometry": { "type": "Point", "coordinates": [ -73.996338510204083, 40.750803510204086 ] } }, -{ "type": "Feature", "properties": { "Website": "https://rurallawcenter.org/", "Name": "Rural Law Center of New York", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "518-561-5460", "Address": "22 US Oval unit 101, Plattsburgh, NY 12903", "Membership Status": [ "Supporter" ], "Senate_District": 45.0, "Assembly_District": 115.0, "County": "Clinton County", "Zip_Code": 12903.0 }, "geometry": { "type": "Point", "coordinates": [ -73.4466145, 44.6845569 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.facebook.com/APhilipRandolphSquareAlliance/", "Name": "A Philip Randolph Square Neighborhood Alliance", "Legislation": [ "Winter Eviction Moratorium", "Statewide Right to Counsel" ], "Phone": "212-639-9675", "Address": "7th Ave, West 117th Street, St Nicholas Ave, New York, NY 10026", "Membership Status": [ "Endorser" ], "Senate_District": 30.0, "Assembly_District": 70.0, "County": "New York County", "Zip_Code": 10026.0 }, "geometry": { "type": "Point", "coordinates": [ -73.950107, 40.803201 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.metcouncilonhousing.org/", "Name": "Met Council on Housing", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-979-0611", "Address": "339 Lafayette St #301, New York, NY 10012", "Membership Status": [ "Campaign Member" ], "Senate_District": 27.0, "Assembly_District": 66.0, "County": "New York County", "Zip_Code": 10012.0 }, "geometry": { "type": "Point", "coordinates": [ -73.9944654, 40.7260097 ] } }, -{ "type": "Feature", "properties": { "Website": "www.anhd.org", "Name": "Association for Neighborhood & Housing Development", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-747-1117", "Address": "50 Broad St # 1402, New York, NY 10004", "Membership Status": [ "Endorser" ], "Senate_District": 27.0, "Assembly_District": 65.0, "County": "New York County", "Zip_Code": 10004.0 }, "geometry": { "type": "Point", "coordinates": [ -74.011562, 40.705819 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.facebook.com/Truevineministries2013/", "Name": "True Vine Ministries COGIC", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "516-515-1469", "Address": "11 E Fulton Ave, Roosevelt, NY 11575", "Membership Status": [ "Supporter" ], "Senate_District": 6.0, "Assembly_District": 18.0, "County": "Nassau County", "Zip_Code": 11575.0 }, "geometry": { "type": "Point", "coordinates": [ -73.587570021739126, 40.676036847826083 ] } }, -{ "type": "Feature", "properties": { "Website": "www.1199seiubenefits.org", "Name": "1199SEIU ", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "646-473-9200", "Address": "498 7th Ave, New York, NY 10018", "Membership Status": [ "Endorser" ], "Senate_District": 28.0, "Assembly_District": 75.0, "County": "New York County", "Zip_Code": 10018.0 }, "geometry": { "type": "Point", "coordinates": [ -73.989417, 40.752827 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.capareacc.org/", "Name": "Capital Area Council of Churches", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "518-462-5450", "Address": "646 State Street, Albany, NY 12203", "Membership Status": [ "Supporter" ], "Senate_District": 46.0, "Assembly_District": 109.0, "County": "Albany County", "Zip_Code": 12203.0 }, "geometry": { "type": "Point", "coordinates": [ -73.7756946, 42.662380371428569 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.crcny.org/", "Name": "Community Resource Center of Larchmont and Mamaroneck (CRC)", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "​914-835-1512", "Address": "134 Center Ave, Mamaroneck, NY 10543", "Membership Status": [ "Campaign Member" ], "Senate_District": 37.0, "Assembly_District": 91.0, "County": "Westchester County", "Zip_Code": 10543.0 }, "geometry": { "type": "Point", "coordinates": [ -73.7397746, 40.9536138 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.aafe.org/", "Name": "Asian Americans for Equality (AAFE)", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-979-8381", "Address": "108 Norfolk St, New York, NY 10002", "Membership Status": [ "Campaign Member" ], "Senate_District": 27.0, "Assembly_District": 65.0, "County": "New York County", "Zip_Code": 10002.0 }, "geometry": { "type": "Point", "coordinates": [ -73.987133, 40.718592827586207 ] } }, -{ "type": "Feature", "properties": { "Website": "www.bka.org", "Name": "Brooklyn Legal Services Corporation A", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "718-487-2300", "Address": "260 Broadway # 2, Brooklyn, NY 11211", "Membership Status": [ "Coalition Member" ], "Senate_District": 18.0, "Assembly_District": 50.0, "County": "Kings County", "Zip_Code": 11211.0 }, "geometry": { "type": "Point", "coordinates": [ -73.9595169, 40.7088316 ] } }, -{ "type": "Feature", "properties": { "Website": "https://saintdavidsepiscopal.com/", "Name": "St. David's Episcopal Church", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-528-2095", "Address": "117-35 235th Street, Cambria Heights, NY 11411", "Membership Status": [ "Supporter" ], "Senate_District": 14.0, "Assembly_District": 33.0, "County": "Queens County", "Zip_Code": 11411.0 }, "geometry": { "type": "Point", "coordinates": [ -73.727502, 40.689863 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.lhvdsa.org/", "Name": "Lower Hudson Valley Democratic Socialists of America", "Legislation": [ "Statewide Right to Counsel" ], "Phone": null, "Address": "Yonkers, NY", "Membership Status": [ "Endorser" ], "Senate_District": null, "Assembly_District": null, "County": null, "Zip_Code": null }, "geometry": null }, -{ "type": "Feature", "properties": { "Website": "https://housingjusticeforall.org/", "Name": "Housing Justice for All", "Legislation": [ "Statewide Right to Counsel" ], "Phone": null, "Address": "New York, NY", "Membership Status": [ "Endorser" ], "Senate_District": null, "Assembly_District": null, "County": null, "Zip_Code": null }, "geometry": null }, -{ "type": "Feature", "properties": { "Website": "www.nyycl.org", "Name": "New York Young Communist League", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-741-2016", "Address": "235 W 23rd St, New York, NY 10011", "Membership Status": [ "Coalition Member" ], "Senate_District": 47.0, "Assembly_District": 75.0, "County": "New York County", "Zip_Code": 10011.0 }, "geometry": { "type": "Point", "coordinates": [ -73.9967747, 40.7447425 ] } }, -{ "type": "Feature", "properties": { "Website": "https://nylscoalition.org/", "Name": "New York Legal Services Coalition", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "315-572-0373 ", "Address": "New York, NY", "Membership Status": [ "Endorser" ], "Senate_District": null, "Assembly_District": null, "County": null, "Zip_Code": null }, "geometry": null }, -{ "type": "Feature", "properties": { "Website": "www.cuffh.org", "Name": "Churches United For Fair Housing", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "718-360-2906", "Address": "7 Marcus Garvey Blvd, Brooklyn, NY 11206", "Membership Status": [ "Campaign Member" ], "Senate_District": 25.0, "Assembly_District": 56.0, "County": "Kings County", "Zip_Code": 11206.0 }, "geometry": { "type": "Point", "coordinates": [ -73.9412448, 40.6998011 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.vocal-ny.org/chapter/hudson-valley/", "Name": "VOCAL-NY - Hudson Valley", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-802-9540", "Address": "Hudson Valley, NY, USA", "Membership Status": [ "Endorser" ], "Senate_District": 41.0, "Assembly_District": 103.0, "County": "Ulster County", "Zip_Code": 12401.0 }, "geometry": { "type": "Point", "coordinates": [ -74.014953561607499, 41.88982285 ] } }, -{ "type": "Feature", "properties": { "Website": "https://cbmanhattan.cityofnewyork.us/cb10/", "Name": "Manhattan Community Board 10", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-749-3105", "Address": "215 West 125th Street, 4th Floor, New York, NY 10027", "Membership Status": [ "Endorser" ], "Senate_District": 30.0, "Assembly_District": 70.0, "County": "New York County", "Zip_Code": 10027.0 }, "geometry": { "type": "Point", "coordinates": [ -73.9488561, 40.8094195 ] } }, -{ "type": "Feature", "properties": { "Website": "www.pushbuffalo.org", "Name": "PUSH Buffalo", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "716-884-0356", "Address": "429 Plymouth Ave Suite 1, Ground Floor, Buffalo, NY 14213", "Membership Status": [ "Endorser" ], "Senate_District": 63.0, "Assembly_District": 149.0, "County": "Erie County", "Zip_Code": 14213.0 }, "geometry": { "type": "Point", "coordinates": [ -78.8919879, 42.9093004 ] } }, -{ "type": "Feature", "properties": { "Website": "https://legalaidbuffalo.org/", "Name": "Legal Aid Bureau of Buffalo, Inc.", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "716-853-9555", "Address": "290 Main Street, Suite 400, Buffalo, NY 14202", "Membership Status": [ "Endorser" ], "Senate_District": 63.0, "Assembly_District": 141.0, "County": "Erie County", "Zip_Code": 14202.0 }, "geometry": { "type": "Point", "coordinates": [ -78.875838, 42.8821137 ] } }, -{ "type": "Feature", "properties": { "Website": "http://programdesign.com/index.php?page=who-pdd-is", "Name": "Program Design and Development, LLC", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "914-592-1272", "Address": "33 W Main St suite 404, Elmsford, NY 10523", "Membership Status": [ "Endorser" ], "Senate_District": 35.0, "Assembly_District": 92.0, "County": "Westchester County", "Zip_Code": 10523.0 }, "geometry": { "type": "Point", "coordinates": [ -73.8235661, 41.0571232 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.dc37.net/benefits/MELS", "Name": "District Council 37 Municipal Employees Legal Services (DC37) - Westchester", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-815-1111", "Address": "Westchester County, NY", "Membership Status": [ "Coalition Member" ], "Senate_District": 37.0, "Assembly_District": 93.0, "County": "Westchester County", "Zip_Code": 10605.0 }, "geometry": { "type": "Point", "coordinates": [ -73.759928, 41.031235 ] } }, -{ "type": "Feature", "properties": { "Website": "https://workersunitednynj.org/about/", "Name": "Workers United NY NJ Regional Joint Board", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-475-3131", "Address": "305 7th Ave., 7th Floor, New York, NY 10001", "Membership Status": [ "Endorser" ], "Senate_District": 28.0, "Assembly_District": 75.0, "County": "New York County", "Zip_Code": 10001.0 }, "geometry": { "type": "Point", "coordinates": [ -73.993593615384611, 40.746747692307693 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.churchofthevillage.org/", "Name": "Church of the Village (NYC)", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-243-5470", "Address": "201 W 13th St, New York, NY 10011", "Membership Status": [ "Supporter" ], "Senate_District": 47.0, "Assembly_District": 66.0, "County": "New York County", "Zip_Code": 10011.0 }, "geometry": { "type": "Point", "coordinates": [ -74.0005681, 40.7381368 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.vocal-ny.org/chapter/buffalo/", "Name": "VOCAL-NY - Buffalo", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-802-9540", "Address": "Buffalo, NY, USA", "Membership Status": [ "Endorser" ], "Senate_District": null, "Assembly_District": null, "County": null, "Zip_Code": null }, "geometry": null }, -{ "type": "Feature", "properties": { "Website": "www.northwestbronx.org", "Name": "Northwest Bronx Community & Clergy", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "718-584-0515", "Address": "103 E 196th St, Bronx, NY 10468", "Membership Status": [ "Coalition Member" ], "Senate_District": 33.0, "Assembly_District": 78.0, "County": "Bronx County", "Zip_Code": 10468.0 }, "geometry": { "type": "Point", "coordinates": [ -73.893943734693877, 40.868389795918361 ] } }, -{ "type": "Feature", "properties": { "Website": "www.nyscoc.org", "Name": "New York State Council of Churches", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "518-436-9319", "Address": "85 Chestnut St, Albany, NY 12210", "Membership Status": [ "Endorser" ], "Senate_District": 46.0, "Assembly_District": 109.0, "County": "Albany County", "Zip_Code": 12210.0 }, "geometry": { "type": "Point", "coordinates": [ -73.7613522, 42.6535144 ] } }, -{ "type": "Feature", "properties": { "Website": "https://asburyfirst.org/", "Name": "Asbury First United Methodist Church", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "585-271-1050", "Address": "1050 East Ave, Rochester, NY 14607", "Membership Status": [ "Supporter" ], "Senate_District": 55.0, "Assembly_District": 138.0, "County": "Monroe County", "Zip_Code": 14607.0 }, "geometry": { "type": "Point", "coordinates": [ -77.5760248, 43.151003 ] } }, -{ "type": "Feature", "properties": { "Website": "www.moderncourts.org", "Name": "The Fund For Modern Courts", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-541-6741", "Address": "387 2nd Ave #608, New York, NY 10010", "Membership Status": [ "Endorser" ], "Senate_District": 59.0, "Assembly_District": 74.0, "County": "New York County", "Zip_Code": 10010.0 }, "geometry": { "type": "Point", "coordinates": [ -73.981168454545454, 40.737695818181813 ] } }, -{ "type": "Feature", "properties": { "Website": "https://flatbushpower.org/", "Name": "Flatbush Tenant Coalition", "Legislation": [ "Statewide Right to Counsel", "Clean Hands", "Winter Eviction Moratorium", "Defend Right to Counsel" ], "Phone": "718-635-2623", "Address": "1616 Newkirk Ave, Brooklyn, NY 11226", "Membership Status": [ "Coalition Member" ], "Senate_District": 21.0, "Assembly_District": 42.0, "County": "Kings County", "Zip_Code": 11226.0 }, "geometry": { "type": "Point", "coordinates": [ -73.962183122448977, 40.635979306122451 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.presbyfh.org/", "Name": "First Presbyterian Church of Forest Hills New York", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-268-4036", "Address": "70-35 112th St, Queens, NY 11375", "Membership Status": [ "Supporter" ], "Senate_District": 14.0, "Assembly_District": 27.0, "County": "Queens County", "Zip_Code": 11375.0 }, "geometry": { "type": "Point", "coordinates": [ -73.839165331089788, 40.7233409 ] } }, -{ "type": "Feature", "properties": { "Website": "www.iahh.org", "Name": "Interfaith Assembly On Homelessness and Housing", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-316-3171", "Address": "165 W 105th St, New York, NY 10025", "Membership Status": [ "Coalition Member" ], "Senate_District": 30.0, "Assembly_District": 69.0, "County": "New York County", "Zip_Code": 10025.0 }, "geometry": { "type": "Point", "coordinates": [ -73.9657257, 40.7996733 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.hudsoncatskillhousing.org/", "Name": "Hudson Catskill Housing Coalition", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "518-291-9415", "Address": "361 Main St, Catskill, NY 12414", "Membership Status": [ "Campaign Member" ], "Senate_District": 41.0, "Assembly_District": 102.0, "County": "Greene County", "Zip_Code": 12414.0 }, "geometry": { "type": "Point", "coordinates": [ -73.8654031, 42.2184437 ] } }, -{ "type": "Feature", "properties": { "Website": "https://maketheroadny.org/", "Name": "Make the Road New York - Long Island", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "631-231-2220", "Address": "1090 Suffolk Avenue, Brentwood, NY 11717", "Membership Status": [ "Endorser" ], "Senate_District": 4.0, "Assembly_District": 6.0, "County": "Suffolk County", "Zip_Code": 11717.0 }, "geometry": { "type": "Point", "coordinates": [ -73.2294168, 40.7849032 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.nyclu.org/", "Name": "New York Civil Liberties Union (NYCLU)", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-607-3300", "Address": "125 Broad St 19th floor, New York, NY 10004", "Membership Status": [ "Endorser" ], "Senate_District": 27.0, "Assembly_District": 61.0, "County": "New York County", "Zip_Code": 10004.0 }, "geometry": { "type": "Point", "coordinates": [ -74.0101113, 40.7022081 ] } }, -{ "type": "Feature", "properties": { "Website": "www.wca4kids.org", "Name": "Westchester Children's Association", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "914-946-7676", "Address": "470 Mamaroneck Ave, White Plains, NY 10605", "Membership Status": [ "Endorser" ], "Senate_District": 37.0, "Assembly_District": 88.0, "County": "Westchester County", "Zip_Code": 10605.0 }, "geometry": { "type": "Point", "coordinates": [ -73.7601182, 41.0226218 ] } }, -{ "type": "Feature", "properties": { "Website": "http://civilrighttocounsel.org/about", "Name": "National Coalition for a Civil Right to Counsel", "Legislation": [ "Statewide Right to Counsel" ], "Phone": null, "Address": null, "Membership Status": [ "Endorser" ], "Senate_District": null, "Assembly_District": null, "County": null, "Zip_Code": null }, "geometry": null }, -{ "type": "Feature", "properties": { "Website": "https://www.dc37.net/benefits/MELS", "Name": "District Council 37 Municipal Employees Legal Services (DC37) - Suffolk", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-815-1111", "Address": "Suffolk County, NY", "Membership Status": [ "Coalition Member" ], "Senate_District": 3.0, "Assembly_District": 7.0, "County": "Suffolk County", "Zip_Code": 11772.0 }, "geometry": { "type": "Point", "coordinates": [ -73.018277573416199, 40.76554295 ] } }, -{ "type": "Feature", "properties": { "Website": "https://syracusedsa.org/contact/", "Name": "Syracuse Democratic Socialists of America", "Legislation": [ "Winter Eviction Moratorium" ], "Phone": null, "Address": "Syracuse, NY", "Membership Status": [ "Endorser" ], "Senate_District": null, "Assembly_District": null, "County": null, "Zip_Code": null }, "geometry": null }, -{ "type": "Feature", "properties": { "Website": "https://www.citybarjusticecenter.org/", "Name": "City Bar Justice Center", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-626-7383", "Address": "42 West 44th Street, New York, NY 10036", "Membership Status": [ "Supporter" ], "Senate_District": 28.0, "Assembly_District": 75.0, "County": "New York County", "Zip_Code": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.9813595, 40.755286416666657 ] } }, -{ "type": "Feature", "properties": { "Website": "https://housingcourtanswers.org/", "Name": "Housing Court Answers", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-962-4795", "Address": "New York, New York", "Membership Status": [ "Coalition Member" ], "Senate_District": null, "Assembly_District": null, "County": null, "Zip_Code": null }, "geometry": null }, -{ "type": "Feature", "properties": { "Website": "https://nationalactionnetwork.net/", "Name": "National Action Network", "Legislation": [ "Statewide Right to Counsel", "Winter Eviction Moratorium", "Clean Hands", "Defend Right to Counsel" ], "Phone": "212-690-3070", "Address": "106 W 145th St, New York, NY 10039", "Membership Status": [ "Coalition Member" ], "Senate_District": 30.0, "Assembly_District": 71.0, "County": "New York County", "Zip_Code": 10030.0 }, "geometry": { "type": "Point", "coordinates": [ -73.936579040816326, 40.820492061224485 ] } }, -{ "type": "Feature", "properties": { "Website": "https://www.wjci.org/", "Name": "Westchester Jewish Coalition for Immigration", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": null, "Address": "2005 Palmer Ave #1122, Larchmont, NY 10538", "Membership Status": [ "Campaign Member" ], "Senate_District": 37.0, "Assembly_District": 91.0, "County": "Westchester County", "Zip_Code": 10538.0 }, "geometry": { "type": "Point", "coordinates": [ -73.7618804, 40.9306719 ] } }, -{ "type": "Feature", "properties": { "Website": "www.nylag.org", "Name": "New York Legal Assistance Group", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "212-613-5000", "Address": "100 Pearl St 19th floor, New York, NY 10004", "Membership Status": [ "Coalition Member" ], "Senate_District": 27.0, "Assembly_District": 65.0, "County": "New York County", "Zip_Code": 10005.0 }, "geometry": { "type": "Point", "coordinates": [ -74.008707, 40.704856 ] } }, -{ "type": "Feature", "properties": { "Website": "www.aarp.org", "Name": "AARP", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "212-319-5294", "Address": "919 3rd Ave, New York, NY 10022", "Membership Status": [ "Endorser" ], "Senate_District": 28.0, "Assembly_District": 73.0, "County": "New York County", "Zip_Code": 10022.0 }, "geometry": { "type": "Point", "coordinates": [ -73.967277, 40.7585412 ] } }, -{ "type": "Feature", "properties": { "Website": "https://empirejustice.org/", "Name": "Empire Justice Center - Albany", "Legislation": [ "Clean Hands", "Statewide Right to Counsel", "Defend Right to Counsel", "Winter Eviction Moratorium" ], "Phone": "518-462-6831 ", "Address": "119 Washington Avenue, Albany, NY 12210", "Membership Status": [ "Campaign Member" ], "Senate_District": 46.0, "Assembly_District": 109.0, "County": "Albany County", "Zip_Code": 12210.0 }, "geometry": { "type": "Point", "coordinates": [ -73.7599188, 42.6555383 ] } }, -{ "type": "Feature", "properties": { "Website": "https://churchofgethsemane.org/", "Name": "The Church of Gethsemane", "Legislation": [ "Statewide Right to Counsel" ], "Phone": "718-499-6704", "Address": "1012 8th Ave, Brooklyn, NY 11215", "Membership Status": [ "Supporter" ], "Senate_District": 20.0, "Assembly_District": 44.0, "County": "Kings County", "Zip_Code": 11215.0 }, "geometry": { "type": "Point", "coordinates": [ -73.979938285714297, 40.665046632653059 ] } } -] + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "Website": "https://legalproject.org/", + "Name": "The Legal Project", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-435-1770", + "Address": "24 Aviation Rd #101, Albany, NY 12205", + "Membership Status": ["Endorser"], + "Senate_District": 43.0, + "Assembly_District": 110.0, + "County": "Albany County", + "Zip_Code": 12205.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.8029548, 42.7156256] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://fairportumc.org/", + "Name": "Fairport United Methodist Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "585-223-9560", + "Address": "31 W Church St, Fairport, NY 14450", + "Membership Status": ["Supporter"], + "Senate_District": 55.0, + "Assembly_District": 135.0, + "County": "Monroe County", + "Zip_Code": 14450.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-77.443560352941176, 43.098488764705891] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.crownheightstenantunion.org", + "Name": "Crown Heights Tenant Union", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-479-3358", + "Address": "727 Classon Ave, Brooklyn, NY 11238", + "Membership Status": ["Coalition Member"], + "Senate_District": 20.0, + "Assembly_District": 57.0, + "County": "Kings County", + "Zip_Code": 11238.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.9598562, 40.6751107] } + }, + { + "type": "Feature", + "properties": { + "Website": null, + "Name": "NY Council of Housing Development Fund Companies", + "Legislation": ["Winter Eviction Moratorium"], + "Phone": null, + "Address": "New York, NY", + "Membership Status": ["Endorser"], + "Senate_District": null, + "Assembly_District": null, + "County": null, + "Zip_Code": null + }, + "geometry": null + }, + { + "type": "Feature", + "properties": { + "Website": "https://wmcc1845.com/", + "Name": "Wantagh Memorial Congregational Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "516-785-1829", + "Address": "1845 Wantagh Ave, Wantagh, NY 11793", + "Membership Status": ["Supporter"], + "Senate_District": 5.0, + "Assembly_District": 14.0, + "County": "Nassau County", + "Zip_Code": 11793.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.509713363703014, 40.676255427556953] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.facebook.com/LifehouseNY/", + "Name": "LIFEhouse Community of Faith", + "Legislation": ["Statewide Right to Counsel"], + "Phone": null, + "Address": "460 Irving Ave, Brooklyn, NY 11237", + "Membership Status": ["Supporter"], + "Senate_District": 18.0, + "Assembly_District": 54.0, + "County": "Kings County", + "Zip_Code": 11237.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.9089887, 40.6958048] } + }, + { + "type": "Feature", + "properties": { + "Website": "www.uwwp.org", + "Name": "United Way of Westchester and Putnam", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "914-997-6700", + "Address": "336 Central Park Ave, White Plains, NY 10530", + "Membership Status": ["Endorser"], + "Senate_District": 37.0, + "Assembly_District": 93.0, + "County": "Westchester County", + "Zip_Code": 10606.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.7866451875, 41.032002562499997] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.herjustice.org/", + "Name": "Her Justice", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-695-3800", + "Address": "100 Broadway, 10th floor, New York, NY 10005", + "Membership Status": ["Endorser"], + "Senate_District": 27.0, + "Assembly_District": 61.0, + "County": "New York County", + "Zip_Code": 10005.0 + }, + "geometry": { "type": "Point", "coordinates": [-74.0112859, 40.7080664] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.vocal-ny.org/chapter/albany/", + "Name": "VOCAL-NY - Albany", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-802-9540", + "Address": "69 State St, Albany, NY, USA", + "Membership Status": ["Endorser"], + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12207.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.7520531, 42.6498206] } + }, + { + "type": "Feature", + "properties": { + "Website": "www.rhachomes.org", + "Name": "Rockland Housing Action Coalition, Inc.", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "845-708-5799", + "Address": "475 NY-304 Suite 1, New City, NY 10956", + "Membership Status": ["Endorser"], + "Senate_District": 38.0, + "Assembly_District": 96.0, + "County": "Rockland County", + "Zip_Code": 10956.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.959503173267805, 41.177144554517199] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://maketheroadny.org/", + "Name": "Make the Road New York - Queens", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-565-8500", + "Address": "92-10 Roosevelt Avenue, Jackson Heights, NY 11372", + "Membership Status": ["Endorser"], + "Senate_District": 13.0, + "Assembly_District": 34.0, + "County": "Queens County", + "Zip_Code": 11373.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.874226, 40.7485278] } + }, + { + "type": "Feature", + "properties": { + "Website": "www.camba.org", + "Name": "CAMBA", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "718-940-6311", + "Address": "20 Snyder Ave, Brooklyn, NY 11226", + "Membership Status": ["Coalition Member"], + "Senate_District": 21.0, + "Assembly_District": 42.0, + "County": "Kings County", + "Zip_Code": 11226.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.9576813125, 40.648475187499997] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.nyac.com/contact-the-catskill-hudson-district", + "Name": "Catskill Hudson District - NY Conference of the United Methodist Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "914-615-2233", + "Address": "20 Soundview Ave - White Plains, NY 10606", + "Membership Status": ["Supporter"], + "Senate_District": 37.0, + "Assembly_District": 88.0, + "County": "Westchester County", + "Zip_Code": 10606.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.774738852121374, 41.019472050293231] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://wnylc.com/", + "Name": "Western New York Law Center (WNYLC)", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "716-855-0203", + "Address": "37 Franklin St 2nd floor, Buffalo, NY 14202", + "Membership Status": ["Supporter"], + "Senate_District": 63.0, + "Assembly_District": 141.0, + "County": "Erie County", + "Zip_Code": 14202.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-78.87790426086957, 42.881694565217394] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.theccsh.org/", + "Name": "Congregational Church of South Hempstead", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "516-489-3610", + "Address": "416 Woodland Dr, South Hempstead, NY 11550", + "Membership Status": ["Supporter"], + "Senate_District": 6.0, + "Assembly_District": 21.0, + "County": "Nassau County", + "Zip_Code": 11550.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.620765, 40.686444] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.blcdelmar.com/", + "Name": "Bethlehem Lutheran", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-748-9502", + "Address": "6917 4th Ave, Brooklyn, NY 11209", + "Membership Status": ["Supporter"], + "Senate_District": 26.0, + "Assembly_District": 64.0, + "County": "Kings County", + "Zip_Code": 11209.0 + }, + "geometry": { "type": "Point", "coordinates": [-74.0235101, 40.6341291] } + }, + { + "type": "Feature", + "properties": { + "Website": "www.rochestercitywidetenantunion.org", + "Name": "City-Wide Tenant Union of Rochester", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "585-210-0705", + "Address": "402 South Ave, Rochester, NY 14620", + "Membership Status": ["Campaign Member"], + "Senate_District": 55.0, + "Assembly_District": 138.0, + "County": "Monroe County", + "Zip_Code": 14620.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-77.605902091120626, 43.147940656312123] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://cdalf.org/albany-central-federation-labor-afl-cio", + "Name": "Albany County Central Federation of Labor (ACCFL)", + "Legislation": ["Statewide Right to Counsel"], + "Phone": null, + "Address": "196 Mt Hope Dr, Albany, NY 12202", + "Membership Status": ["Supporter"], + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12202.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.769780202860787, 42.631529581054245] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.upperroomicc.org/", + "Name": "Upper Room Inclusive Catholic Community", + "Legislation": ["Statewide Right to Counsel"], + "Phone": null, + "Address": "431 New Karner Rd, Blg 1, Albany, NY 12205", + "Membership Status": ["Supporter"], + "Senate_District": 43.0, + "Assembly_District": 110.0, + "County": "Albany County", + "Zip_Code": 12205.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.8420552, 42.7379789] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.drumnyc.org/", + "Name": "Drum-Desis Rising Up & Moving", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-205-3036", + "Address": "72-18 Roosevelt Ave, Queens, NY 11372", + "Membership Status": ["Endorser"], + "Senate_District": 12.0, + "Assembly_District": 30.0, + "County": "Queens County", + "Zip_Code": 11377.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.892856, 40.746572] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.facebook.com/UNOTenantPower/", + "Name": "United Neighbors Organization (UNO) at SNA", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-388-5454", + "Address": "2 Kingsland Ave, Brooklyn, NY 11211", + "Membership Status": ["Endorser"], + "Senate_District": 18.0, + "Assembly_District": 53.0, + "County": "Kings County", + "Zip_Code": 11211.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.940105, 40.716978] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://stjohnsalbany.org/", + "Name": "St. John Lutheran's Church ", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-465-7545", + "Address": "303 Sand Creek Rd, Albany, NY 12205", + "Membership Status": ["Supporter"], + "Senate_District": 43.0, + "Assembly_District": 110.0, + "County": "Albany County", + "Zip_Code": 12205.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.7987825, 42.703925375] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.nyc.gov/site/manhattancb7/index.page", + "Name": "Manhattan Community Board 7", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-362-4008", + "Address": "250 W 87th St # 2, New York, NY 10024", + "Membership Status": ["Supporter"], + "Senate_District": 47.0, + "Assembly_District": 67.0, + "County": "New York County", + "Zip_Code": 10024.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.976719020408154, 40.789192367346942] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.justcauseny.org", + "Name": "JustCause", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "585-232-3051", + "Address": "1 W Main St #500, Rochester, NY 14614", + "Membership Status": ["Campaign Member"], + "Senate_District": 56.0, + "Assembly_District": 137.0, + "County": "Monroe County", + "Zip_Code": 14614.0 + }, + "geometry": { "type": "Point", "coordinates": [-77.6128795, 43.1555562] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://bethelportvilleny.org/", + "Name": "Bethel Lutheran Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "716-933-6699", + "Address": "79 Brooklyn St, Portville, NY 14770", + "Membership Status": ["Supporter"], + "Senate_District": 57.0, + "Assembly_District": 148.0, + "County": "Cattaraugus County", + "Zip_Code": 14770.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-78.331743636071664, 42.038553611939633] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.albanylaw.edu/the-justice-center/pro-bono-society", + "Name": "Albany Law School Landlord Tenant Pro Bono Society", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-445-2328", + "Address": "80 New Scotland Ave, Albany, NY 12208", + "Membership Status": ["Supporter"], + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12208.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.772999681818177, 42.653918090909087] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.probono.net/", + "Name": "ProBono Net", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-760-2554", + "Address": "151 W 30th St #6, New York, NY 10001", + "Membership Status": ["Supporter"], + "Senate_District": 28.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10001.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.991803, 40.7483075] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://maketheroadny.org/", + "Name": "Make the Road New York - Brooklyn", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-418-7690", + "Address": "301 Grove Street, Brooklyn, NY 11237", + "Membership Status": ["Endorser"], + "Senate_District": 18.0, + "Assembly_District": 53.0, + "County": "Kings County", + "Zip_Code": 11237.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.9157421, 40.69845625] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.cb5.org/cb5m/?", + "Name": "Manhattan Community Board 5", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-465-0907", + "Address": "450 7th Avenue, Rm. 2109, New York, NY 10123", + "Membership Status": ["Supporter"], + "Senate_District": 28.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10001.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.990388242424245, 40.751481666666663] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.elderjusticeny.org", + "Name": "Center for Elder Law & Justice", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "716-853-3087", + "Address": "438 Main St #1200, Buffalo, NY 14202", + "Membership Status": ["Campaign Member"], + "Senate_District": 63.0, + "Assembly_District": 141.0, + "County": "Erie County", + "Zip_Code": 14202.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-78.874518591836733, 42.885613714285711] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.hlalaw.org/", + "Name": "Hiscock Legal Aid Society", + "Legislation": [ + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Clean Hands", + "Winter Eviction Moratorium" + ], + "Phone": "315-422-8191", + "Address": "351 S Warren St, Syracuse, NY 13202", + "Membership Status": ["Campaign Member"], + "Senate_District": 48.0, + "Assembly_District": 129.0, + "County": "Onondaga County", + "Zip_Code": 13202.0 + }, + "geometry": { "type": "Point", "coordinates": [-76.1504071, 43.0473887] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.dc37.net/benefits/MELS", + "Name": "District Council 37 Municipal Employees Legal Services (DC37) - New York", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-815-1111", + "Address": "AFSCME, AFL-CIO, 125 Barclay Street, New York, NY 10007", + "Membership Status": ["Coalition Member"], + "Senate_District": 27.0, + "Assembly_District": 66.0, + "County": "New York County", + "Zip_Code": 10007.0 + }, + "geometry": { "type": "Point", "coordinates": [-74.013015, 40.714348] } + }, + { + "type": "Feature", + "properties": { + "Website": "www.southsideunitedhdfc.org", + "Name": "Los Sures", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-387-3600", + "Address": "434 S 5th St, Brooklyn, NY 11211", + "Membership Status": ["Endorser"], + "Senate_District": 18.0, + "Assembly_District": 53.0, + "County": "Kings County", + "Zip_Code": 11211.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.951682878048786, 40.706995609756099] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.sttimothybemus.com/", + "Name": "St. Timothy Lutheran Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "716-386-7280", + "Address": "3748 NY-430, Bemus Point, NY 14712", + "Membership Status": ["Supporter"], + "Senate_District": 57.0, + "Assembly_District": 150.0, + "County": "Chautauqua County", + "Zip_Code": 14712.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-79.364371280409429, 42.143671003591649] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.cypresshills.org/", + "Name": "Cypress Hills Local Development Corporation", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-647-2800", + "Address": "625 Jamaica Ave, Brooklyn, NY 11208", + "Membership Status": ["Endorser"], + "Senate_District": 18.0, + "Assembly_District": 54.0, + "County": "Kings County", + "Zip_Code": 11208.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.887688308724833, 40.682889442953019] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://dignityandrights.org/", + "Name": "Partners for Dignity and Rights", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-253-1710", + "Address": "One Exchange Plaza, 55 Broadway Ste 309, New York, NY 10002", + "Membership Status": ["Campaign Member"], + "Senate_District": 27.0, + "Assembly_District": 61.0, + "County": "New York County", + "Zip_Code": 10006.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-74.013041976142688, 40.7068408] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.rochesteracts.org/", + "Name": "RocACTS Religious Leaders Caucus", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "585.546-7669", + "Address": "121 Fitzhugh Street North, Rochester, NY 14614", + "Membership Status": ["Supporter"], + "Senate_District": 56.0, + "Assembly_District": 137.0, + "County": "Monroe County", + "Zip_Code": 14608.0 + }, + "geometry": { "type": "Point", "coordinates": [-77.6160992, 43.1574356] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://empirejustice.org/", + "Name": "Empire Justice Center - Yonkers", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "914-595-0910", + "Address": "30 South Broadway, 6th Floor, Yonkers, NY 10701", + "Membership Status": ["Campaign Member"], + "Senate_District": 35.0, + "Assembly_District": 90.0, + "County": "Westchester County", + "Zip_Code": 10701.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.898696986294198, 40.932930279614332] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.stnicksalliance.org", + "Name": "St. Nicks Alliance", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-388-5454", + "Address": "2 Kingsland Ave, Brooklyn, NY 11211", + "Membership Status": ["Endorser"], + "Senate_District": 18.0, + "Assembly_District": 53.0, + "County": "Kings County", + "Zip_Code": 11211.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.940105, 40.716978] } + }, + { + "type": "Feature", + "properties": { + "Website": "www.cvhaction.org", + "Name": "Community Voices Heard", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-860-6001", + "Address": "115 E 106th St # 3, New York, NY 10029", + "Membership Status": ["Endorser"], + "Senate_District": 29.0, + "Assembly_District": 68.0, + "County": "New York County", + "Zip_Code": 10029.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.9473125, 40.792776083333337] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.hiwp.org/", + "Name": "Hebrew Institute of White Plains", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "914-948-3095", + "Address": "20 Greenridge Ave, White Plains, NY 10605", + "Membership Status": ["Supporter"], + "Senate_District": 37.0, + "Assembly_District": 88.0, + "County": "Westchester County", + "Zip_Code": 10605.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.765092944912354, 41.024543260347372] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.ndsny.org", + "Name": "Neighborhood Defender Service of Harlem", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-876-5500", + "Address": "Parking lot, 317 Lenox Ave, New York, NY 10027", + "Membership Status": ["Coalition Member"], + "Senate_District": 30.0, + "Assembly_District": 70.0, + "County": "New York County", + "Zip_Code": 10027.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.945365, 40.80839] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://cbmanhattan.cityofnewyork.us/cb4/about/", + "Name": "Manhattan Community Board 4", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-736-4536", + "Address": "424 W. 33rd Street, Suite 580, New York, NY 10001", + "Membership Status": ["Supporter"], + "Senate_District": 47.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10001.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.9982095, 40.753019] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.facebook.com/profile.php?id=100064544210388", + "Name": "Solidarity Committee of the Capital District", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": null, + "Address": "Albany, New York", + "Membership Status": ["Campaign Member"], + "Senate_District": null, + "Assembly_District": null, + "County": null, + "Zip_Code": null + }, + "geometry": null + }, + { + "type": "Feature", + "properties": { + "Website": "www.uhab.org", + "Name": "Housing Organizers for People Empowerment (HOPE) at UHAB", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-479-3300", + "Address": "120 Wall St 20th floor, New York, NY 10005", + "Membership Status": ["Coalition Member"], + "Senate_District": 27.0, + "Assembly_District": 65.0, + "County": "New York County", + "Zip_Code": 10005.0 + }, + "geometry": { "type": "Point", "coordinates": [-74.006184, 40.704558] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://capitaldistrictdsa.org/", + "Name": "Capital District Democratic Socialists of America", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": null, + "Address": "P.O. Box 3821 · Albany NY 12203", + "Membership Status": ["Campaign Member"], + "Senate_District": null, + "Assembly_District": null, + "County": null, + "Zip_Code": null + }, + "geometry": null + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.facebook.com/tenantspac/", + "Name": "Tenants PAC", + "Legislation": ["Statewide Right to Counsel"], + "Phone": null, + "Address": "277 Broadway, New York, NY 10013", + "Membership Status": ["Endorser"], + "Senate_District": 27.0, + "Assembly_District": 66.0, + "County": "New York County", + "Zip_Code": 10007.0 + }, + "geometry": { "type": "Point", "coordinates": [-74.0063658, 40.7143506] } + }, + { + "type": "Feature", + "properties": { + "Website": "www.goddard.org", + "Name": "Goddard Riverside Law Project", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": " 212-799-9638", + "Address": "51 W 109th St, New York, NY 10025", + "Membership Status": ["Coalition Member"], + "Senate_District": 30.0, + "Assembly_District": 69.0, + "County": "New York County", + "Zip_Code": 10025.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.9601869, 40.8007509] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.nyac.com/churchdetail/270587", + "Name": "Wakefield Grace United Methodist Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-324-1648", + "Address": "4750 White Plains Rd, Bronx, NY 10470", + "Membership Status": ["Supporter"], + "Senate_District": 36.0, + "Assembly_District": 81.0, + "County": "Bronx County", + "Zip_Code": 10470.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.849645666666675, 40.904422] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.liveon-ny.org", + "Name": "LiveOn NY", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-398-6565", + "Address": "49 W 45th St 7th Floor, New York, NY 10036", + "Membership Status": ["Coalition Member"], + "Senate_District": 28.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10036.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.981014448979593, 40.756147285714285] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.focuschurches.net", + "Name": "FOCUS Churches of Albany Inc", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-443-0460", + "Address": "275 State St, Albany, NY 12210", + "Membership Status": ["Supporter"], + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12210.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.761431716063072, 42.654329805850892] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.housinghelpinc.org", + "Name": "Housing Help Inc", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "631-754-0373", + "Address": "91 Broadway # 10, Greenlawn, NY 11740", + "Membership Status": ["Supporter"], + "Senate_District": 2.0, + "Assembly_District": 12.0, + "County": "Suffolk County", + "Zip_Code": 11740.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.3647835, 40.8663308] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.instagram.com/astoriatenantunion/?hl=en", + "Name": "Astoria Tenants Union", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": null, + "Address": "Astoria, New York", + "Membership Status": ["Campaign Member"], + "Senate_District": null, + "Assembly_District": null, + "County": null, + "Zip_Code": null + }, + "geometry": null + }, + { + "type": "Feature", + "properties": { + "Website": "www.forthemany.org", + "Name": "For the Many", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "845-481-0703", + "Address": "302A Mill St Suite F, Poughkeepsie, NY 12601", + "Membership Status": ["Campaign Member"], + "Senate_District": 39.0, + "Assembly_District": 104.0, + "County": "Dutchess County", + "Zip_Code": 12601.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.925863, 41.704598] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.dc37.net/benefits/MELS", + "Name": "District Council 37 Municipal Employees Legal Services (DC37) - Nassau", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-815-1111", + "Address": "Nassau County, NY", + "Membership Status": ["Coalition Member"], + "Senate_District": 9.0, + "Assembly_District": 19.0, + "County": "Nassau County", + "Zip_Code": 11530.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.6627939, 40.7229536] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://withfriends.co/opera_house_tenant_union/about", + "Name": "The Opera House Tenants Union", + "Legislation": ["Statewide Right to Counsel"], + "Phone": null, + "Address": "27 Arion Pl Flat 116, Brooklyn, NY 11206", + "Membership Status": ["Endorser"], + "Senate_District": 18.0, + "Assembly_District": 53.0, + "County": "Kings County", + "Zip_Code": 11206.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.936455346938772, 40.698256510204082] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://utalbany.org/housing-for-all/#:~:text=Housing%20for%20All%20is%20a,in%20the%20City%20of%20Albany.", + "Name": "Housing for All Albany", + "Legislation": ["Statewide Right to Counsel"], + "Phone": null, + "Address": "Albany, NY", + "Membership Status": ["Endorser"], + "Senate_District": null, + "Assembly_District": null, + "County": null, + "Zip_Code": null + }, + "geometry": null + }, + { + "type": "Feature", + "properties": { + "Website": "www.legalaidnyc.org", + "Name": "The Legal Aid Society", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-577-3300", + "Address": "199 Water St, New York, NY 10038", + "Membership Status": ["Coalition Member"], + "Senate_District": 27.0, + "Assembly_District": 65.0, + "County": "New York County", + "Zip_Code": 10038.0 + }, + "geometry": { "type": "Point", "coordinates": [-74.0041584, 40.7072009] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://dioceseny.org/", + "Name": "Episcopal Diocese of New York", + "Legislation": ["Statewide Right to Counsel"], + "Phone": null, + "Address": "1047 Amsterdam Ave, New York, NY 10025", + "Membership Status": ["Supporter"], + "Senate_District": 30.0, + "Assembly_District": 69.0, + "County": "New York County", + "Zip_Code": 10025.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.963682244897953, 40.803047612244896] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.fairhousingjustice.org", + "Name": "Fair Housing Justice Center, Inc.", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-400-8201", + "Address": "30-30 Northern Blvd #302, Queens, NY 11101", + "Membership Status": ["Endorser"], + "Senate_District": 12.0, + "Assembly_District": 36.0, + "County": "Queens County", + "Zip_Code": 11101.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.933829, 40.751361] } + }, + { + "type": "Feature", + "properties": { + "Website": "www.clusterinc.org", + "Name": "Cluster, Inc", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "914-963-6440", + "Address": "28 Wells Ave, Yonkers, NY 10701", + "Membership Status": ["Supporter"], + "Senate_District": 35.0, + "Assembly_District": 89.0, + "County": "Westchester County", + "Zip_Code": 10701.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.89989, 40.936496] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://takerootjustice.org/", + "Name": "TakeRoot Justice", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-810-6744", + "Address": "123 William St 16th floor, New York, NY 10038", + "Membership Status": ["Coalition Member"], + "Senate_District": 27.0, + "Assembly_District": 65.0, + "County": "New York County", + "Zip_Code": 10038.0 + }, + "geometry": { "type": "Point", "coordinates": [-74.006888, 40.709216] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://ilny.us/", + "Name": "New York Association on Independent Living", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-465-4650", + "Address": "155 Washington Ave #208, Albany, NY 12210", + "Membership Status": ["Endorser"], + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12210.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.7617797, 42.6563989] } + }, + { + "type": "Feature", + "properties": { + "Website": "www.sheltersofsaratoga.org", + "Name": "Shelters of Saratoga Inc", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-581-1097", + "Address": "14 Walworth St, Saratoga Springs, NY 12866", + "Membership Status": ["Supporter"], + "Senate_District": 44.0, + "Assembly_District": 113.0, + "County": "Saratoga County", + "Zip_Code": 12866.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.791749677419347, 43.080728354838712] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://ppgbuffalo.org/", + "Name": "Partnership for the Public Good", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "716-852-4191", + "Address": "617 Main St #300, Buffalo, NY 14203", + "Membership Status": ["Endorser"], + "Senate_District": 63.0, + "Assembly_District": 141.0, + "County": "Erie County", + "Zip_Code": 14203.0 + }, + "geometry": { "type": "Point", "coordinates": [-78.8724926, 42.8907026] } + }, + { + "type": "Feature", + "properties": { + "Website": "www.urbanjustice.org", + "Name": "Safety Net Project of the Urban Justice Center", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "646-602-5600", + "Address": "40 Rector St Floor 9, New York, NY 10006", + "Membership Status": ["Coalition Member"], + "Senate_District": 27.0, + "Assembly_District": 61.0, + "County": "New York County", + "Zip_Code": 10006.0 + }, + "geometry": { "type": "Point", "coordinates": [-74.0147295, 40.7085722] } + }, + { + "type": "Feature", + "properties": { + "Website": "www.unitedtenantsalbany.org", + "Name": "United Tenants of Albany", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "518-436-8997", + "Address": "255 Orange St, Albany, NY 12210", + "Membership Status": ["Campaign Member"], + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12210.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.7587756, 42.6586276] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.ftjc.org/", + "Name": "Fort Tryon Jewish Center", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "347-618-2450", + "Address": "729 W 181st St, New York, NY 10033", + "Membership Status": ["Supporter"], + "Senate_District": 31.0, + "Assembly_District": 72.0, + "County": "New York County", + "Zip_Code": 10033.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.936036857142852, 40.850344428571432] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.cbyarmonk.org/", + "Name": "Congregation B'nai Yisrael", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-879-1558", + "Address": "335 E 77th St, New York, NY 10075", + "Membership Status": ["Supporter"], + "Senate_District": 28.0, + "Assembly_District": 76.0, + "County": "New York County", + "Zip_Code": 10075.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.954916739130439, 40.771651304347827] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.umcq.org/", + "Name": "Queensbury United Methodist Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-793-9728", + "Address": "460 Aviation Rd, Queensbury, NY 12804", + "Membership Status": ["Supporter"], + "Senate_District": 45.0, + "Assembly_District": 114.0, + "County": "Warren County", + "Zip_Code": 12804.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.687216061395134, 43.3285808] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://maketheroadny.org/", + "Name": "Make the Road New York - Staten Island", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-727-1222", + "Address": "161 Port Richmond Avenue, Staten Island, NY 10302", + "Membership Status": ["Endorser"], + "Senate_District": 23.0, + "Assembly_District": 61.0, + "County": "Richmond County", + "Zip_Code": 10302.0 + }, + "geometry": { "type": "Point", "coordinates": [-74.1338219, 40.6371634] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://ucceny.org/", + "Name": "United Community Centers Inc", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-649-7979", + "Address": "613 New Lots Ave, Brooklyn, NY 11207", + "Membership Status": ["Endorser"], + "Senate_District": 19.0, + "Assembly_District": 60.0, + "County": "Kings County", + "Zip_Code": 11207.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.8866216, 40.6648125] } + }, + { + "type": "Feature", + "properties": { + "Website": "www.queensdefenders.com", + "Name": "Queens Defenders", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-261-3047", + "Address": "118-21 Queens Blvd, Forest Hills, NY 11375", + "Membership Status": ["Supporter"], + "Senate_District": 14.0, + "Assembly_District": 27.0, + "County": "Queens County", + "Zip_Code": 11375.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.8315347, 40.7150191] } + }, + { + "type": "Feature", + "properties": { + "Website": "www.npcnys.org", + "Name": "Neighborhood Preservation Coalition of New York State, Inc.", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "518-432-6757", + "Address": "126 State St Suite 302, Albany, NY 12207", + "Membership Status": ["Campaign Member"], + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12207.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.7548659, 42.6502385] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://hcr.ny.gov/location/east-new-york-urban-youth-corps-inc", + "Name": "East New York Urban Youth Corps", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-922-2311", + "Address": "539 Alabama Ave, Brooklyn, NY 11207", + "Membership Status": ["Supporter"], + "Senate_District": 19.0, + "Assembly_District": 60.0, + "County": "Kings County", + "Zip_Code": 11207.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.8962794, 40.6626998] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.messiahny.org/", + "Name": "Messiah Lutheran Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-356-1050", + "Address": "205 Jefferson Blvd, Staten Island, NY 10312", + "Membership Status": ["Supporter"], + "Senate_District": 24.0, + "Assembly_District": 62.0, + "County": "Richmond County", + "Zip_Code": 10312.0 + }, + "geometry": { "type": "Point", "coordinates": [-74.1816976, 40.5446658] } + }, + { + "type": "Feature", + "properties": { + "Website": "www.caaav.org", + "Name": "CAAAV: Organizing Asian Communities", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-473-6485", + "Address": "55 Hester St, New York, NY 10002", + "Membership Status": ["Campaign Member"], + "Senate_District": 27.0, + "Assembly_District": 65.0, + "County": "New York County", + "Zip_Code": 10002.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.99030222580646, 40.715806516129042] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://firstpresalbany.org/", + "Name": "First Presbyterian Church of Albany", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-449-7332", + "Address": "362 State St, Albany, NY 12210", + "Membership Status": ["Supporter"], + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12210.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.765033, 42.6559972] } + }, + { + "type": "Feature", + "properties": { + "Website": null, + "Name": "Sanctuary Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": null, + "Address": "14 W 170th St, Bronx, NY 10452", + "Membership Status": ["Supporter"], + "Senate_District": 29.0, + "Assembly_District": 84.0, + "County": "Bronx County", + "Zip_Code": 10452.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.918698687499997, 40.840642437500001] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.nmic.org", + "Name": "Northern Manhattan Improvement Corporation", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-822-8300", + "Address": "45 Wadsworth Ave, New York, NY 10033", + "Membership Status": ["Coalition Member"], + "Senate_District": 31.0, + "Assembly_District": 72.0, + "County": "New York County", + "Zip_Code": 10033.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.937295136363645, 40.84681759090909] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://antievictionmap.com/?category=New+York+City", + "Name": "Anti-Eviction Mapping Project", + "Legislation": ["Statewide Right to Counsel"], + "Phone": null, + "Address": null, + "Membership Status": ["Endorser"], + "Senate_District": null, + "Assembly_District": null, + "County": null, + "Zip_Code": null + }, + "geometry": null + }, + { + "type": "Feature", + "properties": { + "Website": "https://westsideneighborhoodalliance.wordpress.com/about/", + "Name": "Westside Neighborhood Alliance", + "Legislation": [ + "Statewide Right to Counsel", + "Winter Eviction Moratorium", + "Clean Hands", + "Defend Right to Counsel" + ], + "Phone": "212-541-5996 x.16", + "Address": "777 10th Ave, New York, NY 10019", + "Membership Status": ["Coalition Member"], + "Senate_District": 47.0, + "Assembly_District": 67.0, + "County": "New York County", + "Zip_Code": 10019.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.991193, 40.76567086956522] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.chaplains.care/", + "Name": "New York State Chaplain Task Force", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-749-8534", + "Address": "405 RXR Plaza, Uniondale, NY 11556", + "Membership Status": ["Supporter"], + "Senate_District": 6.0, + "Assembly_District": 18.0, + "County": "Nassau County", + "Zip_Code": 11556.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.58378, 40.720289] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.hvjc.org/", + "Name": "Hudson Valley Justice Center - Westchester County", + "Legislation": [ + "Statewide Right to Counsel", + "Clean Hands", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "914-308-3490", + "Address": "19 Court Street, Suite 305, White Plains, NY 10601", + "Membership Status": ["Campaign Member"], + "Senate_District": 37.0, + "Assembly_District": 93.0, + "County": "Westchester County", + "Zip_Code": 10601.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.7673361, 41.0320414] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://empirejustice.org/", + "Name": "Empire Justice Center - Long Island", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "631-533-5240", + "Address": "320 Carleton Ave, Central Islip, NY 11722", + "Membership Status": ["Campaign Member"], + "Senate_District": 4.0, + "Assembly_District": 6.0, + "County": "Suffolk County", + "Zip_Code": 11722.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.1960336, 40.76654] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://mobilizationforjustice.org/", + "Name": "Mobilization For Justice", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-417-3700", + "Address": "299 Broadway, Brooklyn, NY 10007", + "Membership Status": ["Coalition Member"], + "Senate_District": 27.0, + "Assembly_District": 66.0, + "County": "New York County", + "Zip_Code": 10007.0 + }, + "geometry": { "type": "Point", "coordinates": [-74.006487, 40.714104] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://socialists.nyc/working-groups/", + "Name": "NYC DSA Housing Working Group", + "Legislation": [ + "Statewide Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": null, + "Address": "14 Jefferson St, New York, NY 10002", + "Membership Status": ["Endorser"], + "Senate_District": 27.0, + "Assembly_District": 65.0, + "County": "New York County", + "Zip_Code": 10002.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.9887524, 40.7137956] } + }, + { + "type": "Feature", + "properties": { + "Website": "www.casapower.org", + "Name": "CASA: Community Action for Safe Apartments", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "718-716-8000", + "Address": "35 Marcy Pl, Bronx, NY 10452", + "Membership Status": ["Coalition Member"], + "Senate_District": 32.0, + "Assembly_District": 84.0, + "County": "Bronx County", + "Zip_Code": 10452.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.9172203, 40.8385615] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://volsprobono.org/", + "Name": "Volunteers of Legal Service", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-966-4400", + "Address": "40 Worth St Suite 829, New York, NY 10013", + "Membership Status": ["Supporter"], + "Senate_District": 27.0, + "Assembly_District": 66.0, + "County": "New York County", + "Zip_Code": 10013.0 + }, + "geometry": { "type": "Point", "coordinates": [-74.0069976, 40.7173052] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.albanyny.gov/2187/Albany-Common-Council", + "Name": "Albany Common Council", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-434-5087", + "Address": "24 Eagle St # 202, Albany, NY 12207", + "Membership Status": ["Endorser"], + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12207.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.753627047619048, 42.653103214285714] + } + }, + { + "type": "Feature", + "properties": { + "Website": null, + "Name": "New Tabernacle Baptist Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-367-9882", + "Address": "990 E 181st St, Bronx, NY 10460", + "Membership Status": ["Supporter"], + "Senate_District": 32.0, + "Assembly_District": 87.0, + "County": "Bronx County", + "Zip_Code": 10460.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.879476565217402, 40.84442504347826] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://ecbavlp.com/", + "Name": "Erie County Bar Association Volunteer Lawyers Project, Inc.", + "Legislation": [ + "Statewide Right to Counsel", + "Clean Hands", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "716-847-0662", + "Address": "438 Main St 7th floor, Buffalo, NY 14202", + "Membership Status": ["Campaign Member"], + "Senate_District": 63.0, + "Assembly_District": 141.0, + "County": "Erie County", + "Zip_Code": 14202.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-78.874518591836733, 42.885613714285711] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.lenoxhill.org/", + "Name": "Lenox Hill Neighborhood House ", + "Legislation": [ + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium", + "Clean Hands" + ], + "Phone": "212-744-5022", + "Address": "331 E 70th St, New York, NY 10021", + "Membership Status": ["Campaign Member"], + "Senate_District": 28.0, + "Assembly_District": 76.0, + "County": "New York County", + "Zip_Code": 10021.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.958332434782605, 40.767169956521741] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://empirejustice.org/", + "Name": "Empire Justice Center - White Plains", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": null, + "Address": "80 North Broadway, White Plains, NY 10603", + "Membership Status": ["Campaign Member"], + "Senate_District": 37.0, + "Assembly_District": 93.0, + "County": "Westchester County", + "Zip_Code": 10603.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.766992518666456, 41.039662686317087] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.vocal-ny.org/chapter/rochester/", + "Name": "VOCAL-NY - Rochester", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-802-9540", + "Address": "189 N Water St, Rochester, NY 14604, USA", + "Membership Status": ["Endorser"], + "Senate_District": 56.0, + "Assembly_District": 137.0, + "County": "Monroe County", + "Zip_Code": 14604.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-77.61153744897959, 43.159806979591842] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://wnyhomeless.org/", + "Name": "Homeless Alliance of Western NY", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "716-853-1101", + "Address": "960 Main St, Buffalo, NY 14202", + "Membership Status": ["Endorser"], + "Senate_District": 63.0, + "Assembly_District": 141.0, + "County": "Erie County", + "Zip_Code": 14202.0 + }, + "geometry": { "type": "Point", "coordinates": [-78.8696585, 42.9007341] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.vocal-ny.org/", + "Name": "VOCAL-NY - New York", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-802-9540", + "Address": "300 Douglass St, Brooklyn, NY 11217", + "Membership Status": ["Endorser"], + "Senate_District": 26.0, + "Assembly_District": 52.0, + "County": "Kings County", + "Zip_Code": 11217.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.98166, 40.679187] } + }, + { + "type": "Feature", + "properties": { + "Website": "www.woodsideonthemove.org", + "Name": "Woodside On the Move", + "Legislation": [ + "Statewide Right to Counsel", + "Winter Eviction Moratorium", + "Defend Right to Counsel", + "Clean Hands" + ], + "Phone": "718-476-8449", + "Address": "51-23 Queens Blvd, Queens, NY 11377", + "Membership Status": ["Campaign Member"], + "Senate_District": 12.0, + "Assembly_District": 37.0, + "County": "Queens County", + "Zip_Code": 11377.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.913165, 40.74283] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.covenantroc.org/", + "Name": "Covenant United Methodist Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "585-456 - 1979", + "Address": "1124 Culver Road, Rochester, NY 14609", + "Membership Status": ["Supporter"], + "Senate_District": 55.0, + "Assembly_District": 138.0, + "County": "Monroe County", + "Zip_Code": 14609.0 + }, + "geometry": { "type": "Point", "coordinates": [-77.5628964, 43.165713] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://midtownsouthcc.org/", + "Name": "Midtown South Community Council", + "Legislation": [ + "Statewide Right to Counsel", + "Winter Eviction Moratorium", + "Clean Hands", + "Defend Right to Counsel" + ], + "Phone": null, + "Address": "331 W 38th St, New York, New York 10018, US", + "Membership Status": ["Coalition Member"], + "Senate_District": 47.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10018.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.99250291836735, 40.755170224489802] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://empirejustice.org/", + "Name": "Empire Justice Center - Rochester", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "585-454-4060", + "Address": "One West Main Street, Ste. 200, Rochester, NY 14614", + "Membership Status": ["Campaign Member"], + "Senate_District": 56.0, + "Assembly_District": 137.0, + "County": "Monroe County", + "Zip_Code": 14614.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-77.613101562735153, 43.1554214] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.lifairhousing.org", + "Name": "Long Island Housing Services Inc", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "631-567-5111", + "Address": "640 Johnson Ave, Bohemia, NY 11716", + "Membership Status": ["Campaign Member"], + "Senate_District": 8.0, + "Assembly_District": 7.0, + "County": "Suffolk County", + "Zip_Code": 11716.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.09676938454011, 40.780404780002037] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.uhab.org", + "Name": "UHAB | Urban Homesteading Assistance Board", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-479-3300", + "Address": "120 Wall St 20th floor, New York, NY 10005", + "Membership Status": ["Endorser"], + "Senate_District": 27.0, + "Assembly_District": 65.0, + "County": "New York County", + "Zip_Code": 10005.0 + }, + "geometry": { "type": "Point", "coordinates": [-74.006184, 40.704558] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://syracusetenant.org/", + "Name": "Greater Syracuse Tenants Network", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "315-475-8092", + "Address": "751 James St, Syracuse, NY 13203", + "Membership Status": ["Supporter"], + "Senate_District": 48.0, + "Assembly_District": 129.0, + "County": "Onondaga County", + "Zip_Code": 13203.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-76.141789489795926, 43.05573830612245] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.syracusetenantsunion.com/about", + "Name": "Syracuse Tenant Union", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "315-308-0130", + "Address": "Syracuse, New York", + "Membership Status": ["Campaign Member"], + "Senate_District": null, + "Assembly_District": null, + "County": null, + "Zip_Code": null + }, + "geometry": null + }, + { + "type": "Feature", + "properties": { + "Website": "www.bds.org", + "Name": "Brooklyn Defender Services", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "718-254-0700", + "Address": "177 Livingston St #7, Brooklyn, NY 11201", + "Membership Status": ["Coalition Member"], + "Senate_District": 26.0, + "Assembly_District": 52.0, + "County": "Kings County", + "Zip_Code": 11201.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.9867963, 40.6901951] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://wpcalbany.org/", + "Name": "Westminster Presbyterian Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-449-7332", + "Address": "85 Chestnut St, Albany, NY 12210", + "Membership Status": ["Supporter"], + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12210.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.7613522, 42.6535144] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.princebaycommunitychurch.org/", + "Name": "Prince’s Bay Reformed Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-984-4526", + "Address": "239 Seguine Ave, Staten Island, NY 10309", + "Membership Status": ["Supporter"], + "Senate_District": 24.0, + "Assembly_District": 62.0, + "County": "Richmond County", + "Zip_Code": 10309.0 + }, + "geometry": { "type": "Point", "coordinates": [-74.197552, 40.520652] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.lscny.org/", + "Name": "Legal Services of Central New York", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "315-703-6500", + "Address": "221 S Warren St #300, Syracuse, NY 13202", + "Membership Status": ["Endorser"], + "Senate_District": 48.0, + "Assembly_District": 129.0, + "County": "Onondaga County", + "Zip_Code": 13202.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-76.150637836734703, 43.04929740816327] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.vocal-ny.org/chapter/westchester-county/", + "Name": "VOCAL-NY - Westchester County", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-802-9540", + "Address": "Westchester County, NY, USA", + "Membership Status": ["Endorser"], + "Senate_District": 37.0, + "Assembly_District": 93.0, + "County": "Westchester County", + "Zip_Code": 10605.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.759928, 41.031235] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.cb8m.com/", + "Name": "Manhattan Community Board 8", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-758-4340", + "Address": "505 Park Ave #620, New York, NY 10022", + "Membership Status": ["Endorser"], + "Senate_District": 28.0, + "Assembly_District": 73.0, + "County": "New York County", + "Zip_Code": 10022.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.969525, 40.763121] } + }, + { + "type": "Feature", + "properties": { + "Website": "www.hcc-nyc.org", + "Name": "Housing Conservation Coordinators", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-541-5996", + "Address": "777 10th Ave #1, New York, NY 10019", + "Membership Status": ["Coalition Member"], + "Senate_District": 47.0, + "Assembly_District": 67.0, + "County": "New York County", + "Zip_Code": 10019.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.991193, 40.76567086956522] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.nhnhome.org", + "Name": "Neighbors Helping Neighbors", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "718-237-2017", + "Address": "621 Degraw St, Brooklyn, NY 11217", + "Membership Status": ["Campaign Member"], + "Senate_District": 26.0, + "Assembly_District": 52.0, + "County": "Kings County", + "Zip_Code": 11217.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.982408187499999, 40.678865875] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.wroinc.org", + "Name": "Westchester Residential Opportunities", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "914-428-4507", + "Address": "470 Mamaroneck Ave # 410, White Plains, NY 10605", + "Membership Status": ["Endorser"], + "Senate_District": 37.0, + "Assembly_District": 88.0, + "County": "Westchester County", + "Zip_Code": 10605.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.7601182, 41.0226218] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://csjcarondelet.org/locations/albany/", + "Name": "Sisters of St. Joseph of Carondelet", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-783-3500", + "Address": "385 Watervliet-Shaker Road, Latham, NY 12110-4799", + "Membership Status": ["Supporter"], + "Senate_District": 43.0, + "Assembly_District": 110.0, + "County": "Albany County", + "Zip_Code": 12110.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.7385651, 42.7293503] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://lssa2320.org/", + "Name": "Legal Services of the Hudson Valley's Staff Attorney Association, National Organization of Legal Service Workers, Local 2320", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-228-0992", + "Address": "Hudson Valley, NY", + "Membership Status": ["Endorser"], + "Senate_District": 41.0, + "Assembly_District": 103.0, + "County": "Ulster County", + "Zip_Code": 12401.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-74.014953561607499, 41.88982285] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://pslweb.org/", + "Name": "Party for Socialism and Liberation - New York City", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-694-8762", + "Address": "2295 Adam Clayton Powell Blvd. #1, New York City, NY 10030", + "Membership Status": ["Endorser"], + "Senate_District": 30.0, + "Assembly_District": 70.0, + "County": "New York County", + "Zip_Code": 10030.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.943629, 40.814959] } + }, + { + "type": "Feature", + "properties": { + "Website": "http://www.walkermemorialbaptistchurch.com/", + "Name": "Walker Memorial Baptist Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-588-4262", + "Address": "120 E 169th St, Bronx, NY 10452", + "Membership Status": ["Supporter"], + "Senate_District": 29.0, + "Assembly_District": 84.0, + "County": "Bronx County", + "Zip_Code": 10452.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.917442, 40.836907204081633] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.wearebcs.org", + "Name": "Brooklyn Community Services", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-310-5600", + "Address": "151 Lawrence St 4th floor, Brooklyn, NY 11201", + "Membership Status": ["Endorser"], + "Senate_District": 26.0, + "Assembly_District": 52.0, + "County": "Kings County", + "Zip_Code": 11201.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.986184771428569, 40.69178577142857] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.coalitionforthehomeless.org", + "Name": "Coalition for the Homeless", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-776-2000", + "Address": "129 Fulton St, New York, NY 10038", + "Membership Status": ["Coalition Member"], + "Senate_District": 27.0, + "Assembly_District": 65.0, + "County": "New York County", + "Zip_Code": 10038.0 + }, + "geometry": { "type": "Point", "coordinates": [-74.0075044, 40.7102102] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.instagram.com/rtcwestchester/?hl=en", + "Name": "Westchester Right to Counsel Coalition", + "Legislation": ["Statewide Right to Counsel"], + "Phone": null, + "Address": "Westchester, NY", + "Membership Status": ["Endorser"], + "Senate_District": null, + "Assembly_District": null, + "County": null, + "Zip_Code": null + }, + "geometry": null + }, + { + "type": "Feature", + "properties": { + "Website": "www.liftingupwestchester.org", + "Name": "Lifting Up Westchester", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "914-949-3098", + "Address": "35 Orchard St, White Plains, NY 10603", + "Membership Status": ["Endorser"], + "Senate_District": 37.0, + "Assembly_District": 93.0, + "County": "Westchester County", + "Zip_Code": 10603.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.766403112500001, 41.04715775] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.lipc.org", + "Name": "Long Island Progressive Coalition", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "516-541-1006", + "Address": "90 Pennsylvania Ave, Massapequa, NY 11758", + "Membership Status": ["Campaign Member"], + "Senate_District": 8.0, + "Assembly_District": 17.0, + "County": "Nassau County", + "Zip_Code": 11758.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.4721662, 40.6786797] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.ridgewoodtenantsunion.org/", + "Name": "Ridgewood Tenants Union", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "732-835-2344", + "Address": "Ridgewood, Queens, NY", + "Membership Status": ["Coalition Member"], + "Senate_District": null, + "Assembly_District": null, + "County": null, + "Zip_Code": null + }, + "geometry": null + }, + { + "type": "Feature", + "properties": { + "Website": null, + "Name": "Sisters of St. Dominic", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "845-359-5691", + "Address": "496 Western Hwy S, Blauvelt, NY 10913", + "Membership Status": ["Supporter"], + "Senate_District": 38.0, + "Assembly_District": 97.0, + "County": "Rockland County", + "Zip_Code": 10962.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.955152, 41.053427] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.facebook.com/GreaterMtCalvaryNY/", + "Name": "Greater Mt. Calvary", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-465-8881", + "Address": "194-59 Murdock Ave, Queens, NY 11412", + "Membership Status": ["Supporter"], + "Senate_District": 14.0, + "Assembly_District": 33.0, + "County": "Queens County", + "Zip_Code": 11412.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.7584484, 40.6991422] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.dc37.net/benefits/MELS", + "Name": "District Council 37 Municipal Employees Legal Services (DC37) - Rockland", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-815-1111", + "Address": "Rockland County, NY", + "Membership Status": ["Coalition Member"], + "Senate_District": 38.0, + "Assembly_District": 98.0, + "County": "Rockland County", + "Zip_Code": 10901.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-74.088639545700062, 41.1330926] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://justiceandopportunity.org/", + "Name": "John Jay College Institute for Justice and Opportunity", + "Legislation": ["Statewide Right to Counsel"], + "Phone": null, + "Address": "555 W 57th St, Suite 603, New York, New York 10019", + "Membership Status": ["Endorser"], + "Senate_District": 47.0, + "Assembly_District": 67.0, + "County": "New York County", + "Zip_Code": 10019.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.9902036, 40.7700413] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://qcba.org/page-18081", + "Name": "Queens County Bar Association Volunteer Lawyers Project (QVLP)", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-739-4100", + "Address": "9035 148th St, Jamaica, NY 11435", + "Membership Status": ["Supporter"], + "Senate_District": 14.0, + "Assembly_District": 32.0, + "County": "Queens County", + "Zip_Code": 11435.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.80608, 40.701347] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.vocal-ny.org/chapter/syracuse/", + "Name": "VOCAL-NY - Syracuse", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-802-9540", + "Address": "Syracuse, NY, USA", + "Membership Status": ["Endorser"], + "Senate_District": null, + "Assembly_District": null, + "County": null, + "Zip_Code": null + }, + "geometry": null + }, + { + "type": "Feature", + "properties": { + "Website": "www.fifthave.org", + "Name": "Fifth Avenue Committee", + "Legislation": [ + "Statewide Right to Counsel", + "Clean Hands", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "718-237-2017", + "Address": "621 Degraw St, Brooklyn, NY 11217", + "Membership Status": ["Campaign Member"], + "Senate_District": 26.0, + "Assembly_District": 52.0, + "County": "Kings County", + "Zip_Code": 11217.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.982408187499999, 40.678865875] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.facebook.com/SICouncil/", + "Name": "Staten Island Council of Churches", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-761-6782", + "Address": "2024 Richmond Ave, Staten Island, NY 10314", + "Membership Status": ["Supporter"], + "Senate_District": 24.0, + "Assembly_District": 63.0, + "County": "Richmond County", + "Zip_Code": 10314.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-74.162671, 40.598450555555559] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.homeny.org", + "Name": "Housing Opportunities Made Equal (HOME)", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "716-854-1400", + "Address": "1542 Main St, Buffalo, NY 14209", + "Membership Status": ["Endorser"], + "Senate_District": 61.0, + "Assembly_District": 141.0, + "County": "Erie County", + "Zip_Code": 14209.0 + }, + "geometry": { "type": "Point", "coordinates": [-78.8646268, 42.9154872] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://westsideneighborhoodalliance.wordpress.com/about/", + "Name": "West Side Neighborhood Alliance", + "Legislation": [ + "Statewide Right to Counsel", + "Clean Hands", + "Winter Eviction Moratorium", + "Defend Right to Counsel" + ], + "Phone": "212-541-5996 x.16", + "Address": "777 10th Ave #1, New York, NY 10019", + "Membership Status": ["Coalition Member"], + "Senate_District": 47.0, + "Assembly_District": 67.0, + "County": "New York County", + "Zip_Code": 10019.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.991193, 40.76567086956522] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.cidny.org", + "Name": "Center For Independence of the Disabled, New York", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-674-2300", + "Address": "1010 6th Ave, New York, NY 10018", + "Membership Status": ["Coalition Member"], + "Senate_District": 28.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10018.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.986111923076919, 40.751922230769232] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://save63tiffany.com/", + "Name": "Save63Tiffany", + "Legislation": [ + "Statewide Right to Counsel", + "Clean Hands", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": null, + "Address": "63 Tiffany Place, Brooklyn, NY 11231", + "Membership Status": ["Coalition Member"], + "Senate_District": 26.0, + "Assembly_District": 52.0, + "County": "Kings County", + "Zip_Code": 11231.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-74.000626666666662, 40.686992714285722] + } + }, + { + "type": "Feature", + "properties": { + "Website": null, + "Name": "The Alternative to Economic and Housing Displacement, Inc.", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": null, + "Address": "256 Orange St., Ste 203, Albany, NY 12210", + "Membership Status": ["Campaign Member"], + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12210.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.758934, 42.6582344] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.judson.org/", + "Name": "Judson Memorial Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-477-0351", + "Address": "55 Washington Square S, New York, NY 10012", + "Membership Status": ["Supporter"], + "Senate_District": 27.0, + "Assembly_District": 66.0, + "County": "New York County", + "Zip_Code": 10012.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.998307, 40.730295] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.facebook.com/lpacnyc/", + "Name": "Latino Pastoral Action Center", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-681-2361", + "Address": "14 W 170th St, Bronx, NY 10452", + "Membership Status": ["Supporter"], + "Senate_District": 29.0, + "Assembly_District": 84.0, + "County": "Bronx County", + "Zip_Code": 10452.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.918698687499997, 40.840642437500001] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.cssny.org", + "Name": "Community Service Society", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-254-8900", + "Address": "633 3rd Ave 10th floor, New York, NY 10017", + "Membership Status": ["Coalition Member"], + "Senate_District": 59.0, + "Assembly_District": 73.0, + "County": "New York County", + "Zip_Code": 10017.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.974898, 40.749776] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://longislandactivists.org/", + "Name": "Long Island Activists", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": null, + "Address": "Long Island, NY", + "Membership Status": ["Campaign Member"], + "Senate_District": null, + "Assembly_District": null, + "County": null, + "Zip_Code": null + }, + "geometry": null + }, + { + "type": "Feature", + "properties": { + "Website": "www.chhayacdc.org", + "Name": "Chhaya CDC Richmond Hill Center", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-374-3371", + "Address": "121-18 Liberty Ave 2nd floor, South Richmond Hill, NY 11419", + "Membership Status": ["Supporter"], + "Senate_District": null, + "Assembly_District": null, + "County": null, + "Zip_Code": null + }, + "geometry": null + }, + { + "type": "Feature", + "properties": { + "Website": "https://stpaulandstandrew.org/", + "Name": "St. Paul and St. Andrew United Methodist Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-362-3179", + "Address": "263 W 86th St, New York, NY 10024", + "Membership Status": ["Supporter"], + "Senate_District": 47.0, + "Assembly_District": 67.0, + "County": "New York County", + "Zip_Code": 10024.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.976860249999987, 40.78855775] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.legalservicesnyc.org", + "Name": "Legal Services NYC", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "646-442-3575", + "Address": "40 Worth St Suite 606, New York, NY 10013", + "Membership Status": ["Coalition Member"], + "Senate_District": 27.0, + "Assembly_District": 66.0, + "County": "New York County", + "Zip_Code": 10013.0 + }, + "geometry": { "type": "Point", "coordinates": [-74.0069976, 40.7173052] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://youthrepresent.org/", + "Name": "Youth Represent", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "646-759-8080", + "Address": "11 Park Pl #1512, New York, NY 10007", + "Membership Status": ["Endorser"], + "Senate_District": 27.0, + "Assembly_District": 66.0, + "County": "New York County", + "Zip_Code": 10007.0 + }, + "geometry": { "type": "Point", "coordinates": [-74.0083413, 40.7130009] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://lssa2320.org/", + "Name": "National Organization of Legal Services Workers, Legal Services Staff Association (LSSA) - UAW Local 2320", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-228-0097", + "Address": "350 W 31st St, New York, NY 10001", + "Membership Status": ["Endorser"], + "Senate_District": 47.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10001.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.996338510204083, 40.750803510204086] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.cpc-nyc.org", + "Name": "Chinese-American Planning Council ", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-431-2320", + "Address": "4812 9th Ave, Brooklyn, NY 11220", + "Membership Status": ["Endorser"], + "Senate_District": 17.0, + "Assembly_District": 49.0, + "County": "Kings County", + "Zip_Code": 11220.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-74.000573775510205, 40.640815183673482] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.accessjusticebrooklyn.org/", + "Name": "Access Justice Brooklyn", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-624-3894", + "Address": "44 Court Street, Suite 1206,k Brooklyn, NY 11201", + "Membership Status": ["Supporter"], + "Senate_District": 26.0, + "Assembly_District": 52.0, + "County": "Kings County", + "Zip_Code": 11201.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.991017, 40.692693] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://buffalo-dsa.org/", + "Name": "Buffalo Democratic Socialists of America", + "Legislation": ["Statewide Right to Counsel"], + "Phone": null, + "Address": "Buffalo, NY", + "Membership Status": ["Endorser"], + "Senate_District": null, + "Assembly_District": null, + "County": null, + "Zip_Code": null + }, + "geometry": null + }, + { + "type": "Feature", + "properties": { + "Website": "www.centerforsafetyandchange.org", + "Name": "Center for Safety & Change", + "Legislation": ["Statewide Right to Counsel"], + "Phone": " 845-634-3391", + "Address": "9 Johnsons Ln, New City, NY 10956", + "Membership Status": ["Endorser"], + "Senate_District": 38.0, + "Assembly_District": 96.0, + "County": "Rockland County", + "Zip_Code": 10956.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.9906921, 41.1296231] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://episcopalpartnership.org/", + "Name": "Episcopal Diocese WNY", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "716-881-0660", + "Address": "1064 Brighton Road, Tonawanda, NY 14150", + "Membership Status": ["Supporter"], + "Senate_District": 61.0, + "Assembly_District": 140.0, + "County": "Erie County", + "Zip_Code": 14150.0 + }, + "geometry": { "type": "Point", "coordinates": [-78.833507, 42.9914215] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://westchesterlegislators.com/", + "Name": "Westchester County Board of Legislators", + "Legislation": ["Statewide Right to Counsel"], + "Phone": null, + "Address": "148 Martine Ave, White Plains, NY 10601", + "Membership Status": ["Endorser"], + "Senate_District": 37.0, + "Assembly_District": 93.0, + "County": "Westchester County", + "Zip_Code": 10601.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.766865652575461, 41.031167380992038] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.legalservicesnyc.org/our-program/bronx", + "Name": "Bronx Legal Services", + "Legislation": [ + "Statewide Right to Counsel", + "Clean Hands", + "Winter Eviction Moratorium", + "Defend Right to Counsel" + ], + "Phone": "917-661-4500", + "Address": "349 East 149th St., 10th Floor, Bronx, NY 10451", + "Membership Status": ["Coalition Member"], + "Senate_District": 29.0, + "Assembly_District": 84.0, + "County": "Bronx County", + "Zip_Code": 10451.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.9198227, 40.8167916] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.nydis.org/", + "Name": "New York Disaster Interfaith Services", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-669-6100", + "Address": "4 W 43rd St Suite #407, New York, NY 10036", + "Membership Status": ["Supporter"], + "Senate_District": 28.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10110.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.9813232, 40.7544434] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.lasroc.org/", + "Name": "The Legal Aid Society of Rochester", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "585-232-4090", + "Address": "One W Main St, Rochester, NY 14614", + "Membership Status": ["Endorser"], + "Senate_District": 60.0, + "Assembly_District": 147.0, + "County": "Erie County", + "Zip_Code": 14141.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-78.675424064817179, 42.50934355] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.communitiesresist.org", + "Name": "Communities Resist", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": " 646-974-8761", + "Address": "312 Broadway 2nd Floor, Brooklyn, NY 11211", + "Membership Status": ["Coalition Member"], + "Senate_District": 18.0, + "Assembly_District": 50.0, + "County": "Kings County", + "Zip_Code": 11211.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.956508428571425, 40.707843] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.alaa.org/", + "Name": "Association of Legal Aid Attorneys -- UAW Local 2325", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-343-0708", + "Address": "1600 50, Broadway, New York, NY 10004", + "Membership Status": ["Campaign Member"], + "Senate_District": 28.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10019.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.984503, 40.760295] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://brooklynevictiondefense.org/en/", + "Name": "Brooklyn Eviction Defense", + "Legislation": ["Winter Eviction Moratorium"], + "Phone": "917-982-2265", + "Address": "Brooklyn, NY", + "Membership Status": ["Endorser"], + "Senate_District": 26.0, + "Assembly_District": 51.0, + "County": "Kings County", + "Zip_Code": 11232.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-74.003587371080044, 40.65973505] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.laborreligion.org/", + "Name": "Greater New York Labor Religion Coalition", + "Legislation": ["Statewide Right to Counsel"], + "Phone": null, + "Address": "85 Chestnut St., Albany, NY 12210", + "Membership Status": ["Supporter"], + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12210.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.7613522, 42.6535144] } + }, + { + "type": "Feature", + "properties": { + "Website": "www.catholicmigration.org", + "Name": "Catholic Migration Services", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "347-472-3500", + "Address": "47-01 Queens Blvd #203b, Sunnyside, NY 11104", + "Membership Status": ["Coalition Member"], + "Senate_District": 12.0, + "Assembly_District": 37.0, + "County": "Queens County", + "Zip_Code": 11104.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.917577, 40.743327] } + }, + { + "type": "Feature", + "properties": { + "Website": "www.preventchildabuseny.org", + "Name": "Prevent Child Abuse New York", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "800-244-5373", + "Address": "1 Steuben Place Suite 120, Albany, NY 12207", + "Membership Status": ["Campaign Member"], + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12207.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.75200146253411, 42.65176505] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.hvjc.org/", + "Name": "Hudson Valley Justice Center - Yonkers", + "Legislation": [ + "Statewide Right to Counsel", + "Clean Hands", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "914-308-3490 ", + "Address": "30 S Broadway, Suite 701, Yonkers, NY 10701", + "Membership Status": ["Campaign Member"], + "Senate_District": 35.0, + "Assembly_District": 90.0, + "County": "Westchester County", + "Zip_Code": 10701.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.898696986294198, 40.932930279614332] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.hvjc.org/", + "Name": "Hudson Valley Justice Center - Orange County", + "Legislation": [ + "Statewide Right to Counsel", + "Clean Hands", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "914-308-3490", + "Address": "10 Little Britain Road, Suite, Newburgh, NY 12550 202", + "Membership Status": ["Campaign Member"], + "Senate_District": 39.0, + "Assembly_District": 104.0, + "County": "Orange County", + "Zip_Code": 12550.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-74.031364285223617, 41.500271167974248] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://mvut.org/", + "Name": "Mt Vernon United Tenants", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "914-699-1114", + "Address": "2 Gramatan Avenue, Room 312, PO Box 2107, Mt. Vernon, NY", + "Membership Status": ["Campaign Member"], + "Senate_District": 36.0, + "Assembly_District": 89.0, + "County": "Westchester County", + "Zip_Code": 10550.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.837594, 40.912048] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://mcah.squarespace.com/", + "Name": "Mamaroneck Coalition for Affordable Housing", + "Legislation": [ + "Winter Eviction Moratorium", + "Statewide Right to Counsel" + ], + "Phone": null, + "Address": "Mamaroneck, NY", + "Membership Status": ["Endorser"], + "Senate_District": null, + "Assembly_District": null, + "County": null, + "Zip_Code": null + }, + "geometry": null + }, + { + "type": "Feature", + "properties": { + "Website": "www.lawschool.cornell.edu", + "Name": "Cornell Law School Tenants Advocacy Practicum", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "607-255-5141", + "Address": "Myron Taylor Hall, Ithaca, NY 14853", + "Membership Status": ["Endorser"], + "Senate_District": 52.0, + "Assembly_District": 125.0, + "County": "Tompkins County", + "Zip_Code": 14850.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-76.485785418096299, 42.44383375] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://gatespres.org/", + "Name": "Gates Presbyterian Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "585-247-5292", + "Address": "1049 Wegman Rd, Rochester, NY 14624", + "Membership Status": ["Supporter"], + "Senate_District": 56.0, + "Assembly_District": 137.0, + "County": "Monroe County", + "Zip_Code": 14624.0 + }, + "geometry": { "type": "Point", "coordinates": [-77.7124535, 43.1491088] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.vlpcny.org/", + "Name": "Volunteer Lawyers Project of Central New York", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "315-471-3409", + "Address": "221 S Warren St #320, Syracuse, NY 13202", + "Membership Status": ["Endorser"], + "Senate_District": 48.0, + "Assembly_District": 129.0, + "County": "Onondaga County", + "Zip_Code": 13202.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-76.150637836734703, 43.04929740816327] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.justfix.org/", + "Name": "JustFix.nyc", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": null, + "Address": "55 Prospect St, Brooklyn, NY 11201", + "Membership Status": ["Endorser"], + "Senate_District": 26.0, + "Assembly_District": 52.0, + "County": "Kings County", + "Zip_Code": 11201.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.9882207, 40.7007816] } + }, + { + "type": "Feature", + "properties": { + "Website": "www.nycclc.org", + "Name": "NY City Central Labor Council, AFL-CIO", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-604-9552", + "Address": "350 W 31st St, New York, NY 10001", + "Membership Status": ["Coalition Member"], + "Senate_District": 47.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10001.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.996338510204083, 40.750803510204086] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://maketheroadny.org/", + "Name": "Make the Road New York - White Plains", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "914-948-8466", + "Address": "46 Waller Ave, White Plains, NY 10605", + "Membership Status": ["Endorser"], + "Senate_District": 37.0, + "Assembly_District": 93.0, + "County": "Westchester County", + "Zip_Code": 10605.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.762947666666676, 41.027020933333333] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.bronxdefenders.org", + "Name": "The Bronx Defenders", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "718-838-7878", + "Address": "360 E 161 St, Bronx, NY 10451", + "Membership Status": ["Coalition Member"], + "Senate_District": 32.0, + "Assembly_District": 79.0, + "County": "Bronx County", + "Zip_Code": 10451.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.915405, 40.824525] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.dc37.net/", + "Name": "District Council 37", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-815-1000", + "Address": "125 Barclay Street, New York, NY 10007", + "Membership Status": ["Endorser"], + "Senate_District": 27.0, + "Assembly_District": 66.0, + "County": "New York County", + "Zip_Code": 10007.0 + }, + "geometry": { "type": "Point", "coordinates": [-74.013015, 40.714348] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.jasa.org/services/legal", + "Name": "JASA/Legal Services for Elder Justice", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-273-5200 ", + "Address": "247 West 37th Street, New York, NY 10018", + "Membership Status": ["Endorser"], + "Senate_District": 28.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10018.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.990529877551026, 40.75353206122449] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://region9a.uaw.org/", + "Name": "UAW Region 9a", + "Legislation": [ + "Statewide Right to Counsel", + "Winter Eviction Moratorium", + "Defend Right to Counsel", + "Clean Hands" + ], + "Phone": "212-529-2580", + "Address": "350 W 31st St, New York, NY 10001", + "Membership Status": ["Coalition Member"], + "Senate_District": 47.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10001.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.996338510204083, 40.750803510204086] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://rurallawcenter.org/", + "Name": "Rural Law Center of New York", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-561-5460", + "Address": "22 US Oval unit 101, Plattsburgh, NY 12903", + "Membership Status": ["Supporter"], + "Senate_District": 45.0, + "Assembly_District": 115.0, + "County": "Clinton County", + "Zip_Code": 12903.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.4466145, 44.6845569] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.facebook.com/APhilipRandolphSquareAlliance/", + "Name": "A Philip Randolph Square Neighborhood Alliance", + "Legislation": [ + "Winter Eviction Moratorium", + "Statewide Right to Counsel" + ], + "Phone": "212-639-9675", + "Address": "7th Ave, West 117th Street, St Nicholas Ave, New York, NY 10026", + "Membership Status": ["Endorser"], + "Senate_District": 30.0, + "Assembly_District": 70.0, + "County": "New York County", + "Zip_Code": 10026.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.950107, 40.803201] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.metcouncilonhousing.org/", + "Name": "Met Council on Housing", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-979-0611", + "Address": "339 Lafayette St #301, New York, NY 10012", + "Membership Status": ["Campaign Member"], + "Senate_District": 27.0, + "Assembly_District": 66.0, + "County": "New York County", + "Zip_Code": 10012.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.9944654, 40.7260097] } + }, + { + "type": "Feature", + "properties": { + "Website": "www.anhd.org", + "Name": "Association for Neighborhood & Housing Development", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-747-1117", + "Address": "50 Broad St # 1402, New York, NY 10004", + "Membership Status": ["Endorser"], + "Senate_District": 27.0, + "Assembly_District": 65.0, + "County": "New York County", + "Zip_Code": 10004.0 + }, + "geometry": { "type": "Point", "coordinates": [-74.011562, 40.705819] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.facebook.com/Truevineministries2013/", + "Name": "True Vine Ministries COGIC", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "516-515-1469", + "Address": "11 E Fulton Ave, Roosevelt, NY 11575", + "Membership Status": ["Supporter"], + "Senate_District": 6.0, + "Assembly_District": 18.0, + "County": "Nassau County", + "Zip_Code": 11575.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.587570021739126, 40.676036847826083] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.1199seiubenefits.org", + "Name": "1199SEIU ", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "646-473-9200", + "Address": "498 7th Ave, New York, NY 10018", + "Membership Status": ["Endorser"], + "Senate_District": 28.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10018.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.989417, 40.752827] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.capareacc.org/", + "Name": "Capital Area Council of Churches", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-462-5450", + "Address": "646 State Street, Albany, NY 12203", + "Membership Status": ["Supporter"], + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12203.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.7756946, 42.662380371428569] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.crcny.org/", + "Name": "Community Resource Center of Larchmont and Mamaroneck (CRC)", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "​914-835-1512", + "Address": "134 Center Ave, Mamaroneck, NY 10543", + "Membership Status": ["Campaign Member"], + "Senate_District": 37.0, + "Assembly_District": 91.0, + "County": "Westchester County", + "Zip_Code": 10543.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.7397746, 40.9536138] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.aafe.org/", + "Name": "Asian Americans for Equality (AAFE)", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-979-8381", + "Address": "108 Norfolk St, New York, NY 10002", + "Membership Status": ["Campaign Member"], + "Senate_District": 27.0, + "Assembly_District": 65.0, + "County": "New York County", + "Zip_Code": 10002.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.987133, 40.718592827586207] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.bka.org", + "Name": "Brooklyn Legal Services Corporation A", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "718-487-2300", + "Address": "260 Broadway # 2, Brooklyn, NY 11211", + "Membership Status": ["Coalition Member"], + "Senate_District": 18.0, + "Assembly_District": 50.0, + "County": "Kings County", + "Zip_Code": 11211.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.9595169, 40.7088316] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://saintdavidsepiscopal.com/", + "Name": "St. David's Episcopal Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-528-2095", + "Address": "117-35 235th Street, Cambria Heights, NY 11411", + "Membership Status": ["Supporter"], + "Senate_District": 14.0, + "Assembly_District": 33.0, + "County": "Queens County", + "Zip_Code": 11411.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.727502, 40.689863] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.lhvdsa.org/", + "Name": "Lower Hudson Valley Democratic Socialists of America", + "Legislation": ["Statewide Right to Counsel"], + "Phone": null, + "Address": "Yonkers, NY", + "Membership Status": ["Endorser"], + "Senate_District": null, + "Assembly_District": null, + "County": null, + "Zip_Code": null + }, + "geometry": null + }, + { + "type": "Feature", + "properties": { + "Website": "https://housingjusticeforall.org/", + "Name": "Housing Justice for All", + "Legislation": ["Statewide Right to Counsel"], + "Phone": null, + "Address": "New York, NY", + "Membership Status": ["Endorser"], + "Senate_District": null, + "Assembly_District": null, + "County": null, + "Zip_Code": null + }, + "geometry": null + }, + { + "type": "Feature", + "properties": { + "Website": "www.nyycl.org", + "Name": "New York Young Communist League", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-741-2016", + "Address": "235 W 23rd St, New York, NY 10011", + "Membership Status": ["Coalition Member"], + "Senate_District": 47.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10011.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.9967747, 40.7447425] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://nylscoalition.org/", + "Name": "New York Legal Services Coalition", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "315-572-0373 ", + "Address": "New York, NY", + "Membership Status": ["Endorser"], + "Senate_District": null, + "Assembly_District": null, + "County": null, + "Zip_Code": null + }, + "geometry": null + }, + { + "type": "Feature", + "properties": { + "Website": "www.cuffh.org", + "Name": "Churches United For Fair Housing", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "718-360-2906", + "Address": "7 Marcus Garvey Blvd, Brooklyn, NY 11206", + "Membership Status": ["Campaign Member"], + "Senate_District": 25.0, + "Assembly_District": 56.0, + "County": "Kings County", + "Zip_Code": 11206.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.9412448, 40.6998011] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.vocal-ny.org/chapter/hudson-valley/", + "Name": "VOCAL-NY - Hudson Valley", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-802-9540", + "Address": "Hudson Valley, NY, USA", + "Membership Status": ["Endorser"], + "Senate_District": 41.0, + "Assembly_District": 103.0, + "County": "Ulster County", + "Zip_Code": 12401.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-74.014953561607499, 41.88982285] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://cbmanhattan.cityofnewyork.us/cb10/", + "Name": "Manhattan Community Board 10", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-749-3105", + "Address": "215 West 125th Street, 4th Floor, New York, NY 10027", + "Membership Status": ["Endorser"], + "Senate_District": 30.0, + "Assembly_District": 70.0, + "County": "New York County", + "Zip_Code": 10027.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.9488561, 40.8094195] } + }, + { + "type": "Feature", + "properties": { + "Website": "www.pushbuffalo.org", + "Name": "PUSH Buffalo", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "716-884-0356", + "Address": "429 Plymouth Ave Suite 1, Ground Floor, Buffalo, NY 14213", + "Membership Status": ["Endorser"], + "Senate_District": 63.0, + "Assembly_District": 149.0, + "County": "Erie County", + "Zip_Code": 14213.0 + }, + "geometry": { "type": "Point", "coordinates": [-78.8919879, 42.9093004] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://legalaidbuffalo.org/", + "Name": "Legal Aid Bureau of Buffalo, Inc.", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "716-853-9555", + "Address": "290 Main Street, Suite 400, Buffalo, NY 14202", + "Membership Status": ["Endorser"], + "Senate_District": 63.0, + "Assembly_District": 141.0, + "County": "Erie County", + "Zip_Code": 14202.0 + }, + "geometry": { "type": "Point", "coordinates": [-78.875838, 42.8821137] } + }, + { + "type": "Feature", + "properties": { + "Website": "http://programdesign.com/index.php?page=who-pdd-is", + "Name": "Program Design and Development, LLC", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "914-592-1272", + "Address": "33 W Main St suite 404, Elmsford, NY 10523", + "Membership Status": ["Endorser"], + "Senate_District": 35.0, + "Assembly_District": 92.0, + "County": "Westchester County", + "Zip_Code": 10523.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.8235661, 41.0571232] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.dc37.net/benefits/MELS", + "Name": "District Council 37 Municipal Employees Legal Services (DC37) - Westchester", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-815-1111", + "Address": "Westchester County, NY", + "Membership Status": ["Coalition Member"], + "Senate_District": 37.0, + "Assembly_District": 93.0, + "County": "Westchester County", + "Zip_Code": 10605.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.759928, 41.031235] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://workersunitednynj.org/about/", + "Name": "Workers United NY NJ Regional Joint Board", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-475-3131", + "Address": "305 7th Ave., 7th Floor, New York, NY 10001", + "Membership Status": ["Endorser"], + "Senate_District": 28.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10001.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.993593615384611, 40.746747692307693] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.churchofthevillage.org/", + "Name": "Church of the Village (NYC)", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-243-5470", + "Address": "201 W 13th St, New York, NY 10011", + "Membership Status": ["Supporter"], + "Senate_District": 47.0, + "Assembly_District": 66.0, + "County": "New York County", + "Zip_Code": 10011.0 + }, + "geometry": { "type": "Point", "coordinates": [-74.0005681, 40.7381368] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.vocal-ny.org/chapter/buffalo/", + "Name": "VOCAL-NY - Buffalo", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-802-9540", + "Address": "Buffalo, NY, USA", + "Membership Status": ["Endorser"], + "Senate_District": null, + "Assembly_District": null, + "County": null, + "Zip_Code": null + }, + "geometry": null + }, + { + "type": "Feature", + "properties": { + "Website": "www.northwestbronx.org", + "Name": "Northwest Bronx Community & Clergy", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "718-584-0515", + "Address": "103 E 196th St, Bronx, NY 10468", + "Membership Status": ["Coalition Member"], + "Senate_District": 33.0, + "Assembly_District": 78.0, + "County": "Bronx County", + "Zip_Code": 10468.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.893943734693877, 40.868389795918361] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.nyscoc.org", + "Name": "New York State Council of Churches", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-436-9319", + "Address": "85 Chestnut St, Albany, NY 12210", + "Membership Status": ["Endorser"], + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12210.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.7613522, 42.6535144] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://asburyfirst.org/", + "Name": "Asbury First United Methodist Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "585-271-1050", + "Address": "1050 East Ave, Rochester, NY 14607", + "Membership Status": ["Supporter"], + "Senate_District": 55.0, + "Assembly_District": 138.0, + "County": "Monroe County", + "Zip_Code": 14607.0 + }, + "geometry": { "type": "Point", "coordinates": [-77.5760248, 43.151003] } + }, + { + "type": "Feature", + "properties": { + "Website": "www.moderncourts.org", + "Name": "The Fund For Modern Courts", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-541-6741", + "Address": "387 2nd Ave #608, New York, NY 10010", + "Membership Status": ["Endorser"], + "Senate_District": 59.0, + "Assembly_District": 74.0, + "County": "New York County", + "Zip_Code": 10010.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.981168454545454, 40.737695818181813] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://flatbushpower.org/", + "Name": "Flatbush Tenant Coalition", + "Legislation": [ + "Statewide Right to Counsel", + "Clean Hands", + "Winter Eviction Moratorium", + "Defend Right to Counsel" + ], + "Phone": "718-635-2623", + "Address": "1616 Newkirk Ave, Brooklyn, NY 11226", + "Membership Status": ["Coalition Member"], + "Senate_District": 21.0, + "Assembly_District": 42.0, + "County": "Kings County", + "Zip_Code": 11226.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.962183122448977, 40.635979306122451] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.presbyfh.org/", + "Name": "First Presbyterian Church of Forest Hills New York", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-268-4036", + "Address": "70-35 112th St, Queens, NY 11375", + "Membership Status": ["Supporter"], + "Senate_District": 14.0, + "Assembly_District": 27.0, + "County": "Queens County", + "Zip_Code": 11375.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.839165331089788, 40.7233409] + } + }, + { + "type": "Feature", + "properties": { + "Website": "www.iahh.org", + "Name": "Interfaith Assembly On Homelessness and Housing", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-316-3171", + "Address": "165 W 105th St, New York, NY 10025", + "Membership Status": ["Coalition Member"], + "Senate_District": 30.0, + "Assembly_District": 69.0, + "County": "New York County", + "Zip_Code": 10025.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.9657257, 40.7996733] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.hudsoncatskillhousing.org/", + "Name": "Hudson Catskill Housing Coalition", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "518-291-9415", + "Address": "361 Main St, Catskill, NY 12414", + "Membership Status": ["Campaign Member"], + "Senate_District": 41.0, + "Assembly_District": 102.0, + "County": "Greene County", + "Zip_Code": 12414.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.8654031, 42.2184437] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://maketheroadny.org/", + "Name": "Make the Road New York - Long Island", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "631-231-2220", + "Address": "1090 Suffolk Avenue, Brentwood, NY 11717", + "Membership Status": ["Endorser"], + "Senate_District": 4.0, + "Assembly_District": 6.0, + "County": "Suffolk County", + "Zip_Code": 11717.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.2294168, 40.7849032] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.nyclu.org/", + "Name": "New York Civil Liberties Union (NYCLU)", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-607-3300", + "Address": "125 Broad St 19th floor, New York, NY 10004", + "Membership Status": ["Endorser"], + "Senate_District": 27.0, + "Assembly_District": 61.0, + "County": "New York County", + "Zip_Code": 10004.0 + }, + "geometry": { "type": "Point", "coordinates": [-74.0101113, 40.7022081] } + }, + { + "type": "Feature", + "properties": { + "Website": "www.wca4kids.org", + "Name": "Westchester Children's Association", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "914-946-7676", + "Address": "470 Mamaroneck Ave, White Plains, NY 10605", + "Membership Status": ["Endorser"], + "Senate_District": 37.0, + "Assembly_District": 88.0, + "County": "Westchester County", + "Zip_Code": 10605.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.7601182, 41.0226218] } + }, + { + "type": "Feature", + "properties": { + "Website": "http://civilrighttocounsel.org/about", + "Name": "National Coalition for a Civil Right to Counsel", + "Legislation": ["Statewide Right to Counsel"], + "Phone": null, + "Address": null, + "Membership Status": ["Endorser"], + "Senate_District": null, + "Assembly_District": null, + "County": null, + "Zip_Code": null + }, + "geometry": null + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.dc37.net/benefits/MELS", + "Name": "District Council 37 Municipal Employees Legal Services (DC37) - Suffolk", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-815-1111", + "Address": "Suffolk County, NY", + "Membership Status": ["Coalition Member"], + "Senate_District": 3.0, + "Assembly_District": 7.0, + "County": "Suffolk County", + "Zip_Code": 11772.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.018277573416199, 40.76554295] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://syracusedsa.org/contact/", + "Name": "Syracuse Democratic Socialists of America", + "Legislation": ["Winter Eviction Moratorium"], + "Phone": null, + "Address": "Syracuse, NY", + "Membership Status": ["Endorser"], + "Senate_District": null, + "Assembly_District": null, + "County": null, + "Zip_Code": null + }, + "geometry": null + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.citybarjusticecenter.org/", + "Name": "City Bar Justice Center", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-626-7383", + "Address": "42 West 44th Street, New York, NY 10036", + "Membership Status": ["Supporter"], + "Senate_District": 28.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10036.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.9813595, 40.755286416666657] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://housingcourtanswers.org/", + "Name": "Housing Court Answers", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-962-4795", + "Address": "New York, New York", + "Membership Status": ["Coalition Member"], + "Senate_District": null, + "Assembly_District": null, + "County": null, + "Zip_Code": null + }, + "geometry": null + }, + { + "type": "Feature", + "properties": { + "Website": "https://nationalactionnetwork.net/", + "Name": "National Action Network", + "Legislation": [ + "Statewide Right to Counsel", + "Winter Eviction Moratorium", + "Clean Hands", + "Defend Right to Counsel" + ], + "Phone": "212-690-3070", + "Address": "106 W 145th St, New York, NY 10039", + "Membership Status": ["Coalition Member"], + "Senate_District": 30.0, + "Assembly_District": 71.0, + "County": "New York County", + "Zip_Code": 10030.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.936579040816326, 40.820492061224485] + } + }, + { + "type": "Feature", + "properties": { + "Website": "https://www.wjci.org/", + "Name": "Westchester Jewish Coalition for Immigration", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": null, + "Address": "2005 Palmer Ave #1122, Larchmont, NY 10538", + "Membership Status": ["Campaign Member"], + "Senate_District": 37.0, + "Assembly_District": 91.0, + "County": "Westchester County", + "Zip_Code": 10538.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.7618804, 40.9306719] } + }, + { + "type": "Feature", + "properties": { + "Website": "www.nylag.org", + "Name": "New York Legal Assistance Group", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-613-5000", + "Address": "100 Pearl St 19th floor, New York, NY 10004", + "Membership Status": ["Coalition Member"], + "Senate_District": 27.0, + "Assembly_District": 65.0, + "County": "New York County", + "Zip_Code": 10005.0 + }, + "geometry": { "type": "Point", "coordinates": [-74.008707, 40.704856] } + }, + { + "type": "Feature", + "properties": { + "Website": "www.aarp.org", + "Name": "AARP", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-319-5294", + "Address": "919 3rd Ave, New York, NY 10022", + "Membership Status": ["Endorser"], + "Senate_District": 28.0, + "Assembly_District": 73.0, + "County": "New York County", + "Zip_Code": 10022.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.967277, 40.7585412] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://empirejustice.org/", + "Name": "Empire Justice Center - Albany", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "518-462-6831 ", + "Address": "119 Washington Avenue, Albany, NY 12210", + "Membership Status": ["Campaign Member"], + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12210.0 + }, + "geometry": { "type": "Point", "coordinates": [-73.7599188, 42.6555383] } + }, + { + "type": "Feature", + "properties": { + "Website": "https://churchofgethsemane.org/", + "Name": "The Church of Gethsemane", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-499-6704", + "Address": "1012 8th Ave, Brooklyn, NY 11215", + "Membership Status": ["Supporter"], + "Senate_District": 20.0, + "Assembly_District": 44.0, + "County": "Kings County", + "Zip_Code": 11215.0 + }, + "geometry": { + "type": "Point", + "coordinates": [-73.979938285714297, 40.665046632653059] + } + } + ] } diff --git a/public/rtc_members_info.json b/public/rtc_members_info.json new file mode 100644 index 0000000..dd48fcd --- /dev/null +++ b/public/rtc_members_info.json @@ -0,0 +1,3439 @@ +[ + { + "Website": "https://legalproject.org/", + "Name": "The Legal Project", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-435-1770", + "Address": "24 Aviation Rd #101, Albany, NY 12205", + "Membership Status": ["Endorser"], + "lat": 42.7156256, + "lon": -73.8029548, + "Senate_District": 43.0, + "Assembly_District": 110.0, + "County": "Albany County", + "Zip_Code": 12205.0 + }, + { + "Website": "https://fairportumc.org/", + "Name": "Fairport United Methodist Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "585-223-9560", + "Address": "31 W Church St, Fairport, NY 14450", + "Membership Status": ["Supporter"], + "lat": 43.09848876470589, + "lon": -77.44356035294118, + "Senate_District": 55.0, + "Assembly_District": 135.0, + "County": "Monroe County", + "Zip_Code": 14450.0 + }, + { + "Website": "www.crownheightstenantunion.org", + "Name": "Crown Heights Tenant Union", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-479-3358", + "Address": "727 Classon Ave, Brooklyn, NY 11238", + "Membership Status": ["Coalition Member"], + "lat": 40.6751107, + "lon": -73.9598562, + "Senate_District": 20.0, + "Assembly_District": 57.0, + "County": "Kings County", + "Zip_Code": 11238.0 + }, + { + "Name": "NY Council of Housing Development Fund Companies", + "Legislation": ["Winter Eviction Moratorium"], + "Address": "New York, NY", + "Membership Status": ["Endorser"], + "lat": "NaN", + "lon": "NaN", + "Senate_District": "NaN", + "Assembly_District": "NaN", + "County": "NaN", + "Zip_Code": "NaN" + }, + { + "Website": "https://wmcc1845.com/", + "Name": "Wantagh Memorial Congregational Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "516-785-1829", + "Address": "1845 Wantagh Ave, Wantagh, NY 11793", + "Membership Status": ["Supporter"], + "lat": 40.67625542755695, + "lon": -73.50971336370301, + "Senate_District": 5.0, + "Assembly_District": 14.0, + "County": "Nassau County", + "Zip_Code": 11793.0 + }, + { + "Website": "https://www.facebook.com/LifehouseNY/", + "Name": "LIFEhouse Community of Faith", + "Legislation": ["Statewide Right to Counsel"], + "Address": "460 Irving Ave, Brooklyn, NY 11237", + "Membership Status": ["Supporter"], + "lat": 40.6958048, + "lon": -73.9089887, + "Senate_District": 18.0, + "Assembly_District": 54.0, + "County": "Kings County", + "Zip_Code": 11237.0 + }, + { + "Website": "www.uwwp.org", + "Name": "United Way of Westchester and Putnam", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "914-997-6700", + "Address": "336 Central Park Ave, White Plains, NY 10530", + "Membership Status": ["Endorser"], + "lat": 41.0320025625, + "lon": -73.7866451875, + "Senate_District": 37.0, + "Assembly_District": 93.0, + "County": "Westchester County", + "Zip_Code": 10606.0 + }, + { + "Website": "https://www.herjustice.org/", + "Name": "Her Justice", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-695-3800", + "Address": "100 Broadway, 10th floor, New York, NY 10005", + "Membership Status": ["Endorser"], + "lat": 40.7080664, + "lon": -74.0112859, + "Senate_District": 27.0, + "Assembly_District": 61.0, + "County": "New York County", + "Zip_Code": 10005.0 + }, + { + "Website": "https://www.vocal-ny.org/chapter/albany/", + "Name": "VOCAL-NY - Albany", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-802-9540", + "Address": "69 State St, Albany, NY, USA", + "Membership Status": ["Endorser"], + "lat": 42.6498206, + "lon": -73.7520531, + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12207.0 + }, + { + "Website": "www.rhachomes.org", + "Name": "Rockland Housing Action Coalition, Inc.", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "845-708-5799", + "Address": "475 NY-304 Suite 1, New City, NY 10956", + "Membership Status": ["Campaign Member"], + "lat": 41.1771445545172, + "lon": -73.9595031732678, + "Senate_District": 38.0, + "Assembly_District": 96.0, + "County": "Rockland County", + "Zip_Code": 10956.0 + }, + { + "Website": "https://maketheroadny.org/", + "Name": "Make the Road New York - Queens", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-565-8500", + "Address": "92-10 Roosevelt Avenue, Jackson Heights, NY 11372", + "Membership Status": ["Endorser"], + "lat": 40.7485278, + "lon": -73.874226, + "Senate_District": 13.0, + "Assembly_District": 34.0, + "County": "Queens County", + "Zip_Code": 11373.0 + }, + { + "Website": "www.camba.org", + "Name": "CAMBA", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "718-940-6311", + "Address": "20 Snyder Ave, Brooklyn, NY 11226", + "Membership Status": ["Coalition Member"], + "lat": 40.6484751875, + "lon": -73.9576813125, + "Senate_District": 21.0, + "Assembly_District": 42.0, + "County": "Kings County", + "Zip_Code": 11226.0 + }, + { + "Website": "https://www.nyac.com/contact-the-catskill-hudson-district", + "Name": "Catskill Hudson District - NY Conference of the United Methodist Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "914-615-2233", + "Address": "20 Soundview Ave - White Plains, NY 10606", + "Membership Status": ["Supporter"], + "lat": 41.01947205029323, + "lon": -73.77473885212137, + "Senate_District": 37.0, + "Assembly_District": 88.0, + "County": "Westchester County", + "Zip_Code": 10606.0 + }, + { + "Website": "https://wnylc.com/", + "Name": "Western New York Law Center (WNYLC)", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "716-855-0203", + "Address": "37 Franklin St 2nd floor, Buffalo, NY 14202", + "Membership Status": ["Endorser"], + "lat": 42.881694565217394, + "lon": -78.87790426086957, + "Senate_District": 63.0, + "Assembly_District": 141.0, + "County": "Erie County", + "Zip_Code": 14202.0 + }, + { + "Website": "https://www.theccsh.org/", + "Name": "Congregational Church of South Hempstead", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "516-489-3610", + "Address": "416 Woodland Dr, South Hempstead, NY 11550", + "Membership Status": ["Supporter"], + "lat": 40.686444, + "lon": -73.620765, + "Senate_District": 6.0, + "Assembly_District": 21.0, + "County": "Nassau County", + "Zip_Code": 11550.0 + }, + { + "Website": "https://www.blcdelmar.com/", + "Name": "Bethlehem Lutheran", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-748-9502", + "Address": "6917 4th Ave, Brooklyn, NY 11209", + "Membership Status": ["Supporter"], + "lat": 40.6341291, + "lon": -74.0235101, + "Senate_District": 26.0, + "Assembly_District": 64.0, + "County": "Kings County", + "Zip_Code": 11209.0 + }, + { + "Website": "https://www.housingworks.org/", + "Name": "Housing Works", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "347-473-7400", + "Address": "57 Willoughby St, Brooklyn, NY 11201", + "Membership Status": ["Endorser"], + "lat": 40.6923114, + "lon": -73.986632, + "Senate_District": 26.0, + "Assembly_District": 52.0, + "County": "Kings County", + "Zip_Code": 11201.0 + }, + { + "Website": "www.rochestercitywidetenantunion.org", + "Name": "City-Wide Tenant Union of Rochester", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "585-210-0705", + "Address": "402 South Ave, Rochester, NY 14620", + "Membership Status": ["Campaign Member"], + "lat": 43.14794065631212, + "lon": -77.60590209112063, + "Senate_District": 55.0, + "Assembly_District": 138.0, + "County": "Monroe County", + "Zip_Code": 14620.0 + }, + { + "Website": "https://cdalf.org/albany-central-federation-labor-afl-cio", + "Name": "Albany County Central Federation of Labor (ACCFL)", + "Legislation": ["Statewide Right to Counsel"], + "Address": "196 Mt Hope Dr, Albany, NY 12202", + "Membership Status": ["Supporter"], + "lat": 42.631529581054245, + "lon": -73.76978020286079, + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12202.0 + }, + { + "Website": "https://www.upperroomicc.org/", + "Name": "Upper Room Inclusive Catholic Community", + "Legislation": ["Statewide Right to Counsel"], + "Address": "431 New Karner Rd, Blg 1, Albany, NY 12205", + "Membership Status": ["Supporter"], + "lat": 42.7379789, + "lon": -73.8420552, + "Senate_District": 43.0, + "Assembly_District": 110.0, + "County": "Albany County", + "Zip_Code": 12205.0 + }, + { + "Website": "https://www.drumnyc.org/", + "Name": "Drum-Desis Rising Up & Moving", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-205-3036", + "Address": "72-18 Roosevelt Ave, Queens, NY 11372", + "Membership Status": ["Endorser"], + "lat": 40.746572, + "lon": -73.892856, + "Senate_District": 12.0, + "Assembly_District": 30.0, + "County": "Queens County", + "Zip_Code": 11377.0 + }, + { + "Website": "https://www.facebook.com/UNOTenantPower/", + "Name": "United Neighbors Organization (UNO) at SNA", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-388-5454", + "Address": "2 Kingsland Ave, Brooklyn, NY 11211", + "Membership Status": ["Endorser"], + "lat": 40.716978, + "lon": -73.940105, + "Senate_District": 18.0, + "Assembly_District": 53.0, + "County": "Kings County", + "Zip_Code": 11211.0 + }, + { + "Website": "https://www.nycpresbytery.org/", + "Name": "Presbytery of New York City", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-870-2221", + "Address": "475 Riverside Dr, New York, NY 10115", + "Membership Status": ["Supporter"], + "lat": 40.8109391, + "lon": -73.9640163, + "Senate_District": 30.0, + "Assembly_District": 69.0, + "County": "New York County", + "Zip_Code": 10115.0 + }, + { + "Website": "https://www.nyc.gov/site/manhattancb7/index.page", + "Name": "Manhattan Community Board 7", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-362-4008", + "Address": "250 W 87th St # 2, New York, NY 10024", + "Membership Status": ["Supporter"], + "lat": 40.78919236734694, + "lon": -73.97671902040815, + "Senate_District": 47.0, + "Assembly_District": 67.0, + "County": "New York County", + "Zip_Code": 10024.0 + }, + { + "Website": "www.justcauseny.org", + "Name": "JustCause", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "585-232-3051", + "Address": "1 W Main St #500, Rochester, NY 14614", + "Membership Status": ["Campaign Member"], + "lat": 43.1555562, + "lon": -77.6128795, + "Senate_District": 56.0, + "Assembly_District": 137.0, + "County": "Monroe County", + "Zip_Code": 14614.0 + }, + { + "Website": "https://bethelportvilleny.org/", + "Name": "Bethel Lutheran Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "716-933-6699", + "Address": "79 Brooklyn St, Portville, NY 14770", + "Membership Status": ["Supporter"], + "lat": 42.03855361193963, + "lon": -78.33174363607166, + "Senate_District": 57.0, + "Assembly_District": 148.0, + "County": "Cattaraugus County", + "Zip_Code": 14770.0 + }, + { + "Website": "https://www.albanylaw.edu/the-justice-center/pro-bono-society", + "Name": "Albany Law School Landlord Tenant Pro Bono Society", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-445-2328", + "Address": "80 New Scotland Ave, Albany, NY 12208", + "Membership Status": ["Supporter"], + "lat": 42.65391809090909, + "lon": -73.77299968181818, + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12208.0 + }, + { + "Website": "https://www.probono.net/", + "Name": "ProBono Net", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-760-2554", + "Address": "151 W 30th St #6, New York, NY 10001", + "Membership Status": ["Endorser"], + "lat": 40.7483075, + "lon": -73.991803, + "Senate_District": 28.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10001.0 + }, + { + "Website": "https://maketheroadny.org/", + "Name": "Make the Road New York - Brooklyn", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-418-7690", + "Address": "301 Grove Street, Brooklyn, NY 11237", + "Membership Status": ["Endorser"], + "lat": 40.69845625, + "lon": -73.9157421, + "Senate_District": 18.0, + "Assembly_District": 53.0, + "County": "Kings County", + "Zip_Code": 11237.0 + }, + { + "Website": "https://www.cb5.org/cb5m/?", + "Name": "Manhattan Community Board 5", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-465-0907", + "Address": "450 7th Avenue, Rm. 2109, New York, NY 10123", + "Membership Status": ["Supporter"], + "lat": 40.75148166666666, + "lon": -73.99038824242425, + "Senate_District": 28.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10001.0 + }, + { + "Website": "www.elderjusticeny.org", + "Name": "Center for Elder Law & Justice", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "716-853-3087", + "Address": "438 Main St #1200, Buffalo, NY 14202", + "Membership Status": ["Campaign Member"], + "lat": 42.88561371428571, + "lon": -78.87451859183673, + "Senate_District": 63.0, + "Assembly_District": 141.0, + "County": "Erie County", + "Zip_Code": 14202.0 + }, + { + "Website": "https://www.hlalaw.org/", + "Name": "Hiscock Legal Aid Society", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "315-422-8191", + "Address": "351 S Warren St, Syracuse, NY 13202", + "Membership Status": ["Endorser"], + "lat": 43.0473887, + "lon": -76.1504071, + "Senate_District": 48.0, + "Assembly_District": 129.0, + "County": "Onondaga County", + "Zip_Code": 13202.0 + }, + { + "Website": "https://www.dc37.net/benefits/MELS", + "Name": "District Council 37 Municipal Employees Legal Services (DC37) - New York", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-815-1111", + "Address": "AFSCME, AFL-CIO, 125 Barclay Street, New York, NY 10007", + "Membership Status": ["Coalition Member"], + "lat": 40.714348, + "lon": -74.013015, + "Senate_District": 27.0, + "Assembly_District": 66.0, + "County": "New York County", + "Zip_Code": 10007.0 + }, + { + "Website": "www.southsideunitedhdfc.org", + "Name": "Los Sures", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-387-3600", + "Address": "434 S 5th St, Brooklyn, NY 11211", + "Membership Status": ["Endorser"], + "lat": 40.7069956097561, + "lon": -73.95168287804879, + "Senate_District": 18.0, + "Assembly_District": 53.0, + "County": "Kings County", + "Zip_Code": 11211.0 + }, + { + "Website": "https://www.sttimothybemus.com/", + "Name": "St. Timothy Lutheran Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "716-386-7280", + "Address": "3748 NY-430, Bemus Point, NY 14712", + "Membership Status": ["Supporter"], + "lat": 42.14367100359165, + "lon": -79.36437128040943, + "Senate_District": 57.0, + "Assembly_District": 150.0, + "County": "Chautauqua County", + "Zip_Code": 14712.0 + }, + { + "Website": "https://www.cypresshills.org/", + "Name": "Cypress Hills Local Development Corporation", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-647-2800", + "Address": "625 Jamaica Ave, Brooklyn, NY 11208", + "Membership Status": ["Endorser"], + "lat": 40.68288944295302, + "lon": -73.88768830872483, + "Senate_District": 18.0, + "Assembly_District": 54.0, + "County": "Kings County", + "Zip_Code": 11208.0 + }, + { + "Website": "https://dignityandrights.org/", + "Name": "Partners for Dignity and Rights", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-253-1710", + "Address": "One Exchange Plaza, 55 Broadway Ste 309, New York, NY 10002", + "Membership Status": ["Campaign Member"], + "lat": 40.7068408, + "lon": -74.01304197614269, + "Senate_District": 27.0, + "Assembly_District": 61.0, + "County": "New York County", + "Zip_Code": 10006.0 + }, + { + "Website": "https://www.rochesteracts.org/", + "Name": "RocACTS Religious Leaders Caucus", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "585.546-7669", + "Address": "121 Fitzhugh Street North, Rochester, NY 14614", + "Membership Status": ["Supporter"], + "lat": 43.1574356, + "lon": -77.6160992, + "Senate_District": 56.0, + "Assembly_District": 137.0, + "County": "Monroe County", + "Zip_Code": 14608.0 + }, + { + "Website": "https://empirejustice.org/", + "Name": "Empire Justice Center - Yonkers", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "914-595-0910", + "Address": "30 South Broadway, 6th Floor, Yonkers, NY 10701", + "Membership Status": ["Campaign Member"], + "lat": 40.93293027961433, + "lon": -73.8986969862942, + "Senate_District": 35.0, + "Assembly_District": 90.0, + "County": "Westchester County", + "Zip_Code": 10701.0 + }, + { + "Website": "www.stnicksalliance.org", + "Name": "St. Nicks Alliance", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-388-5454", + "Address": "2 Kingsland Ave, Brooklyn, NY 11211", + "Membership Status": ["Endorser"], + "lat": 40.716978, + "lon": -73.940105, + "Senate_District": 18.0, + "Assembly_District": 53.0, + "County": "Kings County", + "Zip_Code": 11211.0 + }, + { + "Website": "www.cvhaction.org", + "Name": "Community Voices Heard", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-860-6001", + "Address": "115 E 106th St # 3, New York, NY 10029", + "Membership Status": ["Endorser"], + "lat": 40.79277608333334, + "lon": -73.9473125, + "Senate_District": 29.0, + "Assembly_District": 68.0, + "County": "New York County", + "Zip_Code": 10029.0 + }, + { + "Website": "https://www.hiwp.org/", + "Name": "Hebrew Institute of White Plains", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "914-948-3095", + "Address": "20 Greenridge Ave, White Plains, NY 10605", + "Membership Status": ["Supporter"], + "lat": 41.02454326034737, + "lon": -73.76509294491235, + "Senate_District": 37.0, + "Assembly_District": 88.0, + "County": "Westchester County", + "Zip_Code": 10605.0 + }, + { + "Website": "www.ndsny.org", + "Name": "Neighborhood Defender Service of Harlem", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-876-5500", + "Address": "Parking lot, 317 Lenox Ave, New York, NY 10027", + "Membership Status": ["Coalition Member"], + "lat": 40.80839, + "lon": -73.945365, + "Senate_District": 30.0, + "Assembly_District": 70.0, + "County": "New York County", + "Zip_Code": 10027.0 + }, + { + "Website": "https://cbmanhattan.cityofnewyork.us/cb4/about/", + "Name": "Manhattan Community Board 4", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-736-4536", + "Address": "424 W. 33rd Street, Suite 580, New York, NY 10001", + "Membership Status": ["Supporter"], + "lat": 40.753019, + "lon": -73.9982095, + "Senate_District": 47.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10001.0 + }, + { + "Website": "https://www.facebook.com/profile.php?id=100064544210388", + "Name": "Solidarity Committee of the Capital District", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Address": "Albany, New York", + "Membership Status": ["Campaign Member"], + "lat": "NaN", + "lon": "NaN", + "Senate_District": "NaN", + "Assembly_District": "NaN", + "County": "NaN", + "Zip_Code": "NaN" + }, + { + "Website": "www.uhab.org", + "Name": "Housing Organizers for People Empowerment (HOPE) at UHAB", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-479-3300", + "Address": "120 Wall St 20th floor, New York, NY 10005", + "Membership Status": ["Coalition Member"], + "lat": 40.704558, + "lon": -74.006184, + "Senate_District": 27.0, + "Assembly_District": 65.0, + "County": "New York County", + "Zip_Code": 10005.0 + }, + { + "Website": "https://capitaldistrictdsa.org/", + "Name": "Capital District Democratic Socialists of America", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Address": "P.O. Box 3821 \u00b7 Albany NY 12203", + "Membership Status": ["Campaign Member"], + "lat": "NaN", + "lon": "NaN", + "Senate_District": "NaN", + "Assembly_District": "NaN", + "County": "NaN", + "Zip_Code": "NaN" + }, + { + "Website": "https://www.facebook.com/tenantspac/", + "Name": "Tenants PAC", + "Legislation": ["Statewide Right to Counsel"], + "Address": "277 Broadway, New York, NY 10013", + "Membership Status": ["Endorser"], + "lat": 40.7143506, + "lon": -74.0063658, + "Senate_District": 27.0, + "Assembly_District": 66.0, + "County": "New York County", + "Zip_Code": 10007.0 + }, + { + "Website": "www.goddard.org", + "Name": "Goddard Riverside Law Project", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": " 212-799-9638", + "Address": "51 W 109th St, New York, NY 10025", + "Membership Status": ["Coalition Member"], + "lat": 40.8007509, + "lon": -73.9601869, + "Senate_District": 30.0, + "Assembly_District": 69.0, + "County": "New York County", + "Zip_Code": 10025.0 + }, + { + "Website": "www.alaa.org", + "Name": "UAW Local 2325 - Association of Legal Aid Attorneys", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-343-0708", + "Address": "1600 50, Broadway, New York, NY 10004", + "Membership Status": ["Campaign Member"], + "lat": 40.760295, + "lon": -73.984503, + "Senate_District": 28.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10019.0 + }, + { + "Website": "https://www.nyac.com/churchdetail/270587", + "Name": "Wakefield Grace United Methodist Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-324-1648", + "Address": "4750 White Plains Rd, Bronx, NY 10470", + "Membership Status": ["Supporter"], + "lat": 40.904422, + "lon": -73.84964566666667, + "Senate_District": 36.0, + "Assembly_District": 81.0, + "County": "Bronx County", + "Zip_Code": 10470.0 + }, + { + "Website": "www.liveon-ny.org", + "Name": "LiveOn NY", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-398-6565", + "Address": "49 W 45th St 7th Floor, New York, NY 10036", + "Membership Status": ["Coalition Member"], + "lat": 40.756147285714285, + "lon": -73.9810144489796, + "Senate_District": 28.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10036.0 + }, + { + "Website": "www.focuschurches.net", + "Name": "FOCUS Churches of Albany Inc", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-443-0460", + "Address": "275 State St, Albany, NY 12210", + "Membership Status": ["Supporter"], + "lat": 42.65432980585089, + "lon": -73.76143171606307, + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12210.0 + }, + { + "Website": "www.housinghelpinc.org", + "Name": "Housing Help Inc", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "631-754-0373", + "Address": "91 Broadway # 10, Greenlawn, NY 11740", + "Membership Status": ["Campaign Member"], + "lat": 40.8663308, + "lon": -73.3647835, + "Senate_District": 2.0, + "Assembly_District": 12.0, + "County": "Suffolk County", + "Zip_Code": 11740.0 + }, + { + "Website": "https://www.instagram.com/astoriatenantunion/?hl=en", + "Name": "Astoria Tenants Union", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Address": "Astoria, New York", + "Membership Status": ["Campaign Member"], + "lat": "NaN", + "lon": "NaN", + "Senate_District": "NaN", + "Assembly_District": "NaN", + "County": "NaN", + "Zip_Code": "NaN" + }, + { + "Website": "www.forthemany.org", + "Name": "For the Many", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "845-481-0703", + "Address": "302A Mill St Suite F, Poughkeepsie, NY 12601", + "Membership Status": ["Campaign Member"], + "lat": 41.704598, + "lon": -73.925863, + "Senate_District": 39.0, + "Assembly_District": 104.0, + "County": "Dutchess County", + "Zip_Code": 12601.0 + }, + { + "Website": "https://www.dc37.net/benefits/MELS", + "Name": "District Council 37 Municipal Employees Legal Services (DC37) - Nassau", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-815-1111", + "Address": "Nassau County, NY", + "Membership Status": ["Coalition Member"], + "lat": 40.7229536, + "lon": -73.6627939, + "Senate_District": 9.0, + "Assembly_District": 19.0, + "County": "Nassau County", + "Zip_Code": 11530.0 + }, + { + "Website": "https://withfriends.co/opera_house_tenant_union/about", + "Name": "The Opera House Tenants Union", + "Legislation": ["Statewide Right to Counsel"], + "Address": "27 Arion Pl Flat 116, Brooklyn, NY 11206", + "Membership Status": ["Endorser"], + "lat": 40.69825651020408, + "lon": -73.93645534693877, + "Senate_District": 18.0, + "Assembly_District": 53.0, + "County": "Kings County", + "Zip_Code": 11206.0 + }, + { + "Website": "https://utalbany.org/housing-for-all/#:~:text=Housing%20for%20All%20is%20a,in%20the%20City%20of%20Albany.", + "Name": "Housing for All Albany", + "Legislation": ["Statewide Right to Counsel"], + "Address": "Albany, NY", + "Membership Status": ["Endorser"], + "lat": "NaN", + "lon": "NaN", + "Senate_District": "NaN", + "Assembly_District": "NaN", + "County": "NaN", + "Zip_Code": "NaN" + }, + { + "Website": "www.legalaidnyc.org", + "Name": "The Legal Aid Society", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-577-3300", + "Address": "199 Water St, New York, NY 10038", + "Membership Status": ["Coalition Member"], + "lat": 40.7072009, + "lon": -74.0041584, + "Senate_District": 27.0, + "Assembly_District": 65.0, + "County": "New York County", + "Zip_Code": 10038.0 + }, + { + "Website": "https://dioceseny.org/", + "Name": "Episcopal Diocese of New York", + "Legislation": ["Statewide Right to Counsel"], + "Address": "1047 Amsterdam Ave, New York, NY 10025", + "Membership Status": ["Supporter"], + "lat": 40.803047612244896, + "lon": -73.96368224489795, + "Senate_District": 30.0, + "Assembly_District": 69.0, + "County": "New York County", + "Zip_Code": 10025.0 + }, + { + "Website": "www.fairhousingjustice.org", + "Name": "Fair Housing Justice Center, Inc.", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-400-8201", + "Address": "30-30 Northern Blvd #302, Queens, NY 11101", + "Membership Status": ["Endorser"], + "lat": 40.751361, + "lon": -73.933829, + "Senate_District": 12.0, + "Assembly_District": 36.0, + "County": "Queens County", + "Zip_Code": 11101.0 + }, + { + "Website": "https://qcba.org/page-18081", + "Name": "Queens Volunteer Lawyers Project, Inc.", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-739-4100", + "Address": "9035 148th St, Jamaica, NY 11435", + "Membership Status": ["Endorser"], + "lat": 40.701347, + "lon": -73.80608, + "Senate_District": 14.0, + "Assembly_District": 32.0, + "County": "Queens County", + "Zip_Code": 11435.0 + }, + { + "Website": "www.clusterinc.org", + "Name": "Cluster, Inc", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "914-963-6440", + "Address": "28 Wells Ave, Yonkers, NY 10701", + "Membership Status": ["Supporter"], + "lat": 40.936496, + "lon": -73.89989, + "Senate_District": 35.0, + "Assembly_District": 89.0, + "County": "Westchester County", + "Zip_Code": 10701.0 + }, + { + "Website": "https://takerootjustice.org/", + "Name": "TakeRoot Justice", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-810-6744", + "Address": "123 William St 16th floor, New York, NY 10038", + "Membership Status": ["Coalition Member"], + "lat": 40.709216, + "lon": -74.006888, + "Senate_District": 27.0, + "Assembly_District": 65.0, + "County": "New York County", + "Zip_Code": 10038.0 + }, + { + "Website": "https://ilny.us/", + "Name": "New York Association on Independent Living", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-465-4650", + "Address": "155 Washington Ave #208, Albany, NY 12210", + "Membership Status": ["Endorser"], + "lat": 42.6563989, + "lon": -73.7617797, + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12210.0 + }, + { + "Website": "www.sheltersofsaratoga.org", + "Name": "Shelters of Saratoga Inc", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-581-1097", + "Address": "14 Walworth St, Saratoga Springs, NY 12866", + "Membership Status": ["Endorser"], + "lat": 43.08072835483871, + "lon": -73.79174967741935, + "Senate_District": 44.0, + "Assembly_District": 113.0, + "County": "Saratoga County", + "Zip_Code": 12866.0 + }, + { + "Website": "https://ppgbuffalo.org/", + "Name": "Partnership for the Public Good", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "716-852-4191", + "Address": "617 Main St #300, Buffalo, NY 14203", + "Membership Status": ["Endorser"], + "lat": 42.8907026, + "lon": -78.8724926, + "Senate_District": 63.0, + "Assembly_District": 141.0, + "County": "Erie County", + "Zip_Code": 14203.0 + }, + { + "Website": "www.urbanjustice.org", + "Name": "Safety Net Project of the Urban Justice Center", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "646-602-5600", + "Address": "40 Rector St Floor 9, New York, NY 10006", + "Membership Status": ["Coalition Member"], + "lat": 40.7085722, + "lon": -74.0147295, + "Senate_District": 27.0, + "Assembly_District": 61.0, + "County": "New York County", + "Zip_Code": 10006.0 + }, + { + "Website": "www.unitedtenantsalbany.org", + "Name": "United Tenants of Albany", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "518-436-8997", + "Address": "255 Orange St, Albany, NY 12210", + "Membership Status": ["Campaign Member"], + "lat": 42.6586276, + "lon": -73.7587756, + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12210.0 + }, + { + "Website": "https://www.ftjc.org/", + "Name": "Fort Tryon Jewish Center", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "347-618-2450", + "Address": "729 W 181st St, New York, NY 10033", + "Membership Status": ["Supporter"], + "lat": 40.85034442857143, + "lon": -73.93603685714285, + "Senate_District": 31.0, + "Assembly_District": 72.0, + "County": "New York County", + "Zip_Code": 10033.0 + }, + { + "Website": "https://www.cbyarmonk.org/", + "Name": "Congregation B'nai Yisrael", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-879-1558", + "Address": "335 E 77th St, New York, NY 10075", + "Membership Status": ["Supporter"], + "lat": 40.77165130434783, + "lon": -73.95491673913044, + "Senate_District": 28.0, + "Assembly_District": 76.0, + "County": "New York County", + "Zip_Code": 10075.0 + }, + { + "Website": "https://www.umcq.org/", + "Name": "Queensbury United Methodist Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-793-9728", + "Address": "460 Aviation Rd, Queensbury, NY 12804", + "Membership Status": ["Supporter"], + "lat": 43.3285808, + "lon": -73.68721606139513, + "Senate_District": 45.0, + "Assembly_District": 114.0, + "County": "Warren County", + "Zip_Code": 12804.0 + }, + { + "Website": "https://maketheroadny.org/", + "Name": "Make the Road New York - Staten Island", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-727-1222", + "Address": "161 Port Richmond Avenue, Staten Island, NY 10302", + "Membership Status": ["Endorser"], + "lat": 40.6371634, + "lon": -74.1338219, + "Senate_District": 23.0, + "Assembly_District": 61.0, + "County": "Richmond County", + "Zip_Code": 10302.0 + }, + { + "Website": "https://ucceny.org/", + "Name": "United Community Centers Inc", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-649-7979", + "Address": "613 New Lots Ave, Brooklyn, NY 11207", + "Membership Status": ["Endorser"], + "lat": 40.6648125, + "lon": -73.8866216, + "Senate_District": 19.0, + "Assembly_District": 60.0, + "County": "Kings County", + "Zip_Code": 11207.0 + }, + { + "Website": "www.queensdefenders.com", + "Name": "Queens Defenders", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-261-3047", + "Address": "118-21 Queens Blvd, Forest Hills, NY 11375", + "Membership Status": ["Endorser"], + "lat": 40.7150191, + "lon": -73.8315347, + "Senate_District": 14.0, + "Assembly_District": 27.0, + "County": "Queens County", + "Zip_Code": 11375.0 + }, + { + "Website": "www.npcnys.org", + "Name": "Neighborhood Preservation Coalition of New York State, Inc.", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "518-432-6757", + "Address": "126 State St Suite 302, Albany, NY 12207", + "Membership Status": ["Campaign Member"], + "lat": 42.6502385, + "lon": -73.7548659, + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12207.0 + }, + { + "Website": "https://hcr.ny.gov/location/east-new-york-urban-youth-corps-inc", + "Name": "East Newyork Urban Youth Corps", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-922-2311", + "Address": "539 Alabama Ave, Brooklyn, NY 11207", + "Membership Status": ["Endorser"], + "lat": 40.6626998, + "lon": -73.8962794, + "Senate_District": 19.0, + "Assembly_District": 60.0, + "County": "Kings County", + "Zip_Code": 11207.0 + }, + { + "Website": "https://www.messiahny.org/", + "Name": "Messiah Lutheran Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-356-1050", + "Address": "205 Jefferson Blvd, Staten Island, NY 10312", + "Membership Status": ["Supporter"], + "lat": 40.5446658, + "lon": -74.1816976, + "Senate_District": 24.0, + "Assembly_District": 62.0, + "County": "Richmond County", + "Zip_Code": 10312.0 + }, + { + "Website": "www.caaav.org", + "Name": "CAAAV: Organizing Asian Communities", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-473-6485", + "Address": "55 Hester St, New York, NY 10002", + "Membership Status": ["Campaign Member"], + "lat": 40.71580651612904, + "lon": -73.99030222580646, + "Senate_District": 27.0, + "Assembly_District": 65.0, + "County": "New York County", + "Zip_Code": 10002.0 + }, + { + "Website": "https://firstpresalbany.org/", + "Name": "First Presbyterian Church of Albany", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-449-7332", + "Address": "362 State St, Albany, NY 12210", + "Membership Status": ["Supporter"], + "lat": 42.6559972, + "lon": -73.765033, + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12210.0 + }, + { + "Name": "Sanctuary Church", + "Legislation": ["Statewide Right to Counsel"], + "Address": "14 W 170th St, Bronx, NY 10452", + "Membership Status": ["Supporter"], + "lat": 40.8406424375, + "lon": -73.9186986875, + "Senate_District": 29.0, + "Assembly_District": 84.0, + "County": "Bronx County", + "Zip_Code": 10452.0 + }, + { + "Website": "www.nmic.org", + "Name": "Northern Manhattan Improvement Corporation", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-822-8300", + "Address": "45 Wadsworth Ave, New York, NY 10033", + "Membership Status": ["Coalition Member"], + "lat": 40.84681759090909, + "lon": -73.93729513636364, + "Senate_District": 31.0, + "Assembly_District": 72.0, + "County": "New York County", + "Zip_Code": 10033.0 + }, + { + "Website": "https://www.chaplains.care/", + "Name": "New York State Chaplain Task Force", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-749-8534", + "Address": "405 RXR Plaza, Uniondale, NY 11556", + "Membership Status": ["Supporter"], + "lat": 40.720289, + "lon": -73.58378, + "Senate_District": 6.0, + "Assembly_District": 18.0, + "County": "Nassau County", + "Zip_Code": 11556.0 + }, + { + "Website": "https://www.hvjc.org/", + "Name": "Hudson Valley Justice Center - Westchester County", + "Legislation": [ + "Statewide Right to Counsel", + "Clean Hands", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "914-308-3490", + "Address": "19 Court Street, Suite 305, White Plains, NY 10601", + "Membership Status": ["Campaign Member"], + "lat": 41.0320414, + "lon": -73.7673361, + "Senate_District": 37.0, + "Assembly_District": 93.0, + "County": "Westchester County", + "Zip_Code": 10601.0 + }, + { + "Website": "https://empirejustice.org/", + "Name": "Empire Justice Center - Long Island", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "631-533-5240", + "Address": "320 Carleton Ave, Central Islip, NY 11722", + "Membership Status": ["Campaign Member"], + "lat": 40.76654, + "lon": -73.1960336, + "Senate_District": 4.0, + "Assembly_District": 6.0, + "County": "Suffolk County", + "Zip_Code": 11722.0 + }, + { + "Website": "https://mobilizationforjustice.org/", + "Name": "Mobilization For Justice", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-417-3700", + "Address": "299 Broadway, Brooklyn, NY 10007", + "Membership Status": ["Coalition Member"], + "lat": 40.714104, + "lon": -74.006487, + "Senate_District": 27.0, + "Assembly_District": 66.0, + "County": "New York County", + "Zip_Code": 10007.0 + }, + { + "Website": "https://socialists.nyc/working-groups/", + "Name": "NYC DSA Housing Working Group", + "Legislation": ["Statewide Right to Counsel", "Winter Eviction Moratorium"], + "Address": "14 Jefferson St, New York, NY 10002", + "Membership Status": ["Endorser"], + "lat": 40.713795600000005, + "lon": -73.9887524, + "Senate_District": 27.0, + "Assembly_District": 65.0, + "County": "New York County", + "Zip_Code": 10002.0 + }, + { + "Website": "www.casapower.org", + "Name": "CASA: Community Action for Safe Apartments", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "718-716-8000", + "Address": "35 Marcy Pl, Bronx, NY 10452", + "Membership Status": ["Coalition Member"], + "lat": 40.8385615, + "lon": -73.9172203, + "Senate_District": 32.0, + "Assembly_District": 84.0, + "County": "Bronx County", + "Zip_Code": 10452.0 + }, + { + "Website": "https://volsprobono.org/", + "Name": "Volunteers of Legal Service", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-966-4400", + "Address": "40 Worth St Suite 829, New York, NY 10013", + "Membership Status": ["Endorser"], + "lat": 40.7173052, + "lon": -74.0069976, + "Senate_District": 27.0, + "Assembly_District": 66.0, + "County": "New York County", + "Zip_Code": 10013.0 + }, + { + "Website": "https://www.albanyny.gov/2187/Albany-Common-Council", + "Name": "Albany Common Council", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-434-5087", + "Address": "24 Eagle St # 202, Albany, NY 12207", + "Membership Status": ["Endorser"], + "lat": 42.653103214285714, + "lon": -73.75362704761905, + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12207.0 + }, + { + "Website": "https://ecbavlp.com/", + "Name": "Erie County Bar Association Volunteer Lawyers Project, Inc.", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "716-847-0662", + "Address": "438 Main St 7th floor, Buffalo, NY 14202", + "Membership Status": ["Endorser"], + "lat": 42.88561371428571, + "lon": -78.87451859183673, + "Senate_District": 63.0, + "Assembly_District": 141.0, + "County": "Erie County", + "Zip_Code": 14202.0 + }, + { + "Website": "https://www.lenoxhill.org/", + "Name": "Lenox Hill Neighborhood House ", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-744-5022", + "Address": "331 E 70th St, New York, NY 10021", + "Membership Status": ["Endorser"], + "lat": 40.76716995652174, + "lon": -73.9583324347826, + "Senate_District": 28.0, + "Assembly_District": 76.0, + "County": "New York County", + "Zip_Code": 10021.0 + }, + { + "Website": "https://empirejustice.org/", + "Name": "Empire Justice Center - White Plains", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Address": "80 North Broadway, White Plains, NY 10603", + "Membership Status": ["Campaign Member"], + "lat": 41.03966268631709, + "lon": -73.76699251866646, + "Senate_District": 37.0, + "Assembly_District": 93.0, + "County": "Westchester County", + "Zip_Code": 10603.0 + }, + { + "Website": "https://www.vocal-ny.org/chapter/rochester/", + "Name": "VOCAL-NY - Rochester", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-802-9540", + "Address": "189 N Water St, Rochester, NY 14604, USA", + "Membership Status": ["Endorser"], + "lat": 43.15980697959184, + "lon": -77.61153744897959, + "Senate_District": 56.0, + "Assembly_District": 137.0, + "County": "Monroe County", + "Zip_Code": 14604.0 + }, + { + "Website": "https://wnyhomeless.org/", + "Name": "Homeless Alliance of Western NY", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "716-853-1101", + "Address": "960 Main St, Buffalo, NY 14202", + "Membership Status": ["Endorser"], + "lat": 42.9007341, + "lon": -78.8696585, + "Senate_District": 63.0, + "Assembly_District": 141.0, + "County": "Erie County", + "Zip_Code": 14202.0 + }, + { + "Website": "https://www.vocal-ny.org/", + "Name": "VOCAL-NY - New York", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-802-9540", + "Address": "300 Douglass St, Brooklyn, NY 11217", + "Membership Status": ["Endorser"], + "lat": 40.679187, + "lon": -73.98166, + "Senate_District": 26.0, + "Assembly_District": 52.0, + "County": "Kings County", + "Zip_Code": 11217.0 + }, + { + "Website": "www.woodsideonthemove.org", + "Name": "Woodside On the Move", + "Legislation": ["Statewide Right to Counsel", "Winter Eviction Moratorium"], + "Phone": "718-476-8449", + "Address": "51-23 Queens Blvd, Queens, NY 11377", + "Membership Status": ["Endorser"], + "lat": 40.74283, + "lon": -73.913165, + "Senate_District": 12.0, + "Assembly_District": 37.0, + "County": "Queens County", + "Zip_Code": 11377.0 + }, + { + "Website": "https://www.covenantroc.org/", + "Name": "Covenant United Methodist Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "585-456 - 1979", + "Address": "1124 Culver Road, Rochester, NY 14609", + "Membership Status": ["Supporter"], + "lat": 43.165713, + "lon": -77.5628964, + "Senate_District": 55.0, + "Assembly_District": 138.0, + "County": "Monroe County", + "Zip_Code": 14609.0 + }, + { + "Website": "https://midtownsouthcc.org/", + "Name": "Midtown South Community Council", + "Legislation": [ + "Statewide Right to Counsel", + "Winter Eviction Moratorium", + "Clean Hands", + "Defend Right to Counsel" + ], + "Address": "331 W 38th St, New York, New York 10018, US", + "Membership Status": ["Coalition Member"], + "lat": 40.7551702244898, + "lon": -73.99250291836735, + "Senate_District": 47.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10018.0 + }, + { + "Website": "https://empirejustice.org/", + "Name": "Empire Justice Center - Rochester", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "585-454-4060", + "Address": "One West Main Street, Ste. 200, Rochester, NY 14614", + "Membership Status": ["Campaign Member"], + "lat": 43.1554214, + "lon": -77.61310156273515, + "Senate_District": 56.0, + "Assembly_District": 137.0, + "County": "Monroe County", + "Zip_Code": 14614.0 + }, + { + "Website": "www.lifairhousing.org", + "Name": "Long Island Housing Services Inc", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "631-567-5111", + "Address": "640 Johnson Ave, Bohemia, NY 11716", + "Membership Status": ["Campaign Member"], + "lat": 40.78040478000204, + "lon": -73.09676938454011, + "Senate_District": 8.0, + "Assembly_District": 7.0, + "County": "Suffolk County", + "Zip_Code": 11716.0 + }, + { + "Website": "www.uhab.org", + "Name": "UHAB | Urban Homesteading Assistance Board", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-479-3300", + "Address": "120 Wall St 20th floor, New York, NY 10005", + "Membership Status": ["Endorser"], + "lat": 40.704558, + "lon": -74.006184, + "Senate_District": 27.0, + "Assembly_District": 65.0, + "County": "New York County", + "Zip_Code": 10005.0 + }, + { + "Website": "https://syracusetenant.org/", + "Name": "Greater Syracuse Tenants Network", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "315-475-8092", + "Address": "751 James St, Syracuse, NY 13203", + "Membership Status": ["Supporter"], + "lat": 43.05573830612245, + "lon": -76.14178948979593, + "Senate_District": 48.0, + "Assembly_District": 129.0, + "County": "Onondaga County", + "Zip_Code": 13203.0 + }, + { + "Website": "https://www.syracusetenantsunion.com/about", + "Name": "Syracuse Tenant Union", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "315-308-0130", + "Address": "Syracuse, New York", + "Membership Status": ["Campaign Member"], + "lat": "NaN", + "lon": "NaN", + "Senate_District": "NaN", + "Assembly_District": "NaN", + "County": "NaN", + "Zip_Code": "NaN" + }, + { + "Website": "www.bds.org", + "Name": "Brooklyn Defender Services", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "718-254-0700", + "Address": "177 Livingston St #7, Brooklyn, NY 11201", + "Membership Status": ["Coalition Member"], + "lat": 40.6901951, + "lon": -73.9867963, + "Senate_District": 26.0, + "Assembly_District": 52.0, + "County": "Kings County", + "Zip_Code": 11201.0 + }, + { + "Website": "https://wpcalbany.org/", + "Name": "Westminster Presbyterian Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-449-7332", + "Address": "85 Chestnut St, Albany, NY 12210", + "Membership Status": ["Supporter"], + "lat": 42.6535144, + "lon": -73.7613522, + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12210.0 + }, + { + "Website": "https://www.princebaycommunitychurch.org/", + "Name": "Prince\u2019s Bay Reformed Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-984-4526", + "Address": "239 Seguine Ave, Staten Island, NY 10309", + "Membership Status": ["Supporter"], + "lat": 40.520652, + "lon": -74.197552, + "Senate_District": 24.0, + "Assembly_District": 62.0, + "County": "Richmond County", + "Zip_Code": 10309.0 + }, + { + "Website": "https://www.lscny.org/", + "Name": "Legal Services of Central New York", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "315-703-6500", + "Address": "221 S Warren St #300, Syracuse, NY 13202", + "Membership Status": ["Endorser"], + "lat": 43.04929740816327, + "lon": -76.1506378367347, + "Senate_District": 48.0, + "Assembly_District": 129.0, + "County": "Onondaga County", + "Zip_Code": 13202.0 + }, + { + "Website": "https://www.vocal-ny.org/chapter/westchester-county/", + "Name": "VOCAL-NY - Westchester County", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-802-9540", + "Address": "Westchester County, NY, USA", + "Membership Status": ["Endorser"], + "lat": 41.031235, + "lon": -73.759928, + "Senate_District": 37.0, + "Assembly_District": 93.0, + "County": "Westchester County", + "Zip_Code": 10605.0 + }, + { + "Website": "https://www.cb8m.com/", + "Name": "Manhattan Community Board 8", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-758-4340", + "Address": "505 Park Ave #620, New York, NY 10022", + "Membership Status": ["Endorser"], + "lat": 40.763121, + "lon": -73.969525, + "Senate_District": 28.0, + "Assembly_District": 73.0, + "County": "New York County", + "Zip_Code": 10022.0 + }, + { + "Website": "www.hcc-nyc.org", + "Name": "Housing Conservation Coordinators", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-541-5996", + "Address": "777 10th Ave #1, New York, NY 10019", + "Membership Status": ["Coalition Member"], + "lat": 40.76567086956522, + "lon": -73.991193, + "Senate_District": 47.0, + "Assembly_District": 67.0, + "County": "New York County", + "Zip_Code": 10019.0 + }, + { + "Website": "www.nhnhome.org", + "Name": "Neighbors Helping Neighbors", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "718-237-2017", + "Address": "621 Degraw St, Brooklyn, NY 11217", + "Membership Status": ["Campaign Member"], + "lat": 40.678865875, + "lon": -73.9824081875, + "Senate_District": 26.0, + "Assembly_District": 52.0, + "County": "Kings County", + "Zip_Code": 11217.0 + }, + { + "Website": "www.wroinc.org", + "Name": "Westchester Residential Opportunities", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "914-428-4507", + "Address": "470 Mamaroneck Ave # 410, White Plains, NY 10605", + "Membership Status": ["Endorser"], + "lat": 41.0226218, + "lon": -73.7601182, + "Senate_District": 37.0, + "Assembly_District": 88.0, + "County": "Westchester County", + "Zip_Code": 10605.0 + }, + { + "Website": "https://csjcarondelet.org/locations/albany/", + "Name": "Sisters of St. Joseph of Carondelet", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-783-3500", + "Address": "385 Watervliet-Shaker Road, Latham, NY 12110-4799", + "Membership Status": ["Supporter"], + "lat": 42.7293503, + "lon": -73.7385651, + "Senate_District": 43.0, + "Assembly_District": 110.0, + "County": "Albany County", + "Zip_Code": 12110.0 + }, + { + "Website": "https://lssa2320.org/", + "Name": "Legal Services of the Hudson Valley's Staff Attorney Association, National Organization of Legal Service Workers, Local 2320", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-228-0992", + "Address": "Hudson Valley, NY", + "Membership Status": ["Endorser"], + "lat": 41.88982285, + "lon": -74.0149535616075, + "Senate_District": 41.0, + "Assembly_District": 103.0, + "County": "Ulster County", + "Zip_Code": 12401.0 + }, + { + "Website": "https://pslweb.org/", + "Name": "Party for Socialism and Liberation - New York City", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-694-8762", + "Address": "2295 Adam Clayton Powell Blvd. #1, New York City, NY 10030", + "Membership Status": ["Endorser"], + "lat": 40.814959, + "lon": -73.943629, + "Senate_District": 30.0, + "Assembly_District": 70.0, + "County": "New York County", + "Zip_Code": 10030.0 + }, + { + "Website": "http://www.walkermemorialbaptistchurch.com/", + "Name": "Walker Memorial Baptist Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-588-4262", + "Address": "120 E 169th St, Bronx, NY 10452", + "Membership Status": ["Supporter"], + "lat": 40.83690720408163, + "lon": -73.917442, + "Senate_District": 29.0, + "Assembly_District": 84.0, + "County": "Bronx County", + "Zip_Code": 10452.0 + }, + { + "Website": "www.wearebcs.org", + "Name": "Brooklyn Community Services", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-310-5600", + "Address": "151 Lawrence St 4th floor, Brooklyn, NY 11201", + "Membership Status": ["Endorser"], + "lat": 40.69178577142857, + "lon": -73.98618477142857, + "Senate_District": 26.0, + "Assembly_District": 52.0, + "County": "Kings County", + "Zip_Code": 11201.0 + }, + { + "Website": "www.coalitionforthehomeless.org", + "Name": "Coalition for the Homeless", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-776-2000", + "Address": "129 Fulton St, New York, NY 10038", + "Membership Status": ["Coalition Member"], + "lat": 40.7102102, + "lon": -74.0075044, + "Senate_District": 27.0, + "Assembly_District": 65.0, + "County": "New York County", + "Zip_Code": 10038.0 + }, + { + "Website": "www.liftingupwestchester.org", + "Name": "Lifting Up Westchester", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "914-949-3098", + "Address": "35 Orchard St, White Plains, NY 10603", + "Membership Status": ["Endorser"], + "lat": 41.04715775, + "lon": -73.7664031125, + "Senate_District": 37.0, + "Assembly_District": 93.0, + "County": "Westchester County", + "Zip_Code": 10603.0 + }, + { + "Website": "www.lipc.org", + "Name": "Long Island Progressive Coalition", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "516-541-1006", + "Address": "90 Pennsylvania Ave, Massapequa, NY 11758", + "Membership Status": ["Campaign Member"], + "lat": 40.6786797, + "lon": -73.4721662, + "Senate_District": 8.0, + "Assembly_District": 17.0, + "County": "Nassau County", + "Zip_Code": 11758.0 + }, + { + "Website": "https://www.ridgewoodtenantsunion.org/", + "Name": "Ridgewood Tenants Union", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "732-835-2344", + "Address": "Ridgewood, Queens, NY", + "Membership Status": ["Coalition Member"], + "lat": "NaN", + "lon": "NaN", + "Senate_District": "NaN", + "Assembly_District": "NaN", + "County": "NaN", + "Zip_Code": "NaN" + }, + { + "Name": "Sisters of St. Dominic", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "845-359-5691", + "Address": "496 Western Hwy S, Blauvelt, NY 10913", + "Membership Status": ["Supporter"], + "lat": 41.053427, + "lon": -73.955152, + "Senate_District": 38.0, + "Assembly_District": 97.0, + "County": "Rockland County", + "Zip_Code": 10962.0 + }, + { + "Website": "https://www.facebook.com/GreaterMtCalvaryNY/", + "Name": "Greater Mt. Calvary", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-465-8881", + "Address": "194-59 Murdock Ave, Queens, NY 11412", + "Membership Status": ["Supporter"], + "lat": 40.6991422, + "lon": -73.7584484, + "Senate_District": 14.0, + "Assembly_District": 33.0, + "County": "Queens County", + "Zip_Code": 11412.0 + }, + { + "Website": "https://www.dc37.net/benefits/MELS", + "Name": "District Council 37 Municipal Employees Legal Services (DC37) - Rockland", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-815-1111", + "Address": "Rockland County, NY", + "Membership Status": ["Coalition Member"], + "lat": 41.1330926, + "lon": -74.08863954570006, + "Senate_District": 38.0, + "Assembly_District": 98.0, + "County": "Rockland County", + "Zip_Code": 10901.0 + }, + { + "Website": "https://justiceandopportunity.org/", + "Name": "John Jay College Institute for Justice and Opportunity", + "Legislation": ["Statewide Right to Counsel"], + "Address": "555 W 57th St, Suite 603, New York, New York 10019", + "Membership Status": ["Endorser"], + "lat": 40.7700413, + "lon": -73.9902036, + "Senate_District": 47.0, + "Assembly_District": 67.0, + "County": "New York County", + "Zip_Code": 10019.0 + }, + { + "Website": "https://www.vocal-ny.org/chapter/syracuse/", + "Name": "VOCAL-NY - Syracuse", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-802-9540", + "Address": "Syracuse, NY, USA", + "Membership Status": ["Endorser"], + "lat": "NaN", + "lon": "NaN", + "Senate_District": "NaN", + "Assembly_District": "NaN", + "County": "NaN", + "Zip_Code": "NaN" + }, + { + "Website": "www.fifthave.org", + "Name": "Fifth Avenue Committee", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-237-2017", + "Address": "621 Degraw St, Brooklyn, NY 11217", + "Membership Status": ["Endorser"], + "lat": 40.678865875, + "lon": -73.9824081875, + "Senate_District": 26.0, + "Assembly_District": 52.0, + "County": "Kings County", + "Zip_Code": 11217.0 + }, + { + "Website": "https://www.facebook.com/SICouncil/", + "Name": "Staten Island Council of Churches", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-761-6782", + "Address": "2024 Richmond Ave, Staten Island, NY 10314", + "Membership Status": ["Supporter"], + "lat": 40.59845055555556, + "lon": -74.162671, + "Senate_District": 24.0, + "Assembly_District": 63.0, + "County": "Richmond County", + "Zip_Code": 10314.0 + }, + { + "Website": "www.homeny.org", + "Name": "Housing Opportunities Made Equal (HOME)", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "716-854-1400", + "Address": "1542 Main St, Buffalo, NY 14209", + "Membership Status": ["Endorser"], + "lat": 42.9154872, + "lon": -78.8646268, + "Senate_District": 61.0, + "Assembly_District": 141.0, + "County": "Erie County", + "Zip_Code": 14209.0 + }, + { + "Website": "https://westsideneighborhoodalliance.wordpress.com/about/", + "Name": "West Side Neighborhood Alliance", + "Legislation": [ + "Statewide Right to Counsel", + "Clean Hands", + "Winter Eviction Moratorium", + "Defend Right to Counsel" + ], + "Phone": "212-541-5996 x.16", + "Address": "777 10th Ave #1, New York, NY 10019", + "Membership Status": ["Coalition Member"], + "lat": 40.76567086956522, + "lon": -73.991193, + "Senate_District": 47.0, + "Assembly_District": 67.0, + "County": "New York County", + "Zip_Code": 10019.0 + }, + { + "Website": "www.cidny.org", + "Name": "Center For Independence of the Disabled, New York", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-674-2300", + "Address": "1010 6th Ave, New York, NY 10018", + "Membership Status": ["Coalition Member"], + "lat": 40.75192223076923, + "lon": -73.98611192307692, + "Senate_District": 28.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10018.0 + }, + { + "Name": "The Alternative to Economic and Housing Displacement, Inc.", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Address": "256 Otange St., Ste 203, Albany, NY 12210", + "Membership Status": ["Campaign Member"], + "lat": 42.658234, + "lon": -73.758934, + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12210.0 + }, + { + "Website": "https://www.judson.org/", + "Name": "Judson Memorial Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-477-0351", + "Address": "55 Washington Square S, New York, NY 10012", + "Membership Status": ["Supporter"], + "lat": 40.730295, + "lon": -73.998307, + "Senate_District": 27.0, + "Assembly_District": 66.0, + "County": "New York County", + "Zip_Code": 10012.0 + }, + { + "Website": "https://www.facebook.com/lpacnyc/", + "Name": "Latino Pastoral Action Center", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-681-2361", + "Address": "14 W 170th St, Bronx, NY 10452", + "Membership Status": ["Supporter"], + "lat": 40.8406424375, + "lon": -73.9186986875, + "Senate_District": 29.0, + "Assembly_District": 84.0, + "County": "Bronx County", + "Zip_Code": 10452.0 + }, + { + "Website": "www.cssny.org", + "Name": "Community Service Society", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-254-8900", + "Address": "633 3rd Ave 10th floor, New York, NY 10017", + "Membership Status": ["Coalition Member"], + "lat": 40.749776, + "lon": -73.974898, + "Senate_District": 59.0, + "Assembly_District": 73.0, + "County": "New York County", + "Zip_Code": 10017.0 + }, + { + "Website": "https://longislandactivists.org/", + "Name": "Long Island Activists", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Address": "Long Island, NY", + "Membership Status": ["Campaign Member"], + "lat": "NaN", + "lon": "NaN", + "Senate_District": "NaN", + "Assembly_District": "NaN", + "County": "NaN", + "Zip_Code": "NaN" + }, + { + "Website": "www.prattcenter.net", + "Name": "Pratt Center for Community Development", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-636-3486", + "Address": "200 Willoughby Ave, Brooklyn, NY 11205", + "Membership Status": ["Endorser"], + "lat": 40.6910823, + "lon": -73.965137, + "Senate_District": 25.0, + "Assembly_District": 57.0, + "County": "Kings County", + "Zip_Code": 11205.0 + }, + { + "Website": "https://specbuffalo.org/", + "Name": "St. Philip's Episcopal Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "716-833-0442", + "Address": "18 Sussex St, Buffalo, NY 14215", + "Membership Status": ["Supporter"], + "lat": 42.92732933333333, + "lon": -78.828398, + "Senate_District": 63.0, + "Assembly_District": 141.0, + "County": "Erie County", + "Zip_Code": 14215.0 + }, + { + "Website": "www.chhayacdc.org", + "Name": "Chhaya CDC Richmond Hill Center", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-374-3371", + "Address": "121-18 Liberty Ave 2nd floor, South Richmond Hill, NY 11419", + "Membership Status": ["Supporter"], + "lat": 40.687039, + "lon": -73.821751, + "Senate_District": 15.0, + "Assembly_District": 24.0, + "County": "Queens County", + "Zip_Code": 11419.0 + }, + { + "Website": "https://stpaulandstandrew.org/", + "Name": "St. Paul and St. Andrew United Methodist Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-362-3179", + "Address": "263 W 86th St, New York, NY 10024", + "Membership Status": ["Supporter"], + "lat": 40.78855775, + "lon": -73.97686024999999, + "Senate_District": 47.0, + "Assembly_District": 67.0, + "County": "New York County", + "Zip_Code": 10024.0 + }, + { + "Website": "www.legalservicesnyc.org", + "Name": "Legal Services NYC", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "646-442-3575", + "Address": "40 Worth St Suite 606, New York, NY 10013", + "Membership Status": ["Coalition Member"], + "lat": 40.7173052, + "lon": -74.0069976, + "Senate_District": 27.0, + "Assembly_District": 66.0, + "County": "New York County", + "Zip_Code": 10013.0 + }, + { + "Website": "https://youthrepresent.org/", + "Name": "Youth Represent", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "646-759-8080", + "Address": "11 Park Pl #1512, New York, NY 10007", + "Membership Status": ["Endorser"], + "lat": 40.7130009, + "lon": -74.0083413, + "Senate_District": 27.0, + "Assembly_District": 66.0, + "County": "New York County", + "Zip_Code": 10007.0 + }, + { + "Website": "https://lssa2320.org/", + "Name": "Legal Services Staff Association 2320 (LSSA 2320)", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-228-0097", + "Address": "350 W 31st St, New York, NY 10001", + "Membership Status": ["Endorser"], + "lat": 40.750803510204086, + "lon": -73.99633851020408, + "Senate_District": 47.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10001.0 + }, + { + "Website": "www.cpc-nyc.org", + "Name": "Chinese-American Planning Council ", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-431-2320", + "Address": "4812 9th Ave, Brooklyn, NY 11220", + "Membership Status": ["Endorser"], + "lat": 40.64081518367348, + "lon": -74.0005737755102, + "Senate_District": 17.0, + "Assembly_District": 49.0, + "County": "Kings County", + "Zip_Code": 11220.0 + }, + { + "Website": "https://www.accessjusticebrooklyn.org/", + "Name": "Access Justice Brooklyn", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-624-3894", + "Address": "44 Court Street, Suite 1206,k Brooklyn, NY 11201", + "Membership Status": ["Endorser"], + "lat": 40.692693, + "lon": -73.991017, + "Senate_District": 26.0, + "Assembly_District": 52.0, + "County": "Kings County", + "Zip_Code": 11201.0 + }, + { + "Website": "https://buffalo-dsa.org/", + "Name": "Buffalo Democratic Socialists of America", + "Legislation": ["Statewide Right to Counsel"], + "Address": "Buffalo, NY", + "Membership Status": ["Endorser"], + "lat": "NaN", + "lon": "NaN", + "Senate_District": "NaN", + "Assembly_District": "NaN", + "County": "NaN", + "Zip_Code": "NaN" + }, + { + "Website": "www.centerforsafetyandchange.org", + "Name": "Center for Safety & Change", + "Legislation": ["Statewide Right to Counsel"], + "Phone": " 845-634-3391", + "Address": "9 Johnsons Ln, New City, NY 10956", + "Membership Status": ["Endorser"], + "lat": 41.1296231, + "lon": -73.9906921, + "Senate_District": 38.0, + "Assembly_District": 96.0, + "County": "Rockland County", + "Zip_Code": 10956.0 + }, + { + "Website": "https://episcopalpartnership.org/", + "Name": "Episcopal Diocese WNY", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "716-881-0660", + "Address": "1064 Brighton Road, Tonawanda, NY 14150", + "Membership Status": ["Supporter"], + "lat": 42.9914215, + "lon": -78.833507, + "Senate_District": 61.0, + "Assembly_District": 140.0, + "County": "Erie County", + "Zip_Code": 14150.0 + }, + { + "Website": "https://westchesterlegislators.com/", + "Name": "Westchester County Board of Legislators", + "Legislation": ["Statewide Right to Counsel"], + "Address": "148 Martine Ave, White Plains, NY 10601", + "Membership Status": ["Endorser"], + "lat": 41.03116738099204, + "lon": -73.76686565257546, + "Senate_District": 37.0, + "Assembly_District": 93.0, + "County": "Westchester County", + "Zip_Code": 10601.0 + }, + { + "Website": "https://www.legalservicesnyc.org/our-program/bronx", + "Name": "Bronx Legal Services", + "Legislation": [ + "Statewide Right to Counsel", + "Clean Hands", + "Winter Eviction Moratorium", + "Defend Right to Counsel" + ], + "Phone": "917-661-4500", + "Address": "349 East 149th St., 10th Floor, Bronx, NY 10451", + "Membership Status": ["Coalition Member"], + "lat": 40.8167916, + "lon": -73.9198227, + "Senate_District": 29.0, + "Assembly_District": 84.0, + "County": "Bronx County", + "Zip_Code": 10451.0 + }, + { + "Website": "https://www.nydis.org/", + "Name": "New York Disaster Interfaith Services", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-669-6100", + "Address": "4 W 43rd St Suite #407, New York, NY 10036", + "Membership Status": ["Supporter"], + "lat": 40.7544434, + "lon": -73.9813232, + "Senate_District": 28.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10110.0 + }, + { + "Website": "https://www.lasroc.org/", + "Name": "Legal Aid Society of Rochester", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "585-232-4090", + "Address": "One W Main St, Rochester, NY 14614", + "Membership Status": ["Endorser"], + "lat": 42.50934355, + "lon": -78.67542406481718, + "Senate_District": 60.0, + "Assembly_District": 147.0, + "County": "Erie County", + "Zip_Code": 14141.0 + }, + { + "Website": "www.communitiesresist.org", + "Name": "Communities Resist", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": " 646-974-8761", + "Address": "312 Broadway 2nd Floor, Brooklyn, NY 11211", + "Membership Status": ["Coalition Member"], + "lat": 40.707843, + "lon": -73.95650842857142, + "Senate_District": 18.0, + "Assembly_District": 50.0, + "County": "Kings County", + "Zip_Code": 11211.0 + }, + { + "Website": "https://www.alaa.org/", + "Name": "Association of Legal Aid Attorneys -- UAW Local 2325", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-343-0708", + "Address": "1600 50, Broadway, New York, NY 10004", + "Membership Status": ["Endorser"], + "lat": 40.760295, + "lon": -73.984503, + "Senate_District": 28.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10019.0 + }, + { + "Website": "https://brooklynevictiondefense.org/en/", + "Name": "Brooklyn Eviction Defense", + "Legislation": ["Winter Eviction Moratorium"], + "Phone": "917-982-2265", + "Address": "Brooklyn, NY", + "Membership Status": ["Endorser"], + "lat": 40.65973505, + "lon": -74.00358737108004, + "Senate_District": 26.0, + "Assembly_District": 51.0, + "County": "Kings County", + "Zip_Code": 11232.0 + }, + { + "Website": "https://www.laborreligion.org/", + "Name": "Greater New York Labor Religion Coalition", + "Legislation": ["Statewide Right to Counsel"], + "Address": "85 Chestnut St., Albany, NY 12210", + "Membership Status": ["Supporter"], + "lat": 42.6535144, + "lon": -73.7613522, + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12210.0 + }, + { + "Website": "www.catholicmigration.org", + "Name": "Catholic Migration Services", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "347-472-3500", + "Address": "47-01 Queens Blvd #203b, Sunnyside, NY 11104", + "Membership Status": ["Coalition Member"], + "lat": 40.743327, + "lon": -73.917577, + "Senate_District": 12.0, + "Assembly_District": 37.0, + "County": "Queens County", + "Zip_Code": 11104.0 + }, + { + "Website": "www.preventchildabuseny.org", + "Name": "Prevent Child Abuse New York", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "800-244-5373", + "Address": "1 Steuben Place Suite 120, Albany, NY 12207", + "Membership Status": ["Campaign Member"], + "lat": 42.65176505, + "lon": -73.75200146253411, + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12207.0 + }, + { + "Website": "https://www.hvjc.org/", + "Name": "Hudson Valley Justice Center - Yonkers", + "Legislation": [ + "Statewide Right to Counsel", + "Clean Hands", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "914-308-3490 ", + "Address": "30 S Broadway, Suite 701, Yonkers, NY 10701", + "Membership Status": ["Campaign Member"], + "lat": 40.93293027961433, + "lon": -73.8986969862942, + "Senate_District": 35.0, + "Assembly_District": 90.0, + "County": "Westchester County", + "Zip_Code": 10701.0 + }, + { + "Website": "https://www.hvjc.org/", + "Name": "Hudson Valley Justice Center - Orange County", + "Legislation": [ + "Statewide Right to Counsel", + "Clean Hands", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "914-308-3490", + "Address": "10 Little Britain Road, Suite, Newburgh, NY 12550 202", + "Membership Status": ["Campaign Member"], + "lat": 41.50027116797425, + "lon": -74.03136428522362, + "Senate_District": 39.0, + "Assembly_District": 104.0, + "County": "Orange County", + "Zip_Code": 12550.0 + }, + { + "Website": "https://mvut.org/", + "Name": "Mt Vernon United Tenants", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "914-699-1114", + "Address": "2 Gramatan Avenue, Room 312, PO Box 2107, Mt. Vernon, NY", + "Membership Status": ["Campaign Member"], + "lat": 40.912048, + "lon": -73.837594, + "Senate_District": 36.0, + "Assembly_District": 89.0, + "County": "Westchester County", + "Zip_Code": 10550.0 + }, + { + "Website": "https://mcah.squarespace.com/", + "Name": "Mamaroneck Coalition for Affordable Housing", + "Legislation": ["Winter Eviction Moratorium", "Statewide Right to Counsel"], + "Address": "Mamaroneck, NY", + "Membership Status": ["Endorser"], + "lat": "NaN", + "lon": "NaN", + "Senate_District": "NaN", + "Assembly_District": "NaN", + "County": "NaN", + "Zip_Code": "NaN" + }, + { + "Website": "www.lawschool.cornell.edu", + "Name": "Cornell Law School Tenants Advocacy Practicum", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "607-255-5141", + "Address": "Myron Taylor Hall, Ithaca, NY 14853", + "Membership Status": ["Endorser"], + "lat": 42.44383375, + "lon": -76.4857854180963, + "Senate_District": 52.0, + "Assembly_District": 125.0, + "County": "Tompkins County", + "Zip_Code": 14850.0 + }, + { + "Website": "https://gatespres.org/", + "Name": "Gates Presbyterian Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "585-247-5292", + "Address": "1049 Wegman Rd, Rochester, NY 14624", + "Membership Status": ["Supporter"], + "lat": 43.1491088, + "lon": -77.7124535, + "Senate_District": 56.0, + "Assembly_District": 137.0, + "County": "Monroe County", + "Zip_Code": 14624.0 + }, + { + "Website": "www.ecbavlp.com", + "Name": "Volunteer Lawyers Project", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "716-847-0662", + "Address": "438 Main St 7th floor, Buffalo, NY 14202", + "Membership Status": ["Campaign Member"], + "lat": 42.88561371428571, + "lon": -78.87451859183673, + "Senate_District": 63.0, + "Assembly_District": 141.0, + "County": "Erie County", + "Zip_Code": 14202.0 + }, + { + "Website": "https://www.justfix.org/", + "Name": "JustFix.nyc", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Address": "55 Prospect St, Brooklyn, NY 11201", + "Membership Status": ["Campaign Member"], + "lat": 40.7007816, + "lon": -73.9882207, + "Senate_District": 26.0, + "Assembly_District": 52.0, + "County": "Kings County", + "Zip_Code": 11201.0 + }, + { + "Website": "www.nycclc.org", + "Name": "NY City Central Labor Council, AFL-CIO", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-604-9552", + "Address": "350 W 31st St, New York, NY 10001", + "Membership Status": ["Coalition Member"], + "lat": 40.750803510204086, + "lon": -73.99633851020408, + "Senate_District": 47.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10001.0 + }, + { + "Website": "https://maketheroadny.org/", + "Name": "Make the Road New York - White Plains", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "914-948-8466", + "Address": "46 Waller Ave, White Plains, NY 10605", + "Membership Status": ["Endorser"], + "lat": 41.02702093333333, + "lon": -73.76294766666668, + "Senate_District": 37.0, + "Assembly_District": 93.0, + "County": "Westchester County", + "Zip_Code": 10605.0 + }, + { + "Website": "www.bronxdefenders.org", + "Name": "The Bronx Defenders", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "718-838-7878", + "Address": "360 E 161 St, Bronx, NY 10451", + "Membership Status": ["Coalition Member"], + "lat": 40.824525, + "lon": -73.915405, + "Senate_District": 32.0, + "Assembly_District": 79.0, + "County": "Bronx County", + "Zip_Code": 10451.0 + }, + { + "Website": "https://www.jasa.org/services/legal", + "Name": "JASA/Legal Services for Elder Justice", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-273-5200 ", + "Address": "247 West 37th Street, New York, NY 10018", + "Membership Status": ["Endorser"], + "lat": 40.75353206122449, + "lon": -73.99052987755103, + "Senate_District": 28.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10018.0 + }, + { + "Website": "https://rurallawcenter.org/", + "Name": "Rural Law Center of New York", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-561-5460", + "Address": "22 US Oval unit 101, Plattsburgh, NY 12903", + "Membership Status": ["Endorser"], + "lat": 44.6845569, + "lon": -73.4466145, + "Senate_District": 45.0, + "Assembly_District": 115.0, + "County": "Clinton County", + "Zip_Code": 12903.0 + }, + { + "Website": "https://www.facebook.com/APhilipRandolphSquareAlliance/", + "Name": "A Philip Randolph Square Neighborhood Alliance", + "Legislation": ["Winter Eviction Moratorium", "Statewide Right to Counsel"], + "Phone": "212-639-9675", + "Address": "7th Ave, West 117th Street, St Nicholas Ave, New York, NY 10026", + "Membership Status": ["Endorser"], + "lat": 40.803201, + "lon": -73.950107, + "Senate_District": 30.0, + "Assembly_District": 70.0, + "County": "New York County", + "Zip_Code": 10026.0 + }, + { + "Website": "https://www.metcouncilonhousing.org/", + "Name": "Met Council on Housing", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-979-0611", + "Address": "339 Lafayette St #301, New York, NY 10012", + "Membership Status": ["Campaign Member"], + "lat": 40.7260097, + "lon": -73.9944654, + "Senate_District": 27.0, + "Assembly_District": 66.0, + "County": "New York County", + "Zip_Code": 10012.0 + }, + { + "Website": "www.anhd.org", + "Name": "Association for Neighborhood & Housing Development", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-747-1117", + "Address": "50 Broad St # 1402, New York, NY 10004", + "Membership Status": ["Endorser"], + "lat": 40.705819, + "lon": -74.011562, + "Senate_District": 27.0, + "Assembly_District": 65.0, + "County": "New York County", + "Zip_Code": 10004.0 + }, + { + "Website": "https://www.facebook.com/Truevineministries2013/", + "Name": "True Vine Ministries COGIC", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "516-515-1469", + "Address": "11 E Fulton Ave, Roosevelt, NY 11575", + "Membership Status": ["Supporter"], + "lat": 40.67603684782608, + "lon": -73.58757002173913, + "Senate_District": 6.0, + "Assembly_District": 18.0, + "County": "Nassau County", + "Zip_Code": 11575.0 + }, + { + "Website": "www.1199seiubenefits.org", + "Name": "1199SEIU ", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "646-473-9200", + "Address": "498 7th Ave, New York, NY 10018", + "Membership Status": ["Endorser"], + "lat": 40.752827, + "lon": -73.989417, + "Senate_District": 28.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10018.0 + }, + { + "Website": "https://www.capareacc.org/", + "Name": "Capital Area Council of Churches", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-462-5450", + "Address": "646 State Street, Albany, NY 12203", + "Membership Status": ["Supporter"], + "lat": 42.66238037142857, + "lon": -73.77569460000001, + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12203.0 + }, + { + "Website": "https://www.crcny.org/", + "Name": "Community Resource Center of Larchmont and Mamaroneck (CRC)", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "\u200b914-835-1512", + "Address": "134 Center Ave, Mamaroneck, NY 10543", + "Membership Status": ["Campaign Member"], + "lat": 40.9536138, + "lon": -73.7397746, + "Senate_District": 37.0, + "Assembly_District": 91.0, + "County": "Westchester County", + "Zip_Code": 10543.0 + }, + { + "Website": "https://www.aafe.org/", + "Name": "Asian Americans for Equality (AAFE)", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-979-8381", + "Address": "108 Norfolk St, New York, NY 10002", + "Membership Status": ["Campaign Member"], + "lat": 40.71859282758621, + "lon": -73.987133, + "Senate_District": 27.0, + "Assembly_District": 65.0, + "County": "New York County", + "Zip_Code": 10002.0 + }, + { + "Website": "www.bka.org", + "Name": "Brooklyn Legal Services Corporation A", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "718-487-2300", + "Address": "260 Broadway # 2, Brooklyn, NY 11211", + "Membership Status": ["Coalition Member"], + "lat": 40.7088316, + "lon": -73.9595169, + "Senate_District": 18.0, + "Assembly_District": 50.0, + "County": "Kings County", + "Zip_Code": 11211.0 + }, + { + "Website": "https://saintdavidsepiscopal.com/", + "Name": "St. David's Episcopal Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-528-2095", + "Address": "117-35 235th Street, Cambria Heights, NY 11411", + "Membership Status": ["Supporter"], + "lat": 40.689863, + "lon": -73.727502, + "Senate_District": 14.0, + "Assembly_District": 33.0, + "County": "Queens County", + "Zip_Code": 11411.0 + }, + { + "Website": "https://www.lhvdsa.org/", + "Name": "Lower Hudson Valley Democratic Socialists of America", + "Legislation": ["Statewide Right to Counsel"], + "Address": "Yonkers, NY", + "Membership Status": ["Endorser"], + "lat": "NaN", + "lon": "NaN", + "Senate_District": "NaN", + "Assembly_District": "NaN", + "County": "NaN", + "Zip_Code": "NaN" + }, + { + "Website": "https://housingjusticeforall.org/", + "Name": "Housing Justice for All", + "Legislation": ["Statewide Right to Counsel"], + "Address": "New York, NY", + "Membership Status": ["Endorser"], + "lat": "NaN", + "lon": "NaN", + "Senate_District": "NaN", + "Assembly_District": "NaN", + "County": "NaN", + "Zip_Code": "NaN" + }, + { + "Website": "www.nyycl.org", + "Name": "Young Communist League", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-741-2016", + "Address": "235 W 23rd St, New York, NY 10011", + "Membership Status": ["Coalition Member"], + "lat": 40.7447425, + "lon": -73.9967747, + "Senate_District": 47.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10011.0 + }, + { + "Website": "https://nylscoalition.org/", + "Name": "New York Legal Services Coalition", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "315-572-0373 ", + "Address": "New York, NY", + "Membership Status": ["Endorser"], + "lat": "NaN", + "lon": "NaN", + "Senate_District": "NaN", + "Assembly_District": "NaN", + "County": "NaN", + "Zip_Code": "NaN" + }, + { + "Website": "www.cuffh.org", + "Name": "Churches United For Fair Housing", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "718-360-2906", + "Address": "7 Marcus Garvey Blvd, Brooklyn, NY 11206", + "Membership Status": ["Campaign Member"], + "lat": 40.6998011, + "lon": -73.9412448, + "Senate_District": 25.0, + "Assembly_District": 56.0, + "County": "Kings County", + "Zip_Code": 11206.0 + }, + { + "Website": "https://www.vocal-ny.org/chapter/hudson-valley/", + "Name": "VOCAL-NY - Hudson Valley", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-802-9540", + "Address": "Hudson Valley, NY, USA", + "Membership Status": ["Endorser"], + "lat": 41.88982285, + "lon": -74.0149535616075, + "Senate_District": 41.0, + "Assembly_District": 103.0, + "County": "Ulster County", + "Zip_Code": 12401.0 + }, + { + "Website": "https://cbmanhattan.cityofnewyork.us/cb10/", + "Name": "Manhattan Community Board 10", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-749-3105", + "Address": "215 West 125th Street, 4th Floor, New York, NY 10027", + "Membership Status": ["Endorser"], + "lat": 40.8094195, + "lon": -73.9488561, + "Senate_District": 30.0, + "Assembly_District": 70.0, + "County": "New York County", + "Zip_Code": 10027.0 + }, + { + "Website": "www.pushbuffalo.org", + "Name": "PUSH Buffalo", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "716-884-0356", + "Address": "429 Plymouth Ave Suite 1, Ground Floor, Buffalo, NY 14213", + "Membership Status": ["Endorser"], + "lat": 42.9093004, + "lon": -78.8919879, + "Senate_District": 63.0, + "Assembly_District": 149.0, + "County": "Erie County", + "Zip_Code": 14213.0 + }, + { + "Website": "https://legalaidbuffalo.org/", + "Name": "Legal Aid Bureau of Buffalo, Inc.", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "716-853-9555", + "Address": "290 Main Street, Suite 400, Buffalo, NY 14202", + "Membership Status": ["Endorser"], + "lat": 42.8821137, + "lon": -78.875838, + "Senate_District": 63.0, + "Assembly_District": 141.0, + "County": "Erie County", + "Zip_Code": 14202.0 + }, + { + "Website": "http://programdesign.com/index.php?page=who-pdd-is", + "Name": "Program Design and Development, LLC", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "914-592-1272", + "Address": "33 W Main St suite 404, Elmsford, NY 10523", + "Membership Status": ["Endorser"], + "lat": 41.0571232, + "lon": -73.8235661, + "Senate_District": 35.0, + "Assembly_District": 92.0, + "County": "Westchester County", + "Zip_Code": 10523.0 + }, + { + "Website": "https://www.dc37.net/benefits/MELS", + "Name": "District Council 37 Municipal Employees Legal Services (DC37) - Westchester", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-815-1111", + "Address": "Westchester County, NY", + "Membership Status": ["Coalition Member"], + "lat": 41.031235, + "lon": -73.759928, + "Senate_District": 37.0, + "Assembly_District": 93.0, + "County": "Westchester County", + "Zip_Code": 10605.0 + }, + { + "Website": "https://workersunitednynj.org/about/", + "Name": "Workers United NY NJ Regional Joint Board", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-475-3131", + "Address": "305 7th Ave., 7th Floor, New York, NY 10001", + "Membership Status": ["Endorser"], + "lat": 40.74674769230769, + "lon": -73.99359361538461, + "Senate_District": 28.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10001.0 + }, + { + "Website": "https://www.churchofthevillage.org/", + "Name": "Church of the Village (NYC)", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-243-5470", + "Address": "201 W 13th St, New York, NY 10011", + "Membership Status": ["Supporter"], + "lat": 40.7381368, + "lon": -74.0005681, + "Senate_District": 47.0, + "Assembly_District": 66.0, + "County": "New York County", + "Zip_Code": 10011.0 + }, + { + "Website": "https://www.vocal-ny.org/chapter/buffalo/", + "Name": "VOCAL-NY - Buffalo", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-802-9540", + "Address": "Buffalo, NY, USA", + "Membership Status": ["Endorser"], + "lat": "NaN", + "lon": "NaN", + "Senate_District": "NaN", + "Assembly_District": "NaN", + "County": "NaN", + "Zip_Code": "NaN" + }, + { + "Website": "www.northwestbronx.org", + "Name": "Northwest Bronx Community & Clergy", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "718-584-0515", + "Address": "103 E 196th St, Bronx, NY 10468", + "Membership Status": ["Coalition Member"], + "lat": 40.86838979591836, + "lon": -73.89394373469388, + "Senate_District": 33.0, + "Assembly_District": 78.0, + "County": "Bronx County", + "Zip_Code": 10468.0 + }, + { + "Website": "www.nyscoc.org", + "Name": "New York State Council of Churches", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "518-436-9319", + "Address": "85 Chestnut St, Albany, NY 12210", + "Membership Status": ["Endorser"], + "lat": 42.6535144, + "lon": -73.7613522, + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12210.0 + }, + { + "Website": "https://asburyfirst.org/", + "Name": "Asbury First United Methodist Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "585-271-1050", + "Address": "1050 East Ave, Rochester, NY 14607", + "Membership Status": ["Supporter"], + "lat": 43.151003, + "lon": -77.5760248, + "Senate_District": 55.0, + "Assembly_District": 138.0, + "County": "Monroe County", + "Zip_Code": 14607.0 + }, + { + "Website": "https://moderncourts.org/", + "Name": "Fund for Modern Courts", + "Legislation": [ + "Statewide Right to Counsel", + "Winter Eviction Moratorium", + "Clean Hands", + "Defend Right to Counsel" + ], + "Address": "387 2nd Avenue, No. 608, New York, NY 10010", + "Membership Status": ["Endorser"], + "lat": 40.73769581818181, + "lon": -73.98116845454545, + "Senate_District": 59.0, + "Assembly_District": 74.0, + "County": "New York County", + "Zip_Code": 10010.0 + }, + { + "Website": "www.moderncourts.org", + "Name": "Fund For Modern Courts", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-541-6741", + "Address": "387 2nd Ave #608, New York, NY 10010", + "Membership Status": ["Endorser"], + "lat": 40.73769581818181, + "lon": -73.98116845454545, + "Senate_District": 59.0, + "Assembly_District": 74.0, + "County": "New York County", + "Zip_Code": 10010.0 + }, + { + "Website": "https://flatbushpower.org/", + "Name": "Flatbush Tenant Coalition", + "Legislation": [ + "Statewide Right to Counsel", + "Clean Hands", + "Winter Eviction Moratorium", + "Defend Right to Counsel" + ], + "Phone": "718-635-2623", + "Address": "1616 Newkirk Ave, Brooklyn, NY 11226", + "Membership Status": ["Coalition Member"], + "lat": 40.63597930612245, + "lon": -73.96218312244898, + "Senate_District": 21.0, + "Assembly_District": 42.0, + "County": "Kings County", + "Zip_Code": 11226.0 + }, + { + "Website": "https://www.presbyfh.org/", + "Name": "Forest Hills Presbyterian Church", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-268-4036", + "Address": "70-35 112th St, Queens, NY 11375", + "Membership Status": ["Supporter"], + "lat": 40.7233409, + "lon": -73.83916533108979, + "Senate_District": 14.0, + "Assembly_District": 27.0, + "County": "Queens County", + "Zip_Code": 11375.0 + }, + { + "Website": "www.iahh.org", + "Name": "Interfaith Assembly On Homelessness and Housing", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-316-3171", + "Address": "165 W 105th St, New York, NY 10025", + "Membership Status": ["Coalition Member"], + "lat": 40.7996733, + "lon": -73.9657257, + "Senate_District": 30.0, + "Assembly_District": 69.0, + "County": "New York County", + "Zip_Code": 10025.0 + }, + { + "Website": "https://www.hudsoncatskillhousing.org/", + "Name": "Hudson Catskill Housing Coalition", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "518-291-9415", + "Address": "361 Main St, Catskill, NY 12414", + "Membership Status": ["Campaign Member"], + "lat": 42.2184437, + "lon": -73.8654031, + "Senate_District": 41.0, + "Assembly_District": 102.0, + "County": "Greene County", + "Zip_Code": 12414.0 + }, + { + "Website": "https://maketheroadny.org/", + "Name": "Make the Road New York - Long Island", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "631-231-2220", + "Address": "1090 Suffolk Avenue, Brentwood, NY 11717", + "Membership Status": ["Endorser"], + "lat": 40.7849032, + "lon": -73.2294168, + "Senate_District": 4.0, + "Assembly_District": 6.0, + "County": "Suffolk County", + "Zip_Code": 11717.0 + }, + { + "Website": "https://www.nyclu.org/", + "Name": "New York Civil Liberties Union (NYCLU)", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-607-3300", + "Address": "125 Broad St 19th floor, New York, NY 10004", + "Membership Status": ["Endorser"], + "lat": 40.7022035, + "lon": -74.0101408, + "Senate_District": 27.0, + "Assembly_District": 61.0, + "County": "New York County", + "Zip_Code": 10004.0 + }, + { + "Website": "www.wca4kids.org", + "Name": "Westchester Children's Association", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "914-946-7676", + "Address": "470 Mamaroneck Ave, White Plains, NY 10605", + "Membership Status": ["Endorser"], + "lat": 41.0226218, + "lon": -73.7601182, + "Senate_District": 37.0, + "Assembly_District": 88.0, + "County": "Westchester County", + "Zip_Code": 10605.0 + }, + { + "Website": "https://propheticwhirlwind.com/", + "Name": "Prophetic Whirlwind Ministries", + "Legislation": ["Statewide Right to Counsel"], + "Address": "New York, NY", + "Membership Status": ["Supporter"], + "lat": "NaN", + "lon": "NaN", + "Senate_District": "NaN", + "Assembly_District": "NaN", + "County": "NaN", + "Zip_Code": "NaN" + }, + { + "Website": "https://www.dc37.net/benefits/MELS", + "Name": "District Council 37 Municipal Employees Legal Services (DC37) - Suffolk", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-815-1111", + "Address": "Suffolk County, NY", + "Membership Status": ["Coalition Member"], + "lat": 40.76554295, + "lon": -73.0182775734162, + "Senate_District": 3.0, + "Assembly_District": 7.0, + "County": "Suffolk County", + "Zip_Code": 11772.0 + }, + { + "Website": "https://syracusedsa.org/contact/", + "Name": "Syracuse Democratic Socialists of America", + "Legislation": ["Winter Eviction Moratorium"], + "Address": "Syracuse, NY", + "Membership Status": ["Endorser"], + "lat": "NaN", + "lon": "NaN", + "Senate_District": "NaN", + "Assembly_District": "NaN", + "County": "NaN", + "Zip_Code": "NaN" + }, + { + "Website": "https://www.citybarjusticecenter.org/", + "Name": "City Bar Justice Center", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-626-7383", + "Address": "42 West 44th Street, New York, NY 10036", + "Membership Status": ["Endorser"], + "lat": 40.75528641666666, + "lon": -73.9813595, + "Senate_District": 28.0, + "Assembly_District": 75.0, + "County": "New York County", + "Zip_Code": 10036.0 + }, + { + "Website": "https://housingcourtanswers.org/", + "Name": "Housing Court Answers", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-962-4795", + "Address": "New York, New York", + "Membership Status": ["Coalition Member"], + "lat": "NaN", + "lon": "NaN", + "Senate_District": "NaN", + "Assembly_District": "NaN", + "County": "NaN", + "Zip_Code": "NaN" + }, + { + "Website": "https://nationalactionnetwork.net/", + "Name": "National Action Network", + "Legislation": [ + "Statewide Right to Counsel", + "Winter Eviction Moratorium", + "Clean Hands", + "Defend Right to Counsel" + ], + "Phone": "212-690-3070", + "Address": "106 W 145th St, New York, NY 10039", + "Membership Status": ["Coalition Member"], + "lat": 40.820492061224485, + "lon": -73.93657904081633, + "Senate_District": 30.0, + "Assembly_District": 71.0, + "County": "New York County", + "Zip_Code": 10030.0 + }, + { + "Website": "https://www.wjci.org/", + "Name": "Westchester Jewish Coalition for Immigration", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Address": "2005 Palmer Ave #1122, Larchmont, NY 10538", + "Membership Status": ["Campaign Member"], + "lat": 40.9306719, + "lon": -73.7618804, + "Senate_District": 37.0, + "Assembly_District": 91.0, + "County": "Westchester County", + "Zip_Code": 10538.0 + }, + { + "Website": "www.nylag.org", + "Name": "New York Legal Assistance Group", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "212-613-5000", + "Address": "100 Pearl St 19th floor, New York, NY 10004", + "Membership Status": ["Coalition Member"], + "lat": 40.704856, + "lon": -74.008707, + "Senate_District": 27.0, + "Assembly_District": 65.0, + "County": "New York County", + "Zip_Code": 10005.0 + }, + { + "Website": "www.aarp.org", + "Name": "AARP", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "212-319-5294", + "Address": "919 3rd Ave, New York, NY 10022", + "Membership Status": ["Endorser"], + "lat": 40.7585412, + "lon": -73.967277, + "Senate_District": 28.0, + "Assembly_District": 73.0, + "County": "New York County", + "Zip_Code": 10022.0 + }, + { + "Website": "https://empirejustice.org/", + "Name": "Empire Justice Center - Albany", + "Legislation": [ + "Clean Hands", + "Statewide Right to Counsel", + "Defend Right to Counsel", + "Winter Eviction Moratorium" + ], + "Phone": "518-462-6831 ", + "Address": "119 Washington Avenue, Albany, NY 12210", + "Membership Status": ["Campaign Member"], + "lat": 42.6555451, + "lon": -73.7598629, + "Senate_District": 46.0, + "Assembly_District": 109.0, + "County": "Albany County", + "Zip_Code": 12210.0 + }, + { + "Website": "https://churchofgethsemane.org/", + "Name": "The Church of Gethsemane", + "Legislation": ["Statewide Right to Counsel"], + "Phone": "718-499-6704", + "Address": "1012 8th Ave, Brooklyn, NY 11215", + "Membership Status": ["Supporter"], + "lat": 40.66504663265306, + "lon": -73.9799382857143, + "Senate_District": 20.0, + "Assembly_District": 44.0, + "County": "Kings County", + "Zip_Code": 11215.0 + } +]