From 6d15122bcfb44c840785e0f3609e67ceabf660c9 Mon Sep 17 00:00:00 2001 From: claudlow Date: Mon, 4 Nov 2024 11:43:05 -0500 Subject: [PATCH] final --- css/styles.css | 292 + data/FreeClothingAll.geojson | 245 + data/FreeFood.geojson | 17049 ++++++++++++++++++++++++++++++ data/FreeFoodarcgis.json | 16846 +++++++++++++++++++++++++++++ data/FreeShowersLaundry.geojson | 71 + data/FreeToilets.geojson | 269 + data/IntakeCenters.geojson | 141 + icons/clothes-icon.png | Bin 0 -> 14403 bytes icons/food-icon.png | Bin 0 -> 20468 bytes icons/intake-icon.png | Bin 0 -> 55697 bytes icons/my-location-circle.png | Bin 0 -> 14485 bytes icons/my-location.png | Bin 0 -> 5693 bytes icons/shower-icon.png | Bin 0 -> 16162 bytes icons/toilet-icon.png | Bin 0 -> 35844 bytes icons/yellow-highlight.png | Bin 0 -> 59497 bytes img/location.png | Bin 0 -> 2048 bytes img/location.svg | 56 + index.html | 68 + script/address-search.js | 198 + script/main.js | 33 + script/map-styles.js | 40 + script/resource-map.js | 89 + 22 files changed, 35397 insertions(+) create mode 100644 css/styles.css create mode 100644 data/FreeClothingAll.geojson create mode 100644 data/FreeFood.geojson create mode 100644 data/FreeFoodarcgis.json create mode 100644 data/FreeShowersLaundry.geojson create mode 100644 data/FreeToilets.geojson create mode 100644 data/IntakeCenters.geojson create mode 100644 icons/clothes-icon.png create mode 100644 icons/food-icon.png create mode 100644 icons/intake-icon.png create mode 100644 icons/my-location-circle.png create mode 100644 icons/my-location.png create mode 100644 icons/shower-icon.png create mode 100644 icons/toilet-icon.png create mode 100644 icons/yellow-highlight.png create mode 100644 img/location.png create mode 100644 img/location.svg create mode 100644 index.html create mode 100644 script/address-search.js create mode 100644 script/main.js create mode 100644 script/map-styles.js create mode 100644 script/resource-map.js diff --git a/css/styles.css b/css/styles.css new file mode 100644 index 0000000..9b326dc --- /dev/null +++ b/css/styles.css @@ -0,0 +1,292 @@ +html { + font-family: "Rubik", sans-serif; +} + +body { + margin: 0; + padding: 0; +} + +.map-section { + display: flex; + height: 100vh; /* Full viewport height */ + width: 100vw; + color: #ffffff; + overflow: hidden; /* Prevent overflow */ +} + +.whole-map-part { + flex: 1; + display: flex; + flex-direction: column; + height: 100%; + overflow: hidden; /* Ensure content doesn't overflow */ +} + +#resource-map { + flex: 1; + background-color: lightgrey; + min-height: 0; +} + +.resource-filter { + width: 25%; /* Fixed width for filter section */ + background-color: #002d9f; /* Background color */ + padding: 1rem; /* Padding */ + box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1); /* Optional shadow */ + font-size: 15px; + display: flex; + flex-direction: column; /* Stack items vertically */ + height: 100%; +} + +.resource-filter h2 { + text-align: center; /* Center the title */ + margin-bottom: 1rem; /* Add some space below the title */ + font-size: 2em; /* Increase font size */ + color: #ffffff; /* Set a color */; +} + +.resource-filter { + width: 25%; /* Fixed width for filter section */ + background-color: #002d9f; /* Background for visibility */ + padding: 1rem; /* Padding for better appearance */ + box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1); /* Optional shadow */; + font-size: 15px; +} + +.resource-filter ul { + list-style-type: none; + padding: 0; + margin: 0; +} + +.resource-filter li { + margin-bottom: 10px; +} + +.resource-filter label { + display: flex; + align-items: center; +} + +.resource-filter input[type="checkbox"] { + margin-right: 10px; +} + +.map-search-controls { + display: flex; + flex-direction: column; /* Stack input and choices vertically */ + padding: 0.5rem; + background-color: #f0f0f0; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); + width: 100%; /* Ensure it takes full width */ +} + +.map-search-controls input[type="text"] { + width: 35%; /* Consistent width for input */ + padding: 0.5rem; + font-size: 1rem; /* Adjust font size as needed */ + border: 1px solid #ccc; + border-radius: 4px; + margin-bottom: .5rem; + box-sizing: border-box; +} + +#address-search { + flex-grow: 1; +} + +#address-choices { + width: 35%; /* Consistent width for address choices */ + list-style-type: none; + padding: 0; + margin: 0; + background-color: white; + border: 1px solid #ccc; +} + +#address-choices li { + padding: 10px; + cursor: pointer; + color: #333; /* Darker text color for better contrast */ + word-wrap: break-word; /* Ensure long text wraps */ +} + +#address-choices li:hover { + background-color: #e0e0e0; /* Slightly darker hover background for visibility */ +} + +.hidden { + display: none; +} + +/* Custom styles for Leaflet popups */ +.leaflet-popup-content-wrapper { + background-color: #f5f5dc; /* Change background color */ + color: #333; /* Change text color */ + border-radius: 8px; /* Rounded corners */ + box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); /* Add shadow */ +} + +.leaflet-popup-tip { + background-color: #f5f5dc; /* Match tip color with popup */ +} + +/* Style for the zoomed-in popup */ +.zoomed-popup .leaflet-popup-content-wrapper { + background-color: #555555; /* Change background color */ + color: white; /* Change text color */ + border-radius: 16px; /* Rounder corners */ + box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); /* Add shadow */ + + /* Reduce padding to make the box smaller */ + padding: 10px 15px; /* Adjust padding: top-bottom, left-right */ + + /* Optional: Adjust the line height to fit the text more snugly */ + line-height: 1.2; /* Reduce line height */ + + border: none; /* Remove border */ +} + +/* Style the popup pointer for the zoomed-in popup */ +.zoomed-popup .leaflet-popup-tip { + background-color: #555555; +} + +/* Ensure that the text inside the popup is sized appropriately */ +.zoomed-popup .leaflet-popup-content { + font-size: 14px; /* Adjust text size */ + margin: 0; /* Remove default margin */ +} + +.custom-checkbox { + appearance: none; + -webkit-appearance: none; + width: 20px; + height: 20px; + border: 2px solid #333; + border-radius: 4px; + outline: none; + cursor: pointer; + position: relative; + margin-right: 10px; +} + +.custom-checkbox:checked::before { + content: '\2714'; + font-size: 16px; + color: white; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + +/* Food checkbox */ +.food-checkbox:checked { + background-color: #ffaf01; + border-color: #ffaf01; +} + +/* Clothing checkbox */ +.clothing-checkbox:checked { + background-color: #047a01; + border-color: #047a01; +} + +/* Showers checkbox */ +.showers-checkbox:checked { + background-color: #ff4d4d; + border-color: #ff4d4d; +} + +/* Toilets checkbox */ +.toilets-checkbox:checked { + background-color: #4d73ff; + border-color: #4d73ff; +} + +/* Intake Centers checkbox */ +.intakeCenters-checkbox:checked { + background-color: #d46aff; + border-color: #d46aff; +} + +.nearby-resources { + flex-grow: 1; /* Take up remaining space */ + overflow-y: auto; /* Enable scrolling when content overflows */ + margin-top: 15px; + padding: 0.5rem; + background-color: #f9f9f9; + border-top: 1px solid #ccc; + border-radius: 10px; + margin-bottom: 40px; /* Add margin at the bottom */ +} + + + +.nearby-resources h3 { + text-align: left; + margin-top: 0.25rem; + margin-bottom: 0.25rem; + margin-left: 0.2rem; + font-size: 1em; + color: black; +} + +.nearby-resources h4 { + text-align: left; + margin-top: 0; /* Remove space above h4 */ + margin-left: 0.2rem; + font-size: 0.8em; /* Smaller font size for h4 */ + font-style: italic; /* Italicize the text */ + color: darkgrey; /* Set text to dark grey */ + margin-bottom: 0.25rem; /* Reduce the space below h4 */ +} + +#nearby-resources-list { + list-style-type: none; + padding: 0; + padding-bottom: 5px; /* Ensure some space at the bottom of the list */ +} + +#nearby-resources-list li { + margin-bottom: 10px; + padding: 5px; + border-bottom: 1px solid #ddd; + color: black +} + +#nearby-resources-list li { + padding: 10px; + cursor: pointer; + color: #333; + transition: background-color 0.3s, transform 0.3s; /* Smooth transition */ +} + +#nearby-resources-list li:hover { + background-color: #e0e0e0; /* Change background on hover */ + transform: scale(1.02); /* Slightly increase size for emphasis */ +} + +.highlighted-icon { + border: 2px solid yellow; + border-radius: 50%; + width: 40px; + height: 40px; +} + +.hidden { + display: none; +} + +@media (max-width: 768px) { + .map-search-controls { + max-width: 100%; + padding: 0.25rem; + flex-direction: column; /* Ensure it stacks correctly on smaller screens */ + } + + +} \ No newline at end of file diff --git a/data/FreeClothingAll.geojson b/data/FreeClothingAll.geojson new file mode 100644 index 0000000..4bc24cd --- /dev/null +++ b/data/FreeClothingAll.geojson @@ -0,0 +1,245 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.1660838,39.9494509 ] + }, + "properties": { + "site_name":"MenzFit", + "Subheader":"Philadelphia - Interview Preparation and Clothing", + "Description":"Offers 45-minute sessions on successful interviewing techniques. Provides each client with one suit when he has an interview scheduled and a second suit when he gets the job. Clients also receive free tailoring and haircut services when necessary.", + "Eligibility":" A) Adult men age 18 and older, B) Residents of Philadelphia County, C) Low-income and/or from a disadvantaged background", + "phone_number":"215-845-5904", + "Address":"1500 Walnut Street, Suite 1306, Phildalephia, PA 19102" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.16469833,39.94643683333334 ] + }, + "properties": { + "site_name":"Broad Street Ministry", + "Subheader":"Philadelphia - Clothing Boutique", + "Description":"Offers clothing, including jackets and shoes. Personal care items are available Tuesdays and Thursdays during Clothing Closet hours.", + "Eligibility":"No restrictions.", + "phone_number":"215-735-4847", + "Address":"315 South Broad Street, Philadelphia, PA 19107" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.146429,39.95363566666667 ] + }, + "properties": { + "site_name":"Old First Reformed United Church of Christ", + "Subheader":"Philadelphia - Saturday Morning Breakfast and Clothing Cupboard", + "Description":"Serves a to-go breakfast for up to 50 people. To-go breakfast includes a hot breakfast item, coffee, drink, and various snack items. Also hands out seasonal clothing, and toiletries such as shampoo, lotion, deodorant, and more.", + "Eligibility":"No limitations or restrictions", + "phone_number":"215-922-4566", + "Address":"151 North Fourth Street, Philadelphia, PA 19106" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.1594531,39.96787297799691 ] + }, + "properties": { + "site_name":"Salvation Army - Greater Philadelphia Area", + "Subheader":"Temple Corps - Clothing Assistance", + "Description":"Provide new or secondhand clothing for people who cannot afford to purchase these items at retail prices.", + "Eligibility":"Low income individuals in West Philadelphia", + "phone_number":"215-787-2962", + "Address":"1340 Brown Street, Philadelphia, PA 19123" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.14553918,39.95785287755102 ] + }, + "properties": { + "site_name":"The Wardrobe", + "Subheader":"Philadelphia County - Dressing Program", + "Description":"Provides clothing at no cost to those in need.", + "Eligibility":"No limitations or restrictions.", + "phone_number":"215-568-6693", + "Address":"413 North 4th Street, Philadelphia, PA 19123" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.17412513,39.925028447368426 ] + }, + "properties": { + "site_name":"Church of Philadelphia", + "Subheader":"Philadelphia - Community Resource Center", + "Description":"Distributes food and clothes to those in need.", + "Eligibility":"Individuals experiencing homelessness, Residents of Philadelphia County", + "phone_number":"215-467-8500", + "Address":"1629 Snyder Avenue, Philadelphia, PA 19145" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.19735312,39.936800530612246 ] + }, + "properties": { + "site_name":"Salvation Army - Greater Philadelphia Area", + "Subheader":"Central Corps - Clothing Assistance", + "Description":"Provide new or secondhand clothing for people who cannot afford to purchase these items at retail prices.", + "Eligibility":"Low income individuals in West Philadelphia", + "phone_number":"215-465-0300", + "Address":"3225 Reed Street, Philadelphia, PA 19146" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.148843,39.980754 ] + }, + "properties": { + "site_name":"Asociacion Puertorriquenos en Marcha", + "Subheader":"CUA Prevention", + "Description":"Early Intervention program is designed to help children between the ages of 3 and 5 overcome areas of delayed development. The program advocates on behalf of these youngsters, ensuring they receive appropriate special educational services. Children can receive speech therapy, occupational and physical therapy and other special instruction.", + "Eligibility":" Serves residents in the zip codes provided below.", + "phone_number":"267-296-7200", + "Address":"1900 North Ninth Street, Philadelphia, PA 19122" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.16315279,39.9854865 ] + }, + "properties": { + "site_name":"Church of the Advocate", + "Subheader":"Philadelphia - Grab'n Go Food & Clothing", + "Description":"Provides packed lunches and clothing once a month.", + "Eligibility":"No limitations or restrictions", + "phone_number":"215-978-8000", + "Address":"1801 West Diamond Street, Philadelphia, PA 19121" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.130863,39.986789 ] + }, + "properties": { + "site_name":"Saint Francis Inn Ministries", + "Subheader":"Marie's Closet - Clothing Provision", + "Description":"Provides clothing and shoes for men, women, and children. Also accepts donations of clean men’s, women’s and children’s clothing and shoes, and linens.", + "Eligibility":"Guests of Saint Francis Inn", + "phone_number":"215-634-1510", + "Address":"2439 Kensington Avenue, Philadelphia, PA 19125" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.12383688,39.990645791666665 ] + }, + "properties": { + "site_name":"Blessed Sarnelli Community", + "Subheader":"Soup Kitchen and Clothing Room - The Clothing Room", + "Description":"Provides clothing to those in need. Offers volunteer opportunities. Accepts monetary donations and donations of toiletries and clothing for men and women.", + "Eligibility":"No limitations or restrictions", + "phone_number":"571-314-3428", + "Address":"2739 Kensington Avenue, Philadelphia, PA 19134" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.1314205,39.997529 ] + }, + "properties": { + "site_name":"Salvation Army - Greater Philadelphia Area", + "Subheader":"Tabernacle Corps - Clothing Assistance", + "Description":"Provide new or secondhand clothing for people who cannot afford to purchase these items at retail prices.", + "Eligibility":"Low income individuals in West Philadelphia", + "phone_number":"215-423-9300", + "Address":"3150 North Mascher Street, Philadelphia, PA 19133" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.1520312,40.0079514 ] + }, + "properties": { + "site_name":"Zion Baptist Church", + "Subheader":"Philadelphia - Resource Center", + "Description":"Provides food baskets and clothing distribution to those in need.", + "Eligibility":"Applicants must be low-income.", + "phone_number":"215-223-5460", + "Address":"3600 North Broad Street, Philadelphia, PA 19140" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.19274932,40.008154416003144 ] + }, + "properties": { + "site_name":"Center for Leadership, Development and Advocacy (CLDA)", + "Subheader":"Philadelphia - Basic Needs Bank", + "Description":"Provides basic needs resources for children, families, and older adults, including clothing, diapers for children and adults, menstruation/period supplies, personal hygiene items, and bookbags and toys for children.", + "Eligibility":"Persons and families in need of basic needs assistance in Philadelphia County", + "phone_number":"215-999-8373", + "Address":"4130 Ridge Avenue,Philadelphia, PA 19129" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.173836,40.036824 ] + }, + "properties": { + "site_name":"Whosoever Gospel Mission and Rescue Home Association of Germantown", + "Subheader":"Philadelphia - Germantown Thrift Shop", + "Description":"Offers a variety of clothing, furniture and household items at very reasonable prices to families struggling to make ends meet.", + "Eligibility":"No limitations or restrictions", + "phone_number":"215-438-3094", + "Address":"101 East Chelten Avenue, Philadelphia, PA 19144" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.17558992,40.03978623076923 ] + }, + "properties": { + "site_name":"United Methodist Neighborhood Services", + "Subheader":"Janes Memorial United Methodist Church - Clothing Pantry", + "Description":"Provides clothing to those in need.", + "Eligibility":"No limitations or restrictions", + "phone_number":"215-236-0304", + "Address":"47 East Haines Street, 3rd Floor, Philadelphia, PA 19144" + } + } +] +} \ No newline at end of file diff --git a/data/FreeFood.geojson b/data/FreeFood.geojson new file mode 100644 index 0000000..90ab0da --- /dev/null +++ b/data/FreeFood.geojson @@ -0,0 +1,17049 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "objectid": 1, + "site_name": "Nativity Satellite Program", + "address": "3255 Belgrade St", + "phone_number": "215-423-2772", + "category": "PCA", + "zip_code": "19134", + "temporary_closure": null, + "category_type": "Senior Meal Site", + "site_key": "1.0", + "status": "Active", + "website": "https://www.pcacares.org/", + "x": -75.1027830258919, + "y": 39.9869100071108, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 104, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1027830258919, + 39.986910007110794 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2, + "site_name": "King Older Adult Center", + "address": "2100 W. Cecil B. Moore Ave.", + "phone_number": "215-685-2715", + "category": "PPR_Senior", + "zip_code": "19121", + "temporary_closure": null, + "category_type": "Senior Meal Site", + "site_key": "2.0", + "status": "Active", + "website": "https://www.phila.gov/programs/programs-for-older-adults/", + "x": -75.1696037016514, + "y": 39.9799845526985, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 118, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1696037016514, + 39.979984552698504 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 230, + "site_name": "Bethel Worship Center", + "address": "169 W. Wyoming Ave.", + "phone_number": "267-979-3718", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19120", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": "227.0", + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.1270198272313, + "y": 40.0220402850977, + "hours_mon_start1": "09:00", + "hours_mon_end1": "13:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 219, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.12701982723128, + 40.0220402850977 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 234, + "site_name": "New Life Community Center", + "address": "4726 N Broad St", + "phone_number": "267-766-2945", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19141", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": "211.0", + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.1479072566934, + "y": 40.0254420630128, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "07:00", + "hours_tues_end1": "12:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 223, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.14790725669339, + 40.02544206301279 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 237, + "site_name": "Family Support Circle", + "address": "2059 E Chelten Ave", + "phone_number": "267-335-5857", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19138", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": "205.0", + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.1540589775297, + "y": 40.0518853585732, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "11:00", + "hours_tues_end1": "16:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": "Open on second and fourth Tuesdays of the month", + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 226, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1540589775297, + 40.0518853585732 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 238, + "site_name": "Second Antioch Baptist Church", + "address": "912 N 41st St", + "phone_number": "215-387-6774", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19104", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": "203.0", + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.2060791354852, + "y": 39.9708019190448, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "12:00", + "hours_wed_end1": "14:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "09:00", + "hours_sat_end1": "11:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 227, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2060791354852, + 39.9708019190448 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 239, + "site_name": "Resurrection Community Church", + "address": "6200 Dicks Ave", + "phone_number": "215-724-0822", + "category": "PHILABUNDANCE/SHARE FOOD PROGRAM", + "zip_code": "19142", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": "212.0", + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.2239188884506, + "y": 39.9222424422221, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "10:00", + "hours_wed_end1": "12:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 228, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.22391888845058, + 39.92224244222211 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 243, + "site_name": "St. Benedict Food Bank", + "address": "1940 E Chelten Ave", + "phone_number": "215-548-2700", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19138", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": "213.0", + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.1516570287425, + "y": 40.0515648970568, + "hours_mon_start1": "10:00", + "hours_mon_end1": "11:30", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "10:00", + "hours_fri_end1": "11:30", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 230, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1516570287425, + 40.0515648970568 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 261, + "site_name": "George Washington High School Pantry", + "address": "10175 Bustleton Ave", + "phone_number": "267-432-3625", + "category": "PHILABUNDANCE", + "zip_code": "19116", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": "243.0", + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.0260176838819, + "y": 40.1059155185218, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "11:00", + "hours_wed_end1": "14:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 247, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.02601768388189, + 40.1059155185218 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 281, + "site_name": "The Reid Foundation, Inc. at Always Independent", + "address": "9150 Marshall Street", + "phone_number": "484-684-9867", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19114", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.0313359784294, + "y": 40.0724097928534, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "08:00", + "hours_wed_end1": "11:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 266, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.03133597842938, + 40.0724097928534 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 285, + "site_name": "Church of Pentecost", + "address": "2530 Wharton St", + "phone_number": "215-372-7307", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19146", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.1869238756805, + "y": 39.9364947795582, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "10:00", + "hours_sat_end1": "12:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 269, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1869238756805, + 39.9364947795582 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 286, + "site_name": "Friends Rehabilitation Program", + "address": "704 W Girard Ave", + "phone_number": "215-825-8800", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19123", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.1484801182196, + "y": 39.9702161810685, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "09:00", + "hours_fri_end1": "12:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 270, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1484801182196, + 39.970216181068494 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 288, + "site_name": "North Philadelphia SDA Church", + "address": "1510 W Oxford St", + "phone_number": "215-235-1001", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19121", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.1611370434714, + "y": 39.9775135940884, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "08:00", + "hours_tues_end1": "11:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 272, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.16113704347138, + 39.9775135940884 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 291, + "site_name": "Revelation Philadelphia Ministry Inc", + "address": "7047 Buist Ave", + "phone_number": "267-901-5293", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19142", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.2374023040843, + "y": 39.915258763847, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "09:00", + "hours_sat_end1": "13:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 275, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2374023040843, + 39.915258763847 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 297, + "site_name": "Brand New Life Christian Center", + "address": "6301 Germantown Ave", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19144", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.180665704404, + "y": 40.0437385805313, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "11:00", + "hours_sat_end1": "13:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 279, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.180665704404, + 40.043738580531304 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 298, + "site_name": "Brewerytown Sharswood Coalition", + "address": "3000 W Master St", + "phone_number": "267-858-4246", + "category": "PHILABUNDANCE", + "zip_code": "19121", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.1853768369027, + "y": 39.9773674271891, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "10:00", + "hours_fri_end1": "14:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": "Open every other Friday of the month", + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 280, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.18537683690269, + 39.977367427189094 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 299, + "site_name": "Eastwick United Methodist Church", + "address": "8325 Lindbergh Blvd", + "phone_number": "215-365-6352", + "category": "PHILABUNDANCE", + "zip_code": "19153", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.2522683004483, + "y": 39.8985064296034, + "hours_mon_start1": "09:00", + "hours_mon_end1": "13:30", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "09:00", + "hours_tues_end1": "14:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "10:00", + "hours_wed_end1": "13:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 281, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.25226830044829, + 39.898506429603394 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 300, + "site_name": "Ezekiel Baptist Church", + "address": "5701 Grays Ave", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19143", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.2216311665265, + "y": 39.9309614246931, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "08:30", + "hours_thurs_end1": "11:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 282, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.22163116652649, + 39.9309614246931 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 301, + "site_name": "Good Samaritan Baptist Church", + "address": "6148-6150 Lansdowne Ave", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19151", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.2434036629389, + "y": 39.9753951033089, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "08:30", + "hours_wed_end1": "13:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 283, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2434036629389, + 39.975395103308905 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 302, + "site_name": "Kitchen of Love", + "address": "8500 Pickering Ave", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19150", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.1746241124142, + "y": 40.0813415704501, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "08:30", + "hours_wed_end1": "10:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "08:30", + "hours_thurs_end1": "10:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "08:30", + "hours_fri_end1": "10:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 284, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.17462411241418, + 40.0813415704501 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 304, + "site_name": "New Testament Church of God", + "address": "935 S 53rd St", + "phone_number": "(215) 472-6630", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19143", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.2270401762836, + "y": 39.9456064978479, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "12:00", + "hours_sat_end1": "14:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": "Open on first and third Saturdays of the month", + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 285, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2270401762836, + 39.94560649784789 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 306, + "site_name": "The Simple Way", + "address": "3234 Potter St", + "phone_number": "215.423.3598", + "category": "PHILABUNDANCE", + "zip_code": "19134", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.1121830408897, + "y": 39.997865098786, + "hours_mon_start1": "09:30", + "hours_mon_end1": "12:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "09:30", + "hours_tues_end1": "12:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "09:30", + "hours_wed_end1": "12:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 287, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1121830408897, + 39.997865098786 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 315, + "site_name": "Gather the People House of Prayer", + "address": "1429 W Clearfield St", + "phone_number": "267-300-2397", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19138", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.15419265961, + "y": 40.0002645330222, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "09:00", + "hours_sat_end1": "12:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 294, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.15419265961, + 40.0002645330222 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 317, + "site_name": "Interfaith Food Cupboard", + "address": "3600 Baring St", + "phone_number": null, + "category": "SHARE FOOD PROGRAM", + "zip_code": "19104", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.1941797561967, + "y": 39.9608808580969, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "09:30", + "hours_sat_end1": "11:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 296, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1941797561967, + 39.96088085809689 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 320, + "site_name": "Kingdom Life Christian Center", + "address": "6325 Frankford Ave.", + "phone_number": "267-351-7942", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19135", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.0587642930532, + "y": 40.0279670767714, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "10:00", + "hours_wed_end1": "12:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": "Open on second and fourth Wednesdays of the month", + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 297, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0587642930532, + 40.0279670767714 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 321, + "site_name": "MAP Holistic CDC (Mankind Against Poverty)", + "address": "1510 W Stiles St", + "phone_number": "215-235-2500", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19121", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.1614993322461, + "y": 39.9725544043368, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "09:00", + "hours_wed_end1": "12:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 298, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1614993322461, + 39.97255440433681 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 323, + "site_name": "St Paul A.M.E. Church", + "address": "8398 Lindbergh Blvd", + "phone_number": "267-593-9631", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19153", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.2516236941386, + "y": 39.8976676859333, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "09:30", + "hours_thurs_end1": "11:45", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 300, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2516236941386, + 39.89766768593329 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1671, + "site_name": "Grace Tabernacle Christian Church", + "address": "1519 S 52nd St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19143", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.2166426671927, + "y": 39.9388686331097, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "11:00", + "hours_thurs_end1": "13:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 324, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.21664266719269, + 39.93886863310969 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1681, + "site_name": "Norris Homes/North Central Community Center", + "address": "2000 N 11th St", + "phone_number": "267-456-4236", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19122", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.1517041284639, + "y": 39.9829399753166, + "hours_mon_start1": "13:00", + "hours_mon_end1": "15:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": "Open on second and fourth Mondays of the month", + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 332, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1517041284639, + 39.9829399753166 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1729, + "site_name": "Centre d'Adoration Chretienne", + "address": "4520 Benner St", + "phone_number": "215-543-2589", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19135", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.0590504573232, + "y": 40.0198757913626, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "19:30", + "hours_tues_end1": "20:30", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 376, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0590504573232, + 40.01987579136261 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1730, + "site_name": "Consortium Community Mental Health Center", + "address": "137 S. 58th St.", + "phone_number": "267-259-0648", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19153", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.2371548094028, + "y": 39.9585887010502, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "09:00", + "hours_tues_end1": "12:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": "Open on second and fourth Tuesdays of the month", + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 377, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.23715480940278, + 39.9585887010502 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1731, + "site_name": "Courtyard Apartments at Riverview", + "address": "1021 South 4th St", + "phone_number": "215-551-7091", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19147", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.1501806632426, + "y": 39.9348904039844, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "15:00", + "hours_wed_end1": "17:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": "Open on first and third Wednesdays of the month", + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 378, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1501806632426, + 39.9348904039844 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1733, + "site_name": "Haddington Overbrook Resident Council", + "address": "648 N 57th St", + "phone_number": "267-319-2223", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19131", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.2343484644007, + "y": 39.9698990457032, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "10:00", + "hours_sat_end1": "13:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 380, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2343484644007, + 39.969899045703194 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1734, + "site_name": "Katie's Cupboard at Tabor", + "address": "4860 N Howard St", + "phone_number": "215-455-1706", + "category": "SHARE FOOD PROGRAM", + "zip_code": "", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.1250504961452, + "y": 40.0245861926688, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "10:00", + "hours_thurs_end1": "12:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 381, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1250504961452, + 40.0245861926688 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1736, + "site_name": "Mantua Haverford Community Center/Mt. Vernon Manor CDC", + "address": "1103 N. 40th St.", + "phone_number": "215-475-9492", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19104", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.1996174083507, + "y": 39.9640703294391, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "10:00", + "hours_wed_end1": "11:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 383, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1996174083507, + 39.9640703294391 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1737, + "site_name": "Men Who Care of Germantown Inc", + "address": "180 E Tulpehocken St", + "phone_number": "267-335-4786", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19144", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.1766029550634, + "y": 40.0450599190972, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "10:00", + "hours_sat_end1": "13:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 384, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.17660295506339, + 40.0450599190972 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1739, + "site_name": "Mount Hebron Baptist Church", + "address": "1419 Wharton St", + "phone_number": "267-441-6680", + "category": "PHILABUNDANCE/SHARE FOOD PROGRAM", + "zip_code": "19146", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.1686044442241, + "y": 39.9344127119299, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "10:30", + "hours_thurs_end1": "12:45", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": "Open on first and third Thursdays of the month", + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 385, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1686044442241, + 39.93441271192991 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1740, + "site_name": "New Bethany Baptist Church", + "address": "1415 S 23rd St", + "phone_number": "215-336-4166", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19146", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.1825016993948, + "y": 39.934304096031, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "12:00", + "hours_sat_end1": "14:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": "Open on second and fourth Saturdays of the month", + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 386, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.18250169939479, + 39.934304096031 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1742, + "site_name": "Reconciliation And Liberty Bible Church", + "address": "6027 Chestnut St", + "phone_number": "267-237-1763", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19139", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.2419880662309, + "y": 39.9607550185371, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "10:00", + "hours_sat_end1": "12:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 387, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.24198806623089, + 39.9607550185371 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1743, + "site_name": "The Charles Foundation", + "address": "605 N 52nd St", + "phone_number": "215-868-9543", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19131", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.2251208271949, + "y": 39.9697008108173, + "hours_mon_start1": "10:00", + "hours_mon_end1": "12:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": "Open on first and third Mondays of the month", + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 388, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.22512082719489, + 39.969700810817294 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1745, + "site_name": "Women Walking in Victory", + "address": "2441 N 29th St", + "phone_number": "215-908-5286", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19132", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.1791946194969, + "y": 39.9933821651265, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "10:00", + "hours_tues_end1": "12:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 390, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1791946194969, + 39.9933821651265 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1751, + "site_name": "Jerusalem French Church", + "address": "537 E. Wyoming Ave.", + "phone_number": "267-439-1246", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19120", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": "194.0", + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.1148399594775, + "y": 40.0205592394572, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "11:00", + "hours_tues_end1": "13:30", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 396, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1148399594775, + 40.02055923945721 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1753, + "site_name": "Philly House", + "address": "302 N 13th St.", + "phone_number": "215-922-6400", + "category": "Office of Homeless Services", + "zip_code": "19107", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": -75.1602727245355, + "y": 39.9581014715558, + "hours_mon_start1": "12:00", + "hours_mon_end1": "13:00", + "hours_mon_start2": "17:00", + "hours_mon_end2": "18:00", + "hours_mon_exceptions": null, + "hours_tues_start1": "12:00", + "hours_tues_end1": "13:00", + "hours_tues_start2": "17:00", + "hours_tues_end2": "18:00", + "hours_tues_exceptions": null, + "hours_wed_start1": "12:00", + "hours_wed_end1": "13:00", + "hours_wed_start2": "17:00", + "hours_wed_end2": "18:00", + "hours_wed_exceptions": null, + "hours_thurs_start1": "12:00", + "hours_thurs_end1": "13:00", + "hours_thurs_start2": "17:00", + "hours_thurs_end2": "18:00", + "hours_thurs_exceptions": null, + "hours_fri_start1": "12:00", + "hours_fri_end1": "13:00", + "hours_fri_start2": "17:00", + "hours_fri_end2": "18:00", + "hours_fri_exceptions": null, + "hours_sat_start1": "12:00", + "hours_sat_end1": "13:00", + "hours_sat_start2": "17:00", + "hours_sat_end2": "18:00", + "hours_sat_exceptions": null, + "hours_sun_start1": "12:00", + "hours_sun_end1": "13:00", + "hours_sun_start2": "17:00", + "hours_sun_end2": "18:00", + "hours_sun_exceptions": null, + "ObjectId2": 398, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1602727245355, + 39.95810147155579 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1754, + "site_name": "The Perimeter", + "address": "213-217 N 4th St", + "phone_number": "215-923-2600", + "category": "Office of Homeless Services", + "zip_code": "19106", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": -75.1461239043371, + "y": 39.9546974592809, + "hours_mon_start1": "09:00", + "hours_mon_end1": "13:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "09:00", + "hours_tues_end1": "13:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "09:00", + "hours_wed_end1": "13:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "09:00", + "hours_thurs_end1": "13:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "09:00", + "hours_fri_end1": "13:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 399, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1461239043371, + 39.954697459280894 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1755, + "site_name": "St. Francis Inn", + "address": "2441 Kensington Ave", + "phone_number": "215-423-5845", + "category": "Office of Homeless Services", + "zip_code": "19125", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": -75.1305798325364, + "y": 39.9868761814555, + "hours_mon_start1": "16:30", + "hours_mon_end1": "18:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "10:00", + "hours_tues_end1": "11:00", + "hours_tues_start2": "16:30", + "hours_tues_end2": "18:00", + "hours_tues_exceptions": null, + "hours_wed_start1": "10:00", + "hours_wed_end1": "11:00", + "hours_wed_start2": "16:30", + "hours_wed_end2": "18:00", + "hours_wed_exceptions": null, + "hours_thurs_start1": "10:00", + "hours_thurs_end1": "11:00", + "hours_thurs_start2": "16:30", + "hours_thurs_end2": "18:00", + "hours_thurs_exceptions": null, + "hours_fri_start1": "11:30", + "hours_fri_end1": "13:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "11:30", + "hours_sat_end1": "13:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": "11:30", + "hours_sun_end1": "13:00", + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 400, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1305798325364, + 39.9868761814555 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1756, + "site_name": "Living Word Community", + "address": "142 N. 17th St", + "phone_number": "215-563-1322", + "category": "Office of Homeless Services", + "zip_code": "19103", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": -75.167905369386, + "y": 39.9564938830237, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "09:00", + "hours_sat_end1": "11:30", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 401, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.167905369386, + 39.95649388302369 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1757, + "site_name": "Church of the Holy Trinity, Open Hearts Cafe", + "address": "1904 Walnut St", + "phone_number": "215-567-1267", + "category": "Office of Homeless Services", + "zip_code": "19103", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": -75.1732410374904, + "y": 39.9503297053409, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "16:30", + "hours_tues_end1": "18:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": "16:30", + "hours_sun_end1": "18:00", + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 402, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.17324103749038, + 39.95032970534089 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 3, + "site_name": "Lutheran Settlement House", + "address": "1340 Frankford Ave.", + "phone_number": "215-426-8610", + "category": "PCA", + "zip_code": "19125", + "temporary_closure": null, + "category_type": "Senior Meal Site", + "site_key": "3.0", + "status": "Active", + "website": "https://www.pcacares.org/", + "x": -75.1346696845059, + "y": 39.9714143441932, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 403, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1346696845059, + 39.9714143441932 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 4, + "site_name": "Mann Older Adult Center", + "address": "3201 N. 5th St.", + "phone_number": "215-685-9844", + "category": "PCA", + "zip_code": "19140", + "temporary_closure": null, + "category_type": "Senior Meal Site", + "site_key": "4.0", + "status": "Active", + "website": "https://www.pcacares.org/", + "x": -75.1381035710362, + "y": 40.0003955003318, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 404, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1381035710362, + 40.00039550033181 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 5, + "site_name": "Northern Living Center", + "address": "827 N Franklin St.", + "phone_number": "215-978-1300", + "category": "PCA", + "zip_code": "19123", + "temporary_closure": null, + "category_type": "Senior Meal Site", + "site_key": "5.0", + "status": "Active", + "website": "https://www.pcacares.org/", + "x": -75.149842743491, + "y": 39.9663456940248, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 405, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.149842743491, + 39.9663456940248 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 6, + "site_name": "On Lok House Satellite", + "address": "219 N. 10th St.", + "phone_number": "215-599-3016", + "category": "PCA", + "zip_code": "19107", + "temporary_closure": null, + "category_type": "Senior Meal Site", + "site_key": "6.0", + "status": "Active", + "website": "https://www.pcacares.org/", + "x": -75.1556468492715, + "y": 39.9558477411142, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 406, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1556468492715, + 39.955847741114184 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 7, + "site_name": "Philadelphia Senior Center - Allegheny Branch", + "address": "1900 W. Allegheny Ave.", + "phone_number": "267-286-1455", + "category": "PCA", + "zip_code": "19132", + "temporary_closure": null, + "category_type": "Senior Meal Site", + "site_key": "7.0", + "status": "Active", + "website": "https://www.pcacares.org/", + "x": -75.1607511503777, + "y": 40.0021516214852, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 407, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1607511503777, + 40.00215162148519 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 8, + "site_name": "Center in the Park", + "address": "5818 Germantown Ave.", + "phone_number": "215-848-7722", + "category": "PCA", + "zip_code": "19144", + "temporary_closure": null, + "category_type": "Senior Meal Site", + "site_key": "8.0", + "status": "Active", + "website": "https://www.pcacares.org/", + "x": -75.1763186048069, + "y": 40.0371367180718, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 408, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1763186048069, + 40.0371367180718 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 9, + "site_name": "Philadelphia Housing Authority Emlen Arms", + "address": "6733 Emlen St.", + "phone_number": "215-684-5893", + "category": "PCA", + "zip_code": "19119", + "temporary_closure": null, + "category_type": "Senior Meal Site", + "site_key": "9.0", + "status": "Active", + "website": "https://www.pcacares.org/", + "x": -75.1897048024025, + "y": 40.0495524495191, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 409, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.18970480240249, + 40.04955244951909 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 10, + "site_name": "Northeast Older Adult Center", + "address": "8101 Bustleton Ave.", + "phone_number": "215-685-0576", + "category": "PPR_Senior", + "zip_code": "19152", + "temporary_closure": null, + "category_type": "Senior Meal Site", + "site_key": "10.0", + "status": "Active", + "website": "https://www.phila.gov/programs/programs-for-older-adults/", + "x": -75.0512927167003, + "y": 40.0626388703767, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 410, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0512927167003, + 40.0626388703767 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 11, + "site_name": "Peter Brassi NE Senior Center", + "address": "4744-46 Frankford Ave.", + "phone_number": "215-831-2926", + "category": "PCA", + "zip_code": "19124", + "temporary_closure": null, + "category_type": "Senior Meal Site", + "site_key": "11.0", + "status": "Active", + "website": "https://www.pcacares.org/", + "x": -75.0832659675177, + "y": 40.0179806232626, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 411, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0832659675177, + 40.01798062326261 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 12, + "site_name": "Firehouse Active Adult Center", + "address": "5331 Haverford Ave.", + "phone_number": "215-472-6188", + "category": "PCA", + "zip_code": "19139", + "temporary_closure": null, + "category_type": "Senior Meal Site", + "site_key": "12.0", + "status": "Active", + "website": "https://www.pcacares.org/", + "x": -75.2275302718687, + "y": 39.9663034111803, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 412, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2275302718687, + 39.9663034111803 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 13, + "site_name": "West Philadelphia Senior Community Center", + "address": "1016-26 N. 41st St.", + "phone_number": "215-386-0379", + "category": "PCA", + "zip_code": "19104", + "temporary_closure": null, + "category_type": "Senior Meal Site", + "site_key": "13.0", + "status": "Active", + "website": "https://www.pcacares.org/", + "x": -75.2065871245062, + "y": 39.9722447013998, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 413, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2065871245062, + 39.9722447013998 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 14, + "site_name": "St. Edmonds Senior Community Center Catholic Housing and Community Services", + "address": "2130 S 21st St.", + "phone_number": "215-790-9530", + "category": "PCA", + "zip_code": "19145", + "temporary_closure": null, + "category_type": "Senior Meal Site", + "site_key": "14.0", + "status": "Active", + "website": "https://www.pcacares.org/", + "x": -75.1814047320966, + "y": 39.924705033699, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 414, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1814047320966, + 39.92470503369901 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 15, + "site_name": "Marconi Older Adult Program", + "address": "2433 S. 15th St.", + "phone_number": "215-218-0800", + "category": "PCA", + "zip_code": "19145", + "temporary_closure": null, + "category_type": "Senior Meal Site", + "site_key": "15.0", + "status": "Active", + "website": "https://www.pcacares.org/", + "x": -75.1722218478351, + "y": 39.9198234694442, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 415, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1722218478351, + 39.91982346944419 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 16, + "site_name": "Philadelphia Housing Authority Cassie L. Holly Apts. Satelite", + "address": "2100 Dickinson St.", + "phone_number": "215-684-3959", + "category": "PCA", + "zip_code": "19146", + "temporary_closure": null, + "category_type": "Senior Meal Site", + "site_key": "16.0", + "status": "Active", + "website": "https://www.pcacares.org/", + "x": -75.1802037142061, + "y": 39.9329219406382, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 416, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1802037142061, + 39.93292194063819 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 17, + "site_name": "Philadelphia Housing Authority Wilson Park", + "address": "2500 Jackson St.", + "phone_number": "215-684-3959", + "category": "PCA", + "zip_code": "19145", + "temporary_closure": null, + "category_type": "Senior Meal Site", + "site_key": "17.0", + "status": "Active", + "website": "https://www.pcacares.org/", + "x": -75.1895745925004, + "y": 39.9256829325143, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 417, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1895745925004, + 39.925682932514306 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 18, + "site_name": "Philadelphia Senior Center - Avenue of the Arts and Asia-Pacific Senior Resource Center", + "address": "509 S. Broad St.", + "phone_number": "215-546-5879", + "category": "PCA", + "zip_code": "19147", + "temporary_closure": null, + "category_type": "Senior Meal Site", + "site_key": "18.0", + "status": "Active", + "website": "https://www.pcacares.org/", + "x": -75.1650768349148, + "y": 39.9442374074862, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 418, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.16507683491479, + 39.94423740748621 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 19, + "site_name": "Catholic Housing and Community Services Star Harbor Senior Center Satellite", + "address": "4700 Springfield Ave.", + "phone_number": "215-726-7468", + "category": "PCA", + "zip_code": "19143", + "temporary_closure": null, + "category_type": "Senior Meal Site", + "site_key": "19.0", + "status": "Active", + "website": "https://www.pcacares.org/", + "x": -75.215080705399, + "y": 39.9467301704226, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 419, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.21508070539899, + 39.9467301704226 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 20, + "site_name": "Southwest Senior Center", + "address": "6916 Elmwood Ave.", + "phone_number": "215-937-1880", + "category": "PCA", + "zip_code": "19142", + "temporary_closure": null, + "category_type": "Senior Meal Site", + "site_key": "20.0", + "status": "Active", + "website": "https://www.pcacares.org/", + "x": -75.2363973399173, + "y": 39.917636507278, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 420, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2363973399173, + 39.91763650727799 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 21, + "site_name": "CHCS Norris Square Center", + "address": "2121 N. Howard St", + "phone_number": "215-423-7241", + "category": "PCA", + "zip_code": "19122", + "temporary_closure": null, + "category_type": "Senior Meal Site", + "site_key": "21.0", + "status": "Active", + "website": "https://www.pcacares.org/", + "x": -75.1334303130443, + "y": 39.9825794487322, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 421, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1334303130443, + 39.9825794487322 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 22, + "site_name": "The Center at Journey\u2019s Way", + "address": "403 Rector St.", + "phone_number": "215-487-1750", + "category": "PCA", + "zip_code": "19128", + "temporary_closure": null, + "category_type": "Senior Meal Site", + "site_key": "22.0", + "status": "Active", + "website": "https://www.pcacares.org/", + "x": -75.2140271953698, + "y": 40.0276301147186, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 422, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.21402719536978, + 40.0276301147186 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 29, + "site_name": "Mizpah SDA", + "address": "4355 Paul St", + "phone_number": "215-535-5995", + "category": "PHILABUNDANCE/SHARE FOOD PROGRAM", + "zip_code": "19124", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": "29.0", + "status": "Active", + "website": null, + "x": -75.0862700128796, + "y": 40.0115614247471, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "09:30", + "hours_tues_end1": "12:30", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 429, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0862700128796, + 40.01156142474711 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 31, + "site_name": "Parkside Association of Philadelphia", + "address": "1719 N 52nd St, Suite G", + "phone_number": null, + "category": "SHARE FOOD PROGRAM", + "zip_code": "19131", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": "31.0", + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.2240700000219, + "y": 39.9815280001684, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "08:00", + "hours_thurs_end1": "11:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 431, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.22407000002188, + 39.9815280001684 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 32, + "site_name": "Upper Room Missionary Baptist Church", + "address": "7236 Ogontz Ave", + "phone_number": "(215)549-7311/ 267-593-4989 (Deacon Michael Bennett)", + "category": "PHILABUNDANCE", + "zip_code": "19138", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": "32.0", + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.1550984996558, + "y": 40.064742000079, + "hours_mon_start1": "10:00", + "hours_mon_end1": "12:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "09:00", + "hours_tues_end1": "11:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "08:30", + "hours_wed_end1": "10:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "09:30", + "hours_thurs_end1": "12:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "09:00", + "hours_fri_end1": "11:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 432, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1550984996558, + 40.064742000078994 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 39, + "site_name": "SEAMAAC", + "address": "1711 S Broad St", + "phone_number": "215-467-0690", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19148", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": "39.0", + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.1683329996477, + "y": 39.9287159997525, + "hours_mon_start1": "10:00", + "hours_mon_end1": "14:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "10:00", + "hours_tues_end1": "14:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "10:00", + "hours_wed_end1": "14:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 438, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1683329996477, + 39.92871599975249 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 40, + "site_name": "Keep It Real CDC", + "address": "5900 Lansdowne Ave", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19151", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": "40.0", + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.2386679997829, + "y": 39.9759120002766, + "hours_mon_start1": "07:30", + "hours_mon_end1": "12:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "07:30", + "hours_tues_end1": "12:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "07:30", + "hours_wed_end1": "12:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "07:30", + "hours_thurs_end1": "12:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 439, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2386679997829, + 39.9759120002766 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 52, + "site_name": "Salvation Army Temple", + "address": "1340 Brown St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19123", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": "52.0", + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.1594046143944, + "y": 39.9678598706593, + "hours_mon_start1": "08:00", + "hours_mon_end1": "16:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "08:00", + "hours_tues_end1": "16:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "08:00", + "hours_wed_end1": "16:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "08:00", + "hours_thurs_end1": "16:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "08:00", + "hours_fri_end1": "16:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 451, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1594046143944, + 39.9678598706593 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 55, + "site_name": "Roxborough Presbyterian Church", + "address": "8232 Ridge Ave", + "phone_number": "(215) 483-2762", + "category": "PHILABUNDANCE", + "zip_code": "19128", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": "55.0", + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.237795308044, + "y": 40.0591609999051, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "10:00", + "hours_thurs_end1": "12:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 454, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.237795308044, + 40.0591609999051 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 59, + "site_name": "Young Chances Foundation", + "address": "2703 Tasker St", + "phone_number": "267-585-2923", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19145", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": "59.0", + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.1898384995645, + "y": 39.9333960000519, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "14:00", + "hours_thurs_end1": "18:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": "Open on the second and fourth Thursday of the month", + "hours_fri_start1": "14:00", + "hours_fri_end1": "18:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": "Open on the second and fourth Friday of the month", + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 458, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1898384995645, + 39.93339600005191 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 60, + "site_name": "Feast of Justice (Tyson Ave)", + "address": "3101 Tyson Ave", + "phone_number": "215-268-3510; registration@feastofjustice.org", + "category": "PHILABUNDANCE/SHARE FOOD PROGRAM", + "zip_code": "19149", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": "60.0", + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.0529172659927, + "y": 40.0372372507607, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "09:00", + "hours_tues_end1": "11:00", + "hours_tues_start2": "11:00", + "hours_tues_end2": "12:00", + "hours_tues_exceptions": "Some hours are by appointment only. Contact the site for more information.", + "hours_wed_start1": "10:00", + "hours_wed_end1": "12:00", + "hours_wed_start2": "16:00", + "hours_wed_end2": "19:00", + "hours_wed_exceptions": "Some hours are by appointment only. Contact the site for more information.", + "hours_thurs_start1": "17:30", + "hours_thurs_end1": "19:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "10:00", + "hours_fri_end1": "12:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "10:00", + "hours_sat_end1": "12:00", + "hours_sat_start2": "13:00", + "hours_sat_end2": "16:00", + "hours_sat_exceptions": "Some hours are by appointment only. Contact the site for more information.", + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 459, + "email": "registration@feastofjustice.org" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0529172659927, + 40.037237250760704 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1583, + "site_name": "Mighty Writers North", + "address": "Vaux Building, W. Seybert St & N. 23rd St", + "phone_number": "610-263-5379", + "category": "PHILABUNDANCE", + "zip_code": "19121", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.174260000349, + "y": 39.9762819997186, + "hours_mon_start1": "12:00", + "hours_mon_end1": "14:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "12:00", + "hours_tues_end1": "14:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "12:00", + "hours_wed_end1": "14:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "12:00", + "hours_thurs_end1": "14:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "12:00", + "hours_fri_end1": "14:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 734, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.17426000034898, + 39.976281999718594 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1625, + "site_name": "Mighty Writers El Futuro", + "address": "1025 S. 9th St.", + "phone_number": "215-602-0236", + "category": "PHILABUNDANCE", + "zip_code": "19147", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.1582622996111, + "y": 39.9369036002963, + "hours_mon_start1": "11:30", + "hours_mon_end1": "13:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "11:30", + "hours_tues_end1": "13:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "11:30", + "hours_wed_end1": "13:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "11:30", + "hours_thurs_end1": "13:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "11:30", + "hours_fri_end1": "13:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 776, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1582622996111, + 39.93690360029628 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 151, + "site_name": "Broad Street Love", + "address": "315 S Broad Street", + "phone_number": null, + "category": "Office of Homeless Services", + "zip_code": "19107", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": "151.0", + "status": "Active", + "website": null, + "x": -75.1649107348479, + "y": 39.9463593305455, + "hours_mon_start1": "11:30", + "hours_mon_end1": "13:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "11:30", + "hours_tues_end1": "13:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "11:30", + "hours_wed_end1": "13:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "11:30", + "hours_thurs_end1": "13:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "11:30", + "hours_fri_end1": "13:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 849, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1649107348479, + 39.946359330545505 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 152, + "site_name": "Hub of Hope", + "address": "1401 JFK Pkway, Suburban Station Concourse (lower level)", + "phone_number": null, + "category": "Office of Homeless Services", + "zip_code": "19102", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": "152.0", + "status": "Active", + "website": null, + "x": -75.1644451017913, + "y": 39.9542082054843, + "hours_mon_start1": "13:00", + "hours_mon_end1": "14:30", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "13:00", + "hours_tues_end1": "14:30", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "13:00", + "hours_wed_end1": "14:30", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "13:00", + "hours_thurs_end1": "14:30", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "13:00", + "hours_fri_end1": "14:30", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "13:00", + "hours_sat_end1": "14:30", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": "13:00", + "hours_sun_end1": "14:30", + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 850, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.16444510179129, + 39.9542082054843 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 158, + "site_name": "Juniata Park Older Adult Center", + "address": "1251 E. Sedgley Avenue", + "phone_number": "215-685-1490", + "category": "PPR_Senior", + "zip_code": "19134", + "temporary_closure": null, + "category_type": "Senior Meal Site", + "site_key": "154.0", + "status": "Active", + "website": "https://www.phila.gov/programs/programs-for-older-adults/", + "x": -75.1044433256204, + "y": 40.0036572029384, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 852, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1044433256204, + 40.0036572029384 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 159, + "site_name": "West Oak Lane Senior Center", + "address": "7210 Ogontz Avenue", + "phone_number": null, + "category": "PPR_Senior", + "zip_code": "19138", + "temporary_closure": null, + "category_type": "Senior Meal Site", + "site_key": "155.0", + "status": "Active", + "website": "https://www.phila.gov/programs/programs-for-older-adults/", + "x": -75.1542445423279, + "y": 40.0643925853223, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 853, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1542445423279, + 40.0643925853223 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 160, + "site_name": "South Philly Older Adult Center", + "address": "1430 E. Passyunk Avenue", + "phone_number": "215-685-1697", + "category": "PPR_Senior", + "zip_code": "19147", + "temporary_closure": null, + "category_type": "Senior Meal Site", + "site_key": "156.0", + "status": "Active", + "website": "https://www.phila.gov/programs/programs-for-older-adults/", + "x": -75.1624560997666, + "y": 39.9315061772274, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 854, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1624560997666, + 39.9315061772274 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 162, + "site_name": "Iglesia Christiana Avivamiento", + "address": "5500 Tabor Rd", + "phone_number": "215-856-3932", + "category": "PHILABUNDANCE", + "zip_code": "19120", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": "158.0", + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.1040875783119, + "y": 40.0364108953804, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "10:00", + "hours_tues_end1": "14:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 856, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.10408757831192, + 40.036410895380406 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 164, + "site_name": "Richard & Friends", + "address": "1916 E Venango", + "phone_number": null, + "category": "SHARE FOOD PROGRAM", + "zip_code": "19134", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": "160.0", + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.1027403134918, + "y": 39.9996917304216, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 858, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.10274031349178, + 39.9996917304216 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 200, + "site_name": "Faith Chapel Church FCDC", + "address": "108 E. Price St.", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19144", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": "195.0", + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.1738733808022, + "y": 40.0377994804202, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "09:00", + "hours_thurs_end1": "12:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 892, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1738733808022, + 40.0377994804202 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 201, + "site_name": "New Era Baptist Church", + "address": "6618 Wyncote Ave.", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19138", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": "196.0", + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.1539733052039, + "y": 40.0555689272364, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "09:00", + "hours_thurs_end1": "10:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 893, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.15397330520389, + 40.05556892723641 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 205, + "site_name": "10th St. Market (North 10)", + "address": "3890 N. 10th St., 2nd Fl", + "phone_number": "267-908-9000 ext 232", + "category": "PHILABUNDANCE", + "zip_code": "19140", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": "200.0", + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.1442911997158, + "y": 40.011658490177, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "10:00", + "hours_tues_end1": "12:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "10:00", + "hours_thurs_end1": "12:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 897, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1442911997158, + 40.011658490177005 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1758, + "site_name": "Grace Cafe", + "address": "55 N Broad St", + "phone_number": "215-568-6250", + "category": "Office of Homeless Services", + "zip_code": "19107", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": -75.1629413548718, + "y": 39.9541376542775, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": "17:00", + "hours_sun_end1": "18:00", + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 901, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1629413548718, + 39.9541376542775 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1759, + "site_name": "Chosen 300", + "address": "1116 Spring Garden St.", + "phone_number": "215-765-9806", + "category": "Office of Homeless Services", + "zip_code": "19123", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": -75.1568948175558, + "y": 39.9615472602088, + "hours_mon_start1": "18:00", + "hours_mon_end1": "19:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "18:00", + "hours_wed_end1": "19:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "18:00", + "hours_fri_end1": "19:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "17:00", + "hours_sat_end1": "18:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 902, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.15689481755578, + 39.96154726020879 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1760, + "site_name": "Chosen 300 West", + "address": "3959 Lancaster Ave", + "phone_number": "215-765-9806", + "category": "Office of Homeless Services", + "zip_code": "19104", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": -75.2020146023491, + "y": 39.963143570813, + "hours_mon_start1": "18:00", + "hours_mon_end1": "19:30", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "18:00", + "hours_fri_end1": "19:30", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 903, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2020146023491, + 39.96314357081301 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1761, + "site_name": "UC Hospitality Coalition", + "address": "3637 Chestnut St", + "phone_number": "610-639-4395", + "category": "Office of Homeless Services", + "zip_code": "19104", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": -75.1962020877731, + "y": 39.9552201369182, + "hours_mon_start1": "18:00", + "hours_mon_end1": "19:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 904, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1962020877731, + 39.9552201369182 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1763, + "site_name": "UC Hospitality Coalition", + "address": "38th and Ludlow St", + "phone_number": "610-639-4395", + "category": "Office of Homeless Services", + "zip_code": "19104", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": -75.1980295659639, + "y": 39.9557889716924, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "18:00", + "hours_wed_end1": "19:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 905, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1980295659639, + 39.9557889716924 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1764, + "site_name": "UC Hospitality Coalition", + "address": "3619 Locust Walk", + "phone_number": "610-639-4395", + "category": "Office of Homeless Services", + "zip_code": "19104", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": -75.1958238959745, + "y": 39.9522669169356, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "18:00", + "hours_thurs_end1": "19:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 906, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1958238959745, + 39.9522669169356 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1765, + "site_name": "UC Hospitality Coalition", + "address": "401 S 42nd St", + "phone_number": "610-639-4395", + "category": "Office of Homeless Services", + "zip_code": "19104", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": -75.2068928699972, + "y": 39.9509410940945, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "18:00", + "hours_fri_end1": "19:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 907, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.20689286999719, + 39.950941094094496 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1767, + "site_name": "Face to Face", + "address": "123 E. Price St", + "phone_number": "215-438-7939", + "category": "Office of Homeless Services", + "zip_code": "19144", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": -75.1740966621666, + "y": 40.0383687103843, + "hours_mon_start1": "09:00", + "hours_mon_end1": "14:45", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "09:00", + "hours_thurs_end1": "14:45", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "09:00", + "hours_fri_end1": "14:45", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "09:00", + "hours_sat_end1": "14:45", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": "09:00", + "hours_sun_end1": "14:45", + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 909, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1740966621666, + 40.03836871038429 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1768, + "site_name": "Salvation Army", + "address": "1920 E Allegheny Ave", + "phone_number": "215-739-2365", + "category": "Office of Homeless Services", + "zip_code": "19134", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": -75.1121546387226, + "y": 39.9946369543148, + "hours_mon_start1": "11:00", + "hours_mon_end1": "16:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "11:00", + "hours_tues_end1": "16:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "11:00", + "hours_wed_end1": "14:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "18:00", + "hours_thurs_end1": "21:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 910, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1121546387226, + 39.9946369543148 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1769, + "site_name": "Our Brothers Place", + "address": "907 Hamilton St", + "phone_number": "215-985-1600", + "category": "Office of Homeless Services", + "zip_code": "19123", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": -75.1537807497446, + "y": 39.9602284858481, + "hours_mon_start1": "12:00", + "hours_mon_end1": "13:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "12:00", + "hours_tues_end1": "13:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "12:00", + "hours_wed_end1": "13:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "12:00", + "hours_thurs_end1": "13:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "12:00", + "hours_fri_end1": "13:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 911, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1537807497446, + 39.9602284858481 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1770, + "site_name": "Church of the Advocate", + "address": "1801 Diamond St", + "phone_number": "215-978-8000", + "category": "Office of Homeless Services", + "zip_code": "19121", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": -75.1633430156685, + "y": 39.9858410546873, + "hours_mon_start1": "12:00", + "hours_mon_end1": "13:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "12:00", + "hours_fri_end1": "13:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 912, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.16334301566849, + 39.98584105468731 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1771, + "site_name": "Mt. Tabor AME Church", + "address": "961 N. 7th St", + "phone_number": "215-574-1310", + "category": "Office of Homeless Services", + "zip_code": "19123", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": -75.1482305280623, + "y": 39.9690817750412, + "hours_mon_start1": "12:00", + "hours_mon_end1": "13:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 913, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.14823052806229, + 39.969081775041204 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1772, + "site_name": "Bethel Presbyterian Church", + "address": "1900 W York St", + "phone_number": "215-228-0328", + "category": "Office of Homeless Services", + "zip_code": "19132", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": -75.1638490311633, + "y": 39.9903258701712, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "14:00", + "hours_sat_end1": "16:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 914, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1638490311633, + 39.99032587017119 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1773, + "site_name": "St. John's Hospice", + "address": "1221 Race St", + "phone_number": "215-563-7763", + "category": "Office of Homeless Services", + "zip_code": "19107", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": -75.1599856443517, + "y": 39.9559930011262, + "hours_mon_start1": "12:00", + "hours_mon_end1": "13:00", + "hours_mon_start2": "16:00", + "hours_mon_end2": "16:30", + "hours_mon_exceptions": null, + "hours_tues_start1": "12:00", + "hours_tues_end1": "13:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "12:00", + "hours_wed_end1": "13:00", + "hours_wed_start2": "16:00", + "hours_wed_end2": "16:30", + "hours_wed_exceptions": null, + "hours_thurs_start1": "12:00", + "hours_thurs_end1": "13:00", + "hours_thurs_start2": "16:00", + "hours_thurs_end2": "17:00", + "hours_thurs_exceptions": "Open on third Thursday of the month from 4-5 pm", + "hours_fri_start1": "12:00", + "hours_fri_end1": "13:00", + "hours_fri_start2": "16:00", + "hours_fri_end2": "16:30", + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 915, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1599856443517, + 39.9559930011262 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1779, + "site_name": "FAWN Food Pantry at Tilden Middle School", + "address": "6601 Elmwood Ave (enter by parking lot on 66th St.)", + "phone_number": "445-216-9766", + "category": "PHILABUNDANCE", + "zip_code": "19142", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.2323380649246, + "y": 39.9216153588454, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "10:00", + "hours_fri_end1": "14:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 921, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2323380649246, + 39.9216153588454 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1781, + "site_name": "Community Center at Visitation", + "address": "2646 Kensington Ave", + "phone_number": "215-426-9422", + "category": "PHILABUNDANCE", + "zip_code": "19125", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://nutritionaldevelopmentservices.org/", + "x": -75.1262197898038, + "y": 39.9897495856365, + "hours_mon_start1": "09:00", + "hours_mon_end1": "12:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 923, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.12621978980381, + 39.989749585636496 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1782, + "site_name": "5th District and Friends at John F. Street Community Center", + "address": "1100 Poplar St.", + "phone_number": "215-645-2833", + "category": "PHILABUNDANCE", + "zip_code": "19123", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.1529737318182, + "y": 39.9685130387533, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "14:00", + "hours_fri_end1": "15:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 924, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1529737318182, + 39.9685130387533 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1784, + "site_name": "Catholic Social Services Southwest Family Service Center", + "address": "6214 Grays Ave", + "phone_number": "215-724-8550", + "category": "Nutritional Development Services", + "zip_code": "19142", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://nutritionaldevelopmentservices.org/", + "x": -75.2282328616182, + "y": 39.9256578737702, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "10:00", + "hours_wed_end1": "14:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "10:00", + "hours_fri_end1": "14:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 926, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.22823286161818, + 39.9256578737702 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1785, + "site_name": "Catholic Social Services Northeast Family Service Center", + "address": "7340 Jackson St", + "phone_number": null, + "category": "Nutritional Development Services", + "zip_code": "19136", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://nutritionaldevelopmentservices.org/", + "x": -75.0353879551563, + "y": 40.0332363771882, + "hours_mon_start1": "09:00", + "hours_mon_end1": "12:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "09:00", + "hours_wed_end1": "12:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "09:00", + "hours_fri_end1": "12:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 927, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0353879551563, + 40.0332363771882 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1786, + "site_name": "Dreuding Center", + "address": "1321 N. Lawrence St. Door Number 10", + "phone_number": "215-787-3263", + "category": "Nutritional Development Services", + "zip_code": "19122", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://nutritionaldevelopmentservices.org/", + "x": -75.1434718701725, + "y": 39.9720257786128, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "09:00", + "hours_tues_end1": "12:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "15:00", + "hours_thurs_end1": "17:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 928, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1434718701725, + 39.9720257786128 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1787, + "site_name": "Lutheran Settlement Food Cupboard", + "address": "1340 Frankford Ave", + "phone_number": "215-426-8610", + "category": "Nutritional Development Services", + "zip_code": "19125", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://nutritionaldevelopmentservices.org/", + "x": -75.1345928643168, + "y": 39.9713738289625, + "hours_mon_start1": "09:00", + "hours_mon_end1": "15:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "09:00", + "hours_tues_end1": "15:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "09:00", + "hours_wed_end1": "15:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "09:00", + "hours_thurs_end1": "15:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "09:00", + "hours_fri_end1": "15:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 929, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.13459286431679, + 39.9713738289625 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1788, + "site_name": "Mission of St. Joan of Arc Food Cupboard", + "address": "3550 Frankford Ave", + "phone_number": "215-535-4641", + "category": "Nutritional Development Services", + "zip_code": "19134", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://nutritionaldevelopmentservices.org/", + "x": -75.1023081023546, + "y": 39.9978300871201, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "10:00", + "hours_tues_end1": "12:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "10:00", + "hours_thurs_end1": "12:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 930, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.10230810235458, + 39.99783008712011 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1789, + "site_name": "Our Lady of Hope", + "address": "5200 N. Broad St", + "phone_number": "215-868-1390", + "category": "Nutritional Development Services", + "zip_code": "19141", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://nutritionaldevelopmentservices.org/", + "x": -75.1465094718835, + "y": 40.0324039164571, + "hours_mon_start1": "14:00", + "hours_mon_end1": "16:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 931, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1465094718835, + 40.032403916457106 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1790, + "site_name": "Rodeph Shalom", + "address": "1339 Green St.", + "phone_number": "215-627-6747", + "category": "Nutritional Development Services", + "zip_code": "19123", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://nutritionaldevelopmentservices.org/", + "x": -75.160800772828, + "y": 39.9636294160772, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "08:15", + "hours_wed_end1": "10:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 932, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.160800772828, + 39.963629416077204 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1791, + "site_name": "St. Barbara", + "address": "5359 Lebanon Ave (side entrance)", + "phone_number": "215-473-1044", + "category": "Nutritional Development Services", + "zip_code": "19131", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://nutritionaldevelopmentservices.org/", + "x": -75.2318588950946, + "y": 39.9876916813117, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "11:00", + "hours_tues_end1": "12:30", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 933, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2318588950946, + 39.9876916813117 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1792, + "site_name": "Padre Pio Prayer Center Food Distribution (St. Joachim)", + "address": "1527 Church St", + "phone_number": "215-288-3081", + "category": "Nutritional Development Services", + "zip_code": "19124", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://nutritionaldevelopmentservices.org/", + "x": -75.0897109299385, + "y": 40.0118811000791, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "11:00", + "hours_thurs_end1": "11:30", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 934, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0897109299385, + 40.011881100079094 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1799, + "site_name": "McClure Elementary School", + "address": "600 W Hunting Park Ave", + "phone_number": "215-900-4286", + "category": "PHILABUNDANCE", + "zip_code": "19140", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.1375770135384, + "y": 40.0151658377538, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "14:00", + "hours_thurs_end1": "15:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 939, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1375770135384, + 40.01516583775379 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1802, + "site_name": "Bebashi", + "address": "1235 Spring Garden St", + "phone_number": "215-769-3561", + "category": "PHILABUNDANCE", + "zip_code": "19123", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.1588581801891, + "y": 39.9621503368767, + "hours_mon_start1": "10:00", + "hours_mon_end1": "16:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "10:00", + "hours_tues_end1": "16:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "10:00", + "hours_wed_end1": "16:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "10:00", + "hours_thurs_end1": "16:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "10:00", + "hours_fri_end1": "16:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 942, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1588581801891, + 39.9621503368767 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1806, + "site_name": "Better Tomorrows - West Poplar Apartments", + "address": "637 N. 13th St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19123", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.1585105970308, + "y": 39.9646325480805, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "09:00", + "hours_wed_end1": "17:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 946, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.15851059703081, + 39.964632548080495 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1990, + "site_name": "Gompers School", + "address": "5701 Wynnefield Ave", + "phone_number": "267-593-5590", + "category": "PHILABUNDANCE", + "zip_code": "19151", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.2379696330734, + "y": 39.9923548397912, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "11:30", + "hours_wed_end1": "12:30", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1004, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.23796963307339, + 39.99235483979119 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1952, + "site_name": "Dobbins Technical High School", + "address": "2150 W Lehigh Ave.", + "phone_number": "215-301-2667; 267-312-5229", + "category": "PHILABUNDANCE", + "zip_code": "19132", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.166715537836, + "y": 39.9951816474292, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "11:30", + "hours_wed_end1": "13:30", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1101, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.166715537836, + 39.9951816474292 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 1958, + "site_name": "Gideon School", + "address": "2817 W Glenwood Ave.", + "phone_number": "215-301-5384", + "category": "PHILABUNDANCE", + "zip_code": "19121", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.1805905188846, + "y": 39.9843399898756, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "12:00", + "hours_wed_end1": "13:30", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1107, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1805905188846, + 39.98433998987561 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2032, + "site_name": "Temple University Hospital, Episcopal Campus", + "address": "100 E. Lehigh Ave.", + "phone_number": "215-707-0305", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19125", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.1292128279476, + "y": 39.9900143859633, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "14:00", + "hours_thurs_end1": "16:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1225, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1292128279476, + 39.99001438596329 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2033, + "site_name": "New Hope AME Zion Church", + "address": "5802 Musgrave St.", + "phone_number": "215-668-9703", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19144", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.1689202502226, + "y": 40.0440040815861, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "11:00", + "hours_sat_end1": "13:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": "Open on first and third Saturdays of the month", + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1227, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.16892025022261, + 40.0440040815861 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2035, + "site_name": "New Disciples Ministries", + "address": "6301 Kingsessing Ave.", + "phone_number": "267-593-1158", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19143", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.2358147107232, + "y": 39.9288476468292, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "09:00", + "hours_sat_end1": "14:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": "Open on second and fourth Saturdays of the month", + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1231, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.23581471072319, + 39.9288476468292 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2037, + "site_name": "Feed Philly Now", + "address": "2819 N Mascher St", + "phone_number": "267-702-0134", + "category": "Small Things Philly", + "zip_code": "19133", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.smallthingsphilly.org/", + "x": -75.1321818378598, + "y": 39.9932267337329, + "hours_mon_start1": "16:00", + "hours_mon_end1": "18:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "16:00", + "hours_tues_end1": "18:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "16:00", + "hours_wed_end1": "18:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "16:00", + "hours_thurs_end1": "18:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "16:00", + "hours_fri_end1": "18:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1235, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.13218183785982, + 39.9932267337329 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2174, + "site_name": "Philly Dream Center", + "address": "Kensington Ave. and E. Allegheny Ave.", + "phone_number": "215-856-3250", + "category": "Office of Homeless Services", + "zip_code": "19134", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": -75.1135473956019, + "y": 39.996578551812, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "11:00", + "hours_fri_end1": "13:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1236, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.11354739560188, + 39.996578551812 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2038, + "site_name": "Philadelphia Masjid", + "address": "4700 Wyalusing Ave.", + "phone_number": "215-475-7597", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19131", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.2162266220973, + "y": 39.9698682723065, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "11:00", + "hours_thurs_end1": "13:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1237, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2162266220973, + 39.9698682723065 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2041, + "site_name": "CDA Philadelphia Ministry", + "address": "301 Saint Vincent St", + "phone_number": "215-888-0272", + "category": "Small Things Philly", + "zip_code": "19111", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.smallthingsphilly.org/", + "x": -75.0877134385927, + "y": 40.0607884572586, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "14:00", + "hours_wed_end1": "17:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "10:00", + "hours_fri_end1": "13:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1243, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.08771343859269, + 40.0607884572586 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2042, + "site_name": "Concilio", + "address": "141 E Hunting Park Ave", + "phone_number": "215-627-3100 Ext 258", + "category": "Small Things Philly", + "zip_code": "19124", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.smallthingsphilly.org/", + "x": -75.1237779556436, + "y": 40.0137182907762, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "11:00", + "hours_tues_end1": "14:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1245, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.12377795564359, + 40.0137182907762 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2043, + "site_name": "New Covenant Church Cheltenham", + "address": "4201 Princeton Ave", + "phone_number": "267-702-0134", + "category": "Small Things Philly", + "zip_code": "19135", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.smallthingsphilly.org/", + "x": -75.0431371364011, + "y": 40.0332681563206, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "12:00", + "hours_tues_end1": "15:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1247, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0431371364011, + 40.033268156320595 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2044, + "site_name": "OCCCDA (Howell St.)", + "address": "900 E Howell St", + "phone_number": "215-586-9551", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19149", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.0910929659985, + "y": 40.0382907748535, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "10:00", + "hours_thurs_end1": "16:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": "Open on first, second, third, and fifth Thursdays of the month", + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1249, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0910929659985, + 40.0382907748535 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2045, + "site_name": "Firm Hope Baptist Church", + "address": "2311 E Auburn St", + "phone_number": "215 634 2486", + "category": "Small Things Philly", + "zip_code": "19134", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.smallthingsphilly.org/", + "x": -75.1151602319978, + "y": 39.9851647464177, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "10:00", + "hours_thurs_end1": "14:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1251, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.11516023199779, + 39.98516474641771 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2047, + "site_name": "South Philadelphia High School", + "address": "2101 Broad St", + "phone_number": "215-847-5154", + "category": "PHILABUNDANCE", + "zip_code": "19148", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.1687545491827, + "y": 39.9234226841309, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "14:00", + "hours_tues_end1": "15:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": "Open on the second and fourth Tuesdays of the month", + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1253, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1687545491827, + 39.923422684130884 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2048, + "site_name": "Allegheny West Foundation", + "address": "3101 N. 22nd St.", + "phone_number": "215-225-1019", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19132", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.1658706040358, + "y": 40.0020560014599, + "hours_mon_start1": "10:00", + "hours_mon_end1": "12:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "10:00", + "hours_tues_end1": "12:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "10:00", + "hours_wed_end1": "12:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "10:00", + "hours_thurs_end1": "12:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "10:00", + "hours_fri_end1": "14:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1254, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1658706040358, + 40.002056001459906 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2050, + "site_name": "Old First Reformed United Church of Christ", + "address": "151 N. 4th St.", + "phone_number": "215-922-4566", + "category": "Office of Homeless Services", + "zip_code": "19106", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": -75.1462040327961, + "y": 39.9537640959331, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "09:00", + "hours_sat_end1": "10:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": "17:00", + "hours_sun_end1": "18:00", + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1256, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1462040327961, + 39.95376409593311 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2052, + "site_name": "South Philly Community Fridge at BOK Building", + "address": "1901 S. 9th St.", + "phone_number": "southphlcommunityfridge@gmail.com", + "category": "Community Refrigerators", + "zip_code": "19148", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://southphillyfridge.com/", + "x": -75.1600160318808, + "y": 39.9252878451299, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1258, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1600160318808, + 39.925287845129894 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2053, + "site_name": "Bebashi Community Fridge", + "address": "1235 Spring Garden St.", + "phone_number": "215-769-3561", + "category": "Community Refrigerators", + "zip_code": "19123", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.bebashi.org/food-and-support/", + "x": -75.158600527611, + "y": 39.9621605484304, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1259, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.15860052761099, + 39.9621605484304 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2056, + "site_name": "East Falls Community Fridge at Vault + Vine", + "address": "3507 Midvale Ave.", + "phone_number": "eastfallscommunityfridge@gmail.com", + "category": "Community Refrigerators", + "zip_code": "19129", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://eastfallscommunityfridge.com/", + "x": -75.1925968635794, + "y": 40.0136528708565, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1264, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.19259686357938, + 40.0136528708565 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2059, + "site_name": "Fridges and Family at the People's Kitchen", + "address": "1149 S. 9th St.", + "phone_number": "southphlcommunityfridge@gmail.com", + "category": "Community Refrigerators", + "zip_code": "19147", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://southphillyfridge.com/", + "x": -75.1586757977021, + "y": 39.9350135232846, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1268, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1586757977021, + 39.9350135232846 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2060, + "site_name": "Germantown Community Fridge", + "address": "20 W. Armat St.", + "phone_number": "germantownfridge@gmail.com", + "category": "Community Refrigerators", + "zip_code": "19144", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.germantowncommunityfridge.com/", + "x": -75.1740698842091, + "y": 40.0346483763818, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1269, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1740698842091, + 40.0346483763818 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2061, + "site_name": "Germantown Community Fridge", + "address": "19 E. High St.", + "phone_number": "germantownfridge@gmail.com", + "category": "Community Refrigerators", + "zip_code": "19144", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.germantowncommunityfridge.com/", + "x": -75.1772918542851, + "y": 40.0397807806651, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1270, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1772918542851, + 40.0397807806651 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2062, + "site_name": "South Philly Community Fridge at Mifflin Sq. Park", + "address": "516 Wolf St.", + "phone_number": "southphlcommunityfridge@gmail.com", + "category": "Community Refrigerators", + "zip_code": "19148", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://southphillyfridge.com/", + "x": -75.1563769646693, + "y": 39.9200585143654, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1271, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.15637696466929, + 39.92005851436539 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2063, + "site_name": "Umoja Community Fridge at North Philly Peace Park", + "address": "2226 West Jefferson St.", + "phone_number": "umojafridge@gmail.com", + "category": "Community Refrigerators", + "zip_code": "19121", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.instagram.com/umojacommunityfridge/?utm_medium=copy_link", + "x": -75.1721073850862, + "y": 39.9774645446481, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1272, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1721073850862, + 39.9774645446481 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2066, + "site_name": "Bethany Indonesian Church", + "address": "1709 South Broad St", + "phone_number": "(215) 833-2923 / (267) 773-2208", + "category": "PHILABUNDANCE", + "zip_code": "19148", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.1683678069376, + "y": 39.9289412552884, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "09:00", + "hours_thurs_end1": "10:30", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1273, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1683678069376, + 39.9289412552884 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2067, + "site_name": "Feast for Friends", + "address": "6001 Colgate St.", + "phone_number": "(215) 921-1689", + "category": "PHILABUNDANCE", + "zip_code": "19111", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.1001490488377, + "y": 40.0446476669104, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "09:30", + "hours_tues_end1": "11:30", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1275, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1001490488377, + 40.04464766691041 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2068, + "site_name": "John Welsh School", + "address": "2331 N. 4th Street", + "phone_number": "215-400-7130", + "category": "PHILABUNDANCE", + "zip_code": "19133", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.1392474747912, + "y": 39.986604354101, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "08:00", + "hours_wed_end1": "10:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1276, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.13924747479119, + 39.986604354101004 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2069, + "site_name": "Kingdom Restoration Ministries", + "address": "5310 N. 8th St.", + "phone_number": "267-336-7815", + "category": "PHILABUNDANCE", + "zip_code": "19120", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.1367095183287, + "y": 40.0331678707606, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "11:00", + "hours_sat_end1": "13:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": "Open on the third Saturday of the month", + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1279, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1367095183287, + 40.03316787076061 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2070, + "site_name": "Mi Salud Wellness Center", + "address": "200 E. Wyoming Ave.", + "phone_number": "215-220-4421", + "category": "PHILABUNDANCE", + "zip_code": "19120", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.1222213148709, + "y": 40.0210041382369, + "hours_mon_start1": "17:30", + "hours_mon_end1": "19:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "17:30", + "hours_wed_end1": "19:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1280, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.12222131487091, + 40.0210041382369 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2071, + "site_name": "Project HOME", + "address": "1845 N 23rd St.", + "phone_number": "215-235-3110", + "category": "PHILABUNDANCE", + "zip_code": "19121", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.1717349771278, + "y": 39.9831244260181, + "hours_mon_start1": "10:30", + "hours_mon_end1": "12:30", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "17:00", + "hours_tues_end1": "19:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": "Open on the third Tuesday of the month", + "hours_wed_start1": "10:30", + "hours_wed_end1": "12:30", + "hours_wed_start2": "17:00", + "hours_wed_end2": "19:00", + "hours_wed_exceptions": "Open on the third Wednesday evening of the month", + "hours_thurs_start1": "10:30", + "hours_thurs_end1": "12:30", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1281, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1717349771278, + 39.9831244260181 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2072, + "site_name": "Richard and Friends United in the Community", + "address": "1921 E Venango St", + "phone_number": "(267) 679-0884", + "category": "PHILABUNDANCE", + "zip_code": "19134", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.102203066974, + "y": 39.9995905870617, + "hours_mon_start1": "13:00", + "hours_mon_end1": "18:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "13:00", + "hours_tues_end1": "18:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "13:00", + "hours_wed_end1": "18:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "13:00", + "hours_thurs_end1": "18:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "13:00", + "hours_fri_end1": "18:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1283, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.10220306697398, + 39.99959058706169 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2073, + "site_name": "The Word in Action International Ministries", + "address": "1539 W. Courtland Street", + "phone_number": "215-324-7665", + "category": "PHILABUNDANCE", + "zip_code": "19140", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.1511616796028, + "y": 40.0237048842628, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "11:00", + "hours_tues_end1": "16:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "11:00", + "hours_wed_end1": "16:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "11:00", + "hours_thurs_end1": "16:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "11:00", + "hours_fri_end1": "16:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1285, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1511616796028, + 40.023704884262784 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2074, + "site_name": "Urban Creators", + "address": "2315 N. 11th St.", + "phone_number": "(917) 921-1248", + "category": "PHILABUNDANCE", + "zip_code": "19133", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.1503021992511, + "y": 39.9876218043958, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "15:00", + "hours_wed_end1": "17:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1287, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1503021992511, + 39.98762180439581 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2075, + "site_name": "Wynne Senior Residences - Penrose", + "address": "2001 N. 54th St.", + "phone_number": "267.419.6921", + "category": "PHILABUNDANCE", + "zip_code": "19131", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.2315348271429, + "y": 39.9869348111759, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "09:00", + "hours_thurs_end1": "16:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1289, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2315348271429, + 39.9869348111759 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2076, + "site_name": "Association of Former Gang Members", + "address": "1644 W. Susquehanna Ave.", + "phone_number": "215-980-1151", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19121", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.1607953361984, + "y": 39.9867275753448, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "10:30", + "hours_wed_end1": "12:30", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": "Open on the second and fourth Wednesays of the month", + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1291, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.16079533619839, + 39.986727575344794 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2193, + "site_name": "Old St. Joseph's Church", + "address": "321 Willings Alley", + "phone_number": "215-923-1733", + "category": "Office of Homeless Services", + "zip_code": "19106", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": -75.1475917526346, + "y": 39.9465790565325, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "10:30", + "hours_tues_end1": "11:15", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "10:30", + "hours_thurs_end1": "11:15", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "10:30", + "hours_sat_end1": "11:15", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1292, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1475917526346, + 39.94657905653251 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2077, + "site_name": "Stephen and Sandra Sheller 11th St. Family Health Services", + "address": "850 N. 11th St.", + "phone_number": "215-769-1100", + "category": "Nutritional Development Services", + "zip_code": "19123", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://nutritionaldevelopmentservices.org/", + "x": -75.1551145013212, + "y": 39.9679325529388, + "hours_mon_start1": "09:00", + "hours_mon_end1": "12:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "13:00", + "hours_tues_end1": "15:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "09:00", + "hours_wed_end1": "12:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "13:00", + "hours_thurs_end1": "15:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "09:00", + "hours_fri_end1": "12:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1293, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.15511450132118, + 39.967932552938805 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2078, + "site_name": "Feast of Justice - Northeast Services Hub", + "address": "6334 Castor Ave", + "phone_number": "215-268-3510", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19149", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": -75.0785381781358, + "y": 40.0385675517687, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "10:30", + "hours_thurs_end1": "12:30", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "10:30", + "hours_sat_end1": "13:30", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1295, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.07853817813579, + 40.03856755176871 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2236, + "site_name": "St. John Memorial Baptist Church", + "address": "2853 Germantown Ave", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19133", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": -75.1468363755204, + "y": 39.9959017368757, + "hours_mon_start1": "08:00", + "hours_mon_end1": "12:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1364, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1468363755204, + 39.995901736875695 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2239, + "site_name": "Catholic Social Services Southwest", + "address": "6214 Grays Ave.", + "phone_number": "215-724-8550, ext. 6", + "category": "BenePhilly", + "zip_code": "19142.0", + "temporary_closure": null, + "category_type": "Public Benefits", + "site_key": null, + "status": "Active", + "website": "https://cssphiladelphia.org/family-service-centers/southwest-family-service-center/", + "x": -75.22823869, + "y": 39.92562457, + "hours_mon_start1": "09:30", + "hours_mon_end1": "17:30", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "09:30", + "hours_tues_end1": "17:30", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "09:30", + "hours_wed_end1": "17:30", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "09:30", + "hours_thurs_end1": "17:30", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "09:30", + "hours_fri_end1": "17:30", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1376, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.22823869, + 39.92562456999999 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2240, + "site_name": "Esperanza", + "address": "4261 N. 5th St.", + "phone_number": "215-324-0746, ext. 108", + "category": "BenePhilly", + "zip_code": "19140.0", + "temporary_closure": null, + "category_type": "Public Benefits", + "site_key": null, + "status": "Active", + "website": "https://www.esperanza.us/", + "x": -75.13416739, + "y": 40.0162608, + "hours_mon_start1": "09:00", + "hours_mon_end1": "17:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "09:00", + "hours_tues_end1": "17:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "09:00", + "hours_wed_end1": "17:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "09:00", + "hours_thurs_end1": "17:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "09:00", + "hours_fri_end1": "17:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1377, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.13416739, + 40.0162608 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2241, + "site_name": "Impact Services", + "address": "1952 E. Allegheny Ave.", + "phone_number": "215-739-1600, ext. 156", + "category": "BenePhilly", + "zip_code": "19134.0", + "temporary_closure": null, + "category_type": "Public Benefits", + "site_key": null, + "status": "Active", + "website": "https://www.impactservices.org/", + "x": -75.11225925, + "y": 39.99425745, + "hours_mon_start1": "07:00", + "hours_mon_end1": "15:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "07:00", + "hours_tues_end1": "15:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "07:00", + "hours_wed_end1": "15:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "07:00", + "hours_thurs_end1": "15:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "07:00", + "hours_fri_end1": "15:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1378, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.11225924999998, + 39.99425745 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2242, + "site_name": "Impact Services at PA CareerLink, Northwest", + "address": "5847 Germantown Ave.", + "phone_number": "215-298-9292", + "category": "BenePhilly", + "zip_code": "19144.0", + "temporary_closure": null, + "category_type": "Public Benefits", + "site_key": null, + "status": "Active", + "website": "https://www.impactservices.org/pa-careerlink-nw-philadelphia", + "x": -75.17654958, + "y": 40.03849176, + "hours_mon_start1": "08:30", + "hours_mon_end1": "16:30", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "08:30", + "hours_tues_end1": "16:30", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "08:30", + "hours_wed_end1": "16:30", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "08:30", + "hours_thurs_end1": "16:30", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "08:30", + "hours_fri_end1": "16:30", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1379, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.17654957999999, + 40.03849175999999 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2243, + "site_name": "Philadelphia FIGHT", + "address": "1233 Locust St.", + "phone_number": "215-525-8636", + "category": "BenePhilly", + "zip_code": "19107.0", + "temporary_closure": null, + "category_type": "Public Benefits", + "site_key": null, + "status": "Active", + "website": "https://fight.org/", + "x": -75.16194112, + "y": 39.94815364, + "hours_mon_start1": "09:00", + "hours_mon_end1": "17:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "09:00", + "hours_tues_end1": "17:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "09:00", + "hours_wed_end1": "17:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "09:00", + "hours_thurs_end1": "17:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "09:00", + "hours_fri_end1": "17:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1380, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.16194112, + 39.94815364 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2244, + "site_name": "Office of Community Empowerment and Opportunity (CEO) Mobile Benefits Unit", + "address": null, + "phone_number": "215-685-3649", + "category": "BenePhilly", + "zip_code": null, + "temporary_closure": null, + "category_type": "Public Benefits", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-community-empowerment-and-opportunity/", + "x": null, + "y": null, + "hours_mon_start1": "10:00", + "hours_mon_end1": "15:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "10:00", + "hours_tues_end1": "15:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "10:00", + "hours_wed_end1": "15:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "10:00", + "hours_thurs_end1": "15:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1381, + "email": null + }, + "geometry": null + }, + { + "type": "Feature", + "properties": { + "objectid": 2245, + "site_name": "UESF", + "address": "1608 Walnut St.", + "phone_number": "215-814-6845", + "category": "BenePhilly", + "zip_code": "19103.0", + "temporary_closure": null, + "category_type": "Public Benefits", + "site_key": null, + "status": "Active", + "website": "https://uesfacts.org/", + "x": -75.16812461, + "y": 39.94964137, + "hours_mon_start1": "09:00", + "hours_mon_end1": "17:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "09:00", + "hours_tues_end1": "17:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "09:00", + "hours_wed_end1": "17:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "09:00", + "hours_thurs_end1": "17:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "09:00", + "hours_fri_end1": "17:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1382, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.16812461, + 39.94964137 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2246, + "site_name": "Aramingo WIC Office", + "address": "2401 E. Tioga St., #A-4", + "phone_number": "215-533-9597", + "category": "WIC", + "zip_code": "19134.0", + "temporary_closure": null, + "category_type": "Public Benefits", + "site_key": null, + "status": "Active", + "website": "https://www.pawic.com/default.aspx", + "x": -75.09815012, + "y": 39.99146028, + "hours_mon_start1": "07:00", + "hours_mon_end1": "16:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "07:00", + "hours_tues_end1": "16:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "07:00", + "hours_wed_end1": "16:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "07:00", + "hours_thurs_end1": "16:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "07:00", + "hours_fri_end1": "16:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1383, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.09815012, + 39.99146027999999 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2247, + "site_name": "Lehigh WIC Office", + "address": "217-33 W. Lehigh Ave.", + "phone_number": "215-634-3828", + "category": "WIC", + "zip_code": "19133.0", + "temporary_closure": null, + "category_type": "Public Benefits", + "site_key": null, + "status": "Active", + "website": "https://www.pawic.com/default.aspx", + "x": -75.13551882, + "y": 39.99240343, + "hours_mon_start1": "07:00", + "hours_mon_end1": "16:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "07:00", + "hours_tues_end1": "16:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "07:00", + "hours_wed_end1": "16:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "07:00", + "hours_thurs_end1": "16:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "07:00", + "hours_fri_end1": "16:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1384, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.13551881999999, + 39.99240343 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2248, + "site_name": "North Philadelphia WIC Office", + "address": "2709 N. Broad St., (Rear Entrance on Park Ave., 2nd Floor)", + "phone_number": "215-229-3786", + "category": "WIC", + "zip_code": "19132.0", + "temporary_closure": null, + "category_type": "Public Benefits", + "site_key": null, + "status": "Active", + "website": "https://www.pawic.com/default.aspx", + "x": -75.15409138, + "y": 39.9946995, + "hours_mon_start1": "07:00", + "hours_mon_end1": "16:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "07:00", + "hours_tues_end1": "16:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "07:00", + "hours_wed_end1": "16:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "07:00", + "hours_thurs_end1": "16:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "07:00", + "hours_fri_end1": "16:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1385, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.15409137999998, + 39.99469950000001 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2249, + "site_name": "Northeast WIC Office", + "address": "7959 Bustleton Ave.", + "phone_number": "215-745-6197", + "category": "WIC", + "zip_code": "19152.0", + "temporary_closure": null, + "category_type": "Public Benefits", + "site_key": null, + "status": "Active", + "website": "https://www.pawic.com/default.aspx", + "x": -75.05193378, + "y": 40.05889808, + "hours_mon_start1": "07:00", + "hours_mon_end1": "16:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "07:00", + "hours_tues_end1": "16:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "07:00", + "hours_wed_end1": "16:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "07:00", + "hours_thurs_end1": "16:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "07:00", + "hours_fri_end1": "16:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1386, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.05193378, + 40.05889807999999 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2250, + "site_name": "Olney/Logan WIC Office", + "address": "5751 N. Broad St., Unit 5", + "phone_number": "215-927-1950", + "category": "WIC", + "zip_code": "19141.0", + "temporary_closure": null, + "category_type": "Public Benefits", + "site_key": null, + "status": "Active", + "website": "https://www.pawic.com/default.aspx", + "x": -75.14393878, + "y": 40.04125241, + "hours_mon_start1": "07:00", + "hours_mon_end1": "16:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "07:00", + "hours_tues_end1": "16:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "07:00", + "hours_wed_end1": "16:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "07:00", + "hours_thurs_end1": "16:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "07:00", + "hours_fri_end1": "16:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1387, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.14393878, + 40.04125241 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2251, + "site_name": "Overbrook WIC Office", + "address": "Overbrook Plaza, #1400, 5610 Lancaster Ave.", + "phone_number": "215-477-3360", + "category": "WIC", + "zip_code": "19131.0", + "temporary_closure": null, + "category_type": "Public Benefits", + "site_key": null, + "status": "Active", + "website": "https://www.pawic.com/default.aspx", + "x": -75.23489215, + "y": 39.9795656, + "hours_mon_start1": "07:00", + "hours_mon_end1": "16:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "07:00", + "hours_tues_end1": "16:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "07:00", + "hours_wed_end1": "16:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "07:00", + "hours_thurs_end1": "16:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "07:00", + "hours_fri_end1": "16:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1388, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.23489214999998, + 39.9795656 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2252, + "site_name": "South Philadelphia WIC Office", + "address": "1165 S. Broad St.", + "phone_number": "215-463-5571", + "category": "WIC", + "zip_code": "19146.0", + "temporary_closure": null, + "category_type": "Public Benefits", + "site_key": null, + "status": "Active", + "website": "https://www.pawic.com/default.aspx", + "x": -75.16666409, + "y": 39.93591439, + "hours_mon_start1": "07:00", + "hours_mon_end1": "16:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "07:00", + "hours_tues_end1": "16:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "07:00", + "hours_wed_end1": "16:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "07:00", + "hours_thurs_end1": "16:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "07:00", + "hours_fri_end1": "16:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1389, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.16666408999998, + 39.93591439 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2253, + "site_name": "St. Christopher's WIC Office", + "address": "Nelson Pavilion Bldg., 160 Erie Ave.", + "phone_number": "215-427-6973", + "category": "WIC", + "zip_code": "19124.0", + "temporary_closure": null, + "category_type": "Public Benefits", + "site_key": null, + "status": "Active", + "website": "https://www.pawic.com/default.aspx", + "x": -75.12701848, + "y": 40.0060639, + "hours_mon_start1": "07:00", + "hours_mon_end1": "16:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "07:00", + "hours_tues_end1": "16:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "07:00", + "hours_wed_end1": "16:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "07:00", + "hours_thurs_end1": "16:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "07:00", + "hours_fri_end1": "16:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1390, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.12701848000002, + 40.006063899999994 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2254, + "site_name": "Woodland WIC Office", + "address": "1741 S. 54th St.", + "phone_number": "215-726-1142", + "category": "WIC", + "zip_code": "19143.0", + "temporary_closure": null, + "category_type": "Public Benefits", + "site_key": null, + "status": "Active", + "website": "https://www.pawic.com/default.aspx", + "x": -75.21908051, + "y": 39.93708154, + "hours_mon_start1": "07:00", + "hours_mon_end1": "16:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "07:00", + "hours_tues_end1": "16:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "07:00", + "hours_wed_end1": "16:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "07:00", + "hours_thurs_end1": "16:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "07:00", + "hours_fri_end1": "16:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1391, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.21908051, + 39.937081539999994 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": 2255, + "site_name": "Germantown WIC Office", + "address": "47 W. Chelten Avenue", + "phone_number": "215-714-7449", + "category": "WIC", + "zip_code": "19144.0", + "temporary_closure": null, + "category_type": "Public Benefits", + "site_key": null, + "status": "Active", + "website": "https://www.pawic.com/default.aspx", + "x": -75.17608299, + "y": 40.03513166, + "hours_mon_start1": "07:00", + "hours_mon_end1": "16:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "07:00", + "hours_tues_end1": "16:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "07:00", + "hours_wed_end1": "16:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "07:00", + "hours_thurs_end1": "16:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "07:00", + "hours_fri_end1": "16:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1392, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.17608299, + 40.03513166 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Prevention Point (Love Lot)", + "address": "2913 Kensington Ave.", + "phone_number": null, + "category": "Office of Homeless Services", + "zip_code": "19134", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "12:00", + "hours_tues_end1": "13:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "12:00", + "hours_fri_end1": "13:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1393, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.11970591514114, + 39.99275470935254 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Rising Sun Health Center", + "address": "5675 N. Front St.", + "phone_number": "445-216-9766", + "category": "PHILABUNDANCE", + "zip_code": "19120", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "10:00", + "hours_tues_end1": "14:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "10:00", + "hours_wed_end1": "14:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1394, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.11811000077647, + 40.03755206729745 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Brothers of Strawberry Mansion", + "address": "3218 W. Susquehanna Ave.", + "phone_number": "267-568-1163", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19121", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "09:30", + "hours_sat_end1": "11:30", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": "Open on first and third Saturdays of the month", + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1395, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.18572666414468, + 39.989999303701715 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "First Church of Love and Deliverance", + "address": "3101 Ridge Ave.", + "phone_number": "215-769-1275", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19121", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "11:00", + "hours_fri_end1": "13:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": "Open on first Friday of the month", + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1396, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.18384390296349, + 39.989709416101064 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Hickman Temple Daycare", + "address": "1220 S. 58th", + "phone_number": "267-815-5684", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19143", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": null, + "y": null, + "hours_mon_start1": "11:30", + "hours_mon_end1": "13:30", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": "Open on first and third Mondays of the month", + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1397, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.23762579795553, + 39.94315235906973 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Martin Luther King Jr. Association For Nonviolence Inc. (MLK)", + "address": "3001 Walnut St.", + "phone_number": "215-751-9300", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19104", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "09:00", + "hours_sat_end1": "11:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": "Open on third Saturday of the month", + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1398, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.18412836515341, + 39.95194836402275 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Self Inc./Outley House", + "address": "6901 Woodland Ave.", + "phone_number": "215-496-9610 (Ext 377)", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19142", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "14:30", + "hours_tues_end1": "17:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": "Open on second and fourth Tuesdays of the month", + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1400, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.24075484622992, + 39.921906475926484 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Bethesda Project", + "address": "907 Hamilton St.", + "phone_number": "215-236-7864", + "category": "Office of Homeless Services", + "zip_code": "19123", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": null, + "y": null, + "hours_mon_start1": "12:00", + "hours_mon_end1": "13:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "12:00", + "hours_tues_end1": "13:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "12:00", + "hours_wed_end1": "13:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "12:00", + "hours_thurs_end1": "13:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "12:00", + "hours_fri_end1": "13:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "12:00", + "hours_sat_end1": "13:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": "12:00", + "hours_sun_end1": "13:00", + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1402, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1547560772468, + 39.96026579248488 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "The Living Word Evangelistic Missionary Church, Inc.", + "address": "872 N. 40th St.", + "phone_number": "267-439-7078", + "category": "Office of Homeless Services", + "zip_code": "19104", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": "12:00", + "hours_sun_end1": "13:00", + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": "Open third Sunday of the month", + "ObjectId2": 1403, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2036546987568, + 39.969655048521055 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Veterans Multi-Service Center", + "address": "213-217 N. 4th St.", + "phone_number": "215-238-8067", + "category": "Office of Homeless Services", + "zip_code": "19106", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": null, + "y": null, + "hours_mon_start1": "09:00", + "hours_mon_end1": "10:00", + "hours_mon_start2": "12:00", + "hours_mon_end2": "13:00", + "hours_mon_exceptions": null, + "hours_tues_start1": "09:00", + "hours_tues_end1": "10:00", + "hours_tues_start2": "12:00", + "hours_tues_end2": "13:00", + "hours_tues_exceptions": null, + "hours_wed_start1": "09:00", + "hours_wed_end1": "10:00", + "hours_wed_start2": "12:00", + "hours_wed_end2": "13:00", + "hours_wed_exceptions": null, + "hours_thurs_start1": "09:00", + "hours_thurs_end1": "10:00", + "hours_thurs_start2": "12:00", + "hours_thurs_end2": "13:00", + "hours_thurs_exceptions": null, + "hours_fri_start1": "09:00", + "hours_fri_end1": "10:00", + "hours_fri_start2": "12:00", + "hours_fri_end2": "13:00", + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1404, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.14616439834282, + 39.95444035880352 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "WorkSmart LLC", + "address": "2033 Orthodox St.", + "phone_number": "267-726-0214", + "category": "Office of Homeless Services", + "zip_code": "19124", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": null, + "y": null, + "hours_mon_start1": "13:00", + "hours_mon_end1": "16:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "13:00", + "hours_wed_end1": "16:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "13:00", + "hours_thurs_end1": "16:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "13:00", + "hours_fri_end1": "16:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1405, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.07944964584622, + 40.010676690623434 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Keeping It Real Christian Fellowship Bread of Life Ministry", + "address": "North 18th St. and Benjamin Franklin Parkway", + "phone_number": "215-232-3900", + "category": "Office of Homeless Services", + "zip_code": "19103", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": "13:30", + "hours_sun_end1": "14:30", + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1406, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.16894687684416, + 39.95721214179665 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "There's Hope", + "address": "Kensington Ave. and E. Hilton St.", + "phone_number": "267-684-8377", + "category": "Office of Homeless Services", + "zip_code": "19134", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": "12:00", + "hours_sun_end1": "15:00", + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1407, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.11276645368316, + 39.99686899103441 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Small Things Market at Emmanuel (inside of Resurrection Church)", + "address": "123 S 17th St", + "phone_number": "215-559-9212", + "category": "STP", + "zip_code": "19103", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.smallthingsphilly.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "11:30", + "hours_sat_end1": "12:30", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1408, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.16869872593479, + 39.95051475542449 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Small Things Market at Emmanuel (inside of Resurrection Church)", + "address": "123 S 17th St", + "phone_number": "215-559-9212", + "category": "Small Things Philly", + "zip_code": "19103", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.smallthingsphilly.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "11:30", + "hours_sat_end1": "13:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1409, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.16869067930774, + 39.950481856542865 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "48th Street Mount Pleasant Baptist Church", + "address": "5539 Vine St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19139", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "09:30", + "hours_sat_end1": "11:30", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": "Open on second and fourth Saturdays of the month", + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1410, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.23136024151285, + 39.96577196843346 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Abiding Truth Ministries", + "address": "846 S 57th St.", + "phone_number": "215-476-7225", + "category": "PHILABUNDANCE", + "zip_code": "19143", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "10:00", + "hours_sat_end1": "12:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1411, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.23809827011088, + 39.947620715651226 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Anchor of Hope", + "address": "53 E Wister St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19144", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "10:00", + "hours_thurs_end1": "15:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "10:00", + "hours_fri_end1": "15:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1414, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.16395064081406, + 40.03112691923855 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Bethany AME Church", + "address": "8898 Ashton Rd", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19136", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "09:00", + "hours_tues_end1": "13:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": "Open on first and third Tuesdays of the month", + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1415, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.02688756922339, + 40.05853712438968 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Better Tomorrows - Jackie's Garden", + "address": "1836 N 20th St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19121", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "11:00", + "hours_wed_end1": "14:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1416, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.16696755602067, + 39.98235164383108 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Bless Philadelphia Corporation", + "address": "4610 Devereaux St", + "phone_number": "267-908-4982", + "category": "PHILABUNDANCE", + "zip_code": "19135", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "11:00", + "hours_thurs_end1": "12:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": "Open on third Thursday of the month", + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": "13:00", + "hours_sun_end1": "13:30", + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1417, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.05648409850899, + 40.02021691111618 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Breaking Bread on Broad", + "address": "615 N Broad St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19123", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "08:15", + "hours_wed_end1": "10:30", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1418, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.16069032036476, + 39.96375655564536 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Bryn Mawr Avenue New Testament Church of God", + "address": "2227 Bryn Mawr Ave", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19131", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": "18:00", + "hours_mon_end1": "20:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "18:00", + "hours_thurs_end1": "20:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1419, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.22613990839616, + 39.99084669554026 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Calvary Agape Outreach Service", + "address": "6114 Haverford Ave", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19151", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "10:00", + "hours_wed_end1": "14:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "10:00", + "hours_thurs_end1": "14:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1420, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.24159873624151, + 39.97102348803969 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Campbell AME Church", + "address": "1657 Kinsey St", + "phone_number": "215-288-2748", + "category": "PHILABUNDANCE", + "zip_code": "19124", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "10:00", + "hours_wed_end1": "12:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1421, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.08480956922769, + 40.01324461083482 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Casa Del Carmen", + "address": "4400 N Reese St", + "phone_number": "267-331-2473", + "category": "PHILABUNDANCE", + "zip_code": "19140", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": "08:30", + "hours_mon_end1": "12:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "08:30", + "hours_tues_end1": "12:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "08:30", + "hours_wed_end1": "12:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1422, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1350548888947, + 40.01884109565716 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Chelten Christian Crusade", + "address": "605 E Chelten Ave", + "phone_number": "215-849-6614", + "category": "PHILABUNDANCE", + "zip_code": "19144", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "14:00", + "hours_tues_end1": "16:30", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "14:00", + "hours_thurs_end1": "16:30", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1423, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.16734530002911, + 40.04348867731174 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Chosen 300 Ministries Inc.", + "address": "3959 Lancaster Ave", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19104", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": "18:00", + "hours_mon_end1": "19:30", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "13:00", + "hours_tues_end1": "14:30", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "18:00", + "hours_wed_end1": "19:30", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "18:00", + "hours_fri_end1": "19:30", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": "11:30", + "hours_sun_end1": "13:00", + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1424, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.20192232700848, + 39.96317132412217 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Christ Apostolic Church of America WOSEM", + "address": "6438 Vine St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19139", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": "08:00", + "hours_sun_end1": "13:00", + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1425, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2491810139429, + 39.967687158920064 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Church of Christian Compassion", + "address": "6012 Cedar Ave", + "phone_number": "215-472-9040 ext. 2", + "category": "PHILABUNDANCE", + "zip_code": "19143", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": "12:00", + "hours_mon_end1": "15:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1426, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.243221699459, + 39.952536269265615 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Eddie's House - The Cornerstone", + "address": "2321 N Broad St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19132", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "10:00", + "hours_thurs_end1": "11:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1427, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.15497604169413, + 39.98883013224285 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Einstein Medical Center", + "address": "Corner of W Tabor Rd. and N Park Ave.", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19141", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1428, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.14369211408624, + 40.037771385522426 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Enon Tabernacle", + "address": "230 W Coulter St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19144", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": "10:00", + "hours_mon_end1": "12:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "10:00", + "hours_tues_end1": "12:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "10:00", + "hours_wed_end1": "12:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "10:00", + "hours_thurs_end1": "12:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1429, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.17519000702994, + 40.02838289850067 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Episcopal Community Services", + "address": "6006 W Girard Ave", + "phone_number": "215-528-5400", + "category": "PHILABUNDANCE", + "zip_code": "19151", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": "10:00", + "hours_mon_end1": "14:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "10:00", + "hours_tues_end1": "14:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "10:00", + "hours_wed_end1": "14:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "10:00", + "hours_thurs_end1": "14:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "10:00", + "hours_fri_end1": "14:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1430, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.23997298230174, + 39.96971610224193 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Faith Assembly of God", + "address": "1926-1940 Margaret St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19124", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "10:00", + "hours_tues_end1": "12:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "10:00", + "hours_wed_end1": "12:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "10:00", + "hours_thurs_end1": "12:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "10:00", + "hours_fri_end1": "12:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1431, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.07800192352973, + 40.012958183095066 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Faith Temple Pentecostal Church", + "address": "5618 Kingsessing Ave", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19143", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "10:00", + "hours_tues_end1": "12:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1433, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.22485814776255, + 39.936123996688416 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "First Church Worship Center", + "address": "2509 N 30th St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19132", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "10:00", + "hours_tues_end1": "13:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1434, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.18067219080193, + 39.994356652099654 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Freedom Development Corporation", + "address": "6100 W Columbia Ave", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19151", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "11:00", + "hours_tues_end1": "13:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1435, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.24298175026564, + 39.98072331811691 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Giving of Self Partnership", + "address": "6101 Limekiln Pike", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19141", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": "10:00", + "hours_mon_end1": "12:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "10:00", + "hours_wed_end1": "12:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "10:00", + "hours_fri_end1": "12:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1436, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.14883520797065, + 40.04679445979976 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Grace Community Christian Center", + "address": "29 W Johnson St", + "phone_number": "215-848-2700", + "category": "PHILABUNDANCE", + "zip_code": "19144", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "10:00", + "hours_tues_end1": "13:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "10:00", + "hours_wed_end1": "13:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "10:00", + "hours_thurs_end1": "13:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "10:00", + "hours_fri_end1": "13:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1437, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.18305148618312, + 40.04559573682345 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Grace Lutheran Church", + "address": "3529 Haverford Ave", + "phone_number": "215-222-3570", + "category": "PHILABUNDANCE", + "zip_code": "19104", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "13:00", + "hours_wed_end1": "17:30", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1438, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.19434676291846, + 39.96411996839221 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Greater Philadelphia Asian Social Service Center", + "address": "4943 N 5th St", + "phone_number": "215-456-1662 ext. 132", + "category": "PHILABUNDANCE", + "zip_code": "19120", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": "09:00", + "hours_mon_end1": "13:30", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": "Open on second and fourth Mondays of the month", + "hours_tues_start1": "09:00", + "hours_tues_end1": "13:30", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": "Open on second and fourth Tuesdays of the month", + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1439, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.13230710073705, + 40.02695784962529 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Haitian Evangelical Baptist Church", + "address": "814 E Chelten Ave", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19138", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "11:00", + "hours_tues_end1": "13:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "11:00", + "hours_thurs_end1": "13:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "11:00", + "hours_fri_end1": "13:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1440, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.16404970333853, + 40.04572773051789 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Helping Hands for the Hungry", + "address": "525 S. Cobbs Creek Parkway", + "phone_number": "215-747-3250", + "category": "PHILABUNDANCE", + "zip_code": "19143", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "09:30", + "hours_sat_end1": "13:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": "Open on the last Saturday of the month", + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1441, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.24851428408755, + 39.95398955759776 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Holsey Temple CME Church", + "address": "5305-5315 Germantown Ave", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19144", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "11:00", + "hours_tues_end1": "13:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1442, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.16943608195712, + 40.032874923373434 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Holy Temple Community Center", + "address": "363 N 60th St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19139", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "10:30", + "hours_thurs_end1": "13:45", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": "Open on the third Thursday of the month", + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1443, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.23933704730781, + 39.96799422260464 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Holy Temple Lord and Savior", + "address": "5116 Market St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19139", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "10:00", + "hours_thurs_end1": "12:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": "Open every other Thursday of the month", + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1444, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.22358015898543, + 39.959687999908134 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Iglesia de Dios Pentecostal", + "address": "516 W. Butler Street", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19140", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "10:00", + "hours_tues_end1": "13:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "10:00", + "hours_fri_end1": "13:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1445, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.13733557209007, + 40.00895059205319 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Lifeway Baptist Church", + "address": "9554 Bustleton Ave", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19115", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "07:30", + "hours_tues_end1": "12:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "07:30", + "hours_wed_end1": "12:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "07:30", + "hours_thurs_end1": "12:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "07:30", + "hours_fri_end1": "12:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1447, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.03619692998515, + 40.087069011394455 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Lutheran Settlement House Senior Center", + "address": "1340 Frankford Ave", + "phone_number": "215-426-8610 ext. 1204", + "category": "PHILABUNDANCE", + "zip_code": "19125", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "09:00", + "hours_tues_end1": "15:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "09:00", + "hours_wed_end1": "15:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "09:00", + "hours_thurs_end1": "15:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "09:00", + "hours_fri_end1": "15:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1449, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1346365154486, + 39.971481276044145 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Masjidullah Center for Human Excellence", + "address": "7401 Limekiln Pike", + "phone_number": "215-621-7800", + "category": "PHILABUNDANCE", + "zip_code": "19138", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": "10:00", + "hours_mon_end1": "12:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "10:00", + "hours_tues_end1": "12:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1451, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1583699581088, + 40.067466303337525 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Mount Tabor CEED Corporation", + "address": "961-971 N 7th St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19123", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": "12:00", + "hours_mon_end1": "13:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1453, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.14814093493064, + 39.96905813540701 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Mount Zion United Holy Church", + "address": "4110 Haverford Ave", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19104", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "11:00", + "hours_wed_end1": "13:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1454, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.20601805060053, + 39.96250260198797 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "New Jerusalem Laura", + "address": "2011 W Norris St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19121", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "13:00", + "hours_fri_end1": "15:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1455, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.16716031142602, + 39.98473124860205 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "North Light Community Center", + "address": "175 Green Ln", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19127", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": "10:30", + "hours_mon_end1": "11:30", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "10:30", + "hours_fri_end1": "11:30", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1456, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.22441033830162, + 40.02870343616102 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "One Day at a Time Haven II", + "address": "2532 N Broad St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19132", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "11:00", + "hours_tues_end1": "15:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1457, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.15539387956743, + 39.99216699473814 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Page Academy CDC", + "address": "1524 W Champlost Ave", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19141", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "11:00", + "hours_tues_end1": "13:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "11:00", + "hours_thurs_end1": "13:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1458, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.15221843745884, + 40.045110947495026 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Penn Asian Senior Services", + "address": "6926 Old York Rd", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19126", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": "09:00", + "hours_mon_end1": "17:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "09:00", + "hours_tues_end1": "17:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "09:00", + "hours_wed_end1": "17:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "09:00", + "hours_thurs_end1": "17:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "09:00", + "hours_fri_end1": "17:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1459, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.13959150893646, + 40.059045900453484 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Pente Church of God", + "address": "3027 N 5th St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19133", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": "11:00", + "hours_mon_end1": "14:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "19:00", + "hours_tues_end1": "20:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "19:00", + "hours_thurs_end1": "20:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "19:00", + "hours_fri_end1": "20:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1460, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.13885135546025, + 39.997343673887826 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Philadelphia Episcopal Cathedral", + "address": "19 S 38th St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19104", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": "09:30", + "hours_mon_end1": "11:30", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1461, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.19801321947853, + 39.9557421120922 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Police Athletic League Center - Ford", + "address": "609 Snyder Ave", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19148", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "13:30", + "hours_thurs_end1": "14:30", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": "Open on the fourth Thursday of the month", + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1462, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.15695681021752, + 39.92288752016849 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Provision of Grace World Mission Church", + "address": "1950 W Rockland St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19141", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "13:30", + "hours_tues_end1": "15:30", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "13:30", + "hours_thurs_end1": "15:30", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1463, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.15637816645736, + 40.02844702056785 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Refuge Evangelical Baptist Church", + "address": "1100 Oak Ln", + "phone_number": "215-224-2024", + "category": "PHILABUNDANCE", + "zip_code": "19126", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "12:00", + "hours_tues_end1": "14:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1464, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.13656728684506, + 40.05468584294547 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Remnant Church of God", + "address": "7708-7712 Ogontz Ave", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19150", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": "15:00", + "hours_mon_end1": "17:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1465, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.15777165786021, + 40.07110072766732 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Saint Luke's Episcopal Church", + "address": "5421 Germantown Ave", + "phone_number": "215-844-8544", + "category": "PHILABUNDANCE", + "zip_code": "19144", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "09:00", + "hours_tues_end1": "10:30", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "09:00", + "hours_fri_end1": "10:30", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1468, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.17045745264058, + 40.033873802762635 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Saint Michael's Lutheran Church", + "address": "2139 E Cumberland St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19125", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "11:00", + "hours_thurs_end1": "12:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1469, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.12461339838754, + 39.98241564614094 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Saint Paul's Baptist Church", + "address": "1000 Wallace St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19123", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "11:00", + "hours_wed_end1": "14:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1470, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.15420335156664, + 39.963865682157895 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Salvation Army West Philadelphia Corps", + "address": "5501 Market St", + "phone_number": "215-474-1010", + "category": "PHILABUNDANCE", + "zip_code": "19139", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "10:00", + "hours_wed_end1": "14:30", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "10:00", + "hours_thurs_end1": "14:30", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": "13:00", + "hours_sun_end1": "14:00", + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1471, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.231484088798, + 39.9618391923387 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Star of Hope Baptist Church", + "address": "7212 Keystone St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19135", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "11:00", + "hours_tues_end1": "13:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1472, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.03420258755037, + 40.027082511855824 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "The Sunday Love Project", + "address": "3200 Kensington Ave", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19134", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": "09:00", + "hours_mon_end1": "12:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "09:00", + "hours_tues_end1": "12:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "09:00", + "hours_wed_end1": "12:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "09:00", + "hours_thurs_end1": "12:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "09:00", + "hours_fri_end1": "12:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1473, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.11297680220908, + 39.996910545116194 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Truth Baptist Church", + "address": "4666-4668 N 15th St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19140", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "10:00", + "hours_tues_end1": "12:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": "08:00", + "hours_sun_end1": "17:00", + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1474, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.14981342264647, + 40.024594778338674 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Two Ladies of Christ", + "address": "4125 Ludlow St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19104", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": "08:00", + "hours_sun_end1": "17:00", + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1475, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2047266940922, + 39.95694113409684 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Ujima Friends Peace Center", + "address": "1701 W Lehigh Ave", + "phone_number": "267-761-4944", + "category": "PHILABUNDANCE", + "zip_code": "19132", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "09:00", + "hours_sat_end1": "12:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": "Open on the second and last Saturdays of the month", + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1476, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.16025844746947, + 39.994995963558196 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Waters Memorial Community Center", + "address": "1016-1018 South St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19147", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "16:00", + "hours_tues_end1": "18:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": "Open on the second Tuesday of the month", + "hours_wed_start1": "16:00", + "hours_wed_end1": "18:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1477, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.15933308535891, + 39.94267143138159 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Wharton Wesley Helping Hands", + "address": "5341 Catharine St", + "phone_number": null, + "category": "PHILABUNDANCE", + "zip_code": "19143", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "09:00", + "hours_wed_end1": "12:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": "Open on the fourth Wednesday of the month", + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1478, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.23076175454572, + 39.94965758329234 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Together We Can Change at Love Park", + "address": "16th St. and JFK Blvd.", + "phone_number": "215-284-5780", + "category": "Office of Homeless Services", + "zip_code": "19102", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "12:00", + "hours_sat_end1": "13:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1479, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.16583542768446, + 39.95418957416873 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Together We Can Change at Aviator Park", + "address": "1900-1958 Benjamin Franklin Pkwy", + "phone_number": "215-284-5780", + "category": "Office of Homeless Services", + "zip_code": "19103", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": "10:30", + "hours_sun_end1": "11:30", + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1480, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.17186099297363, + 39.95807688068852 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Locke School", + "address": "4550 Haverford Ave", + "phone_number": "(215) 400-7670", + "category": "PHILABUNDANCE", + "zip_code": "19139", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.philabundance.org/", + "x": null, + "y": null, + "hours_mon_start1": "13:00", + "hours_mon_end1": "15:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "13:00", + "hours_wed_end1": "15:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "13:00", + "hours_fri_end1": "15:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1481, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.21237356023944, + 39.96238651372229 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "The Everywhere Project (Love Park)", + "address": "N 15th St. and John F. Kennedy Blvd", + "phone_number": "267-770-3919", + "category": "Office of Homeless Services", + "zip_code": "19102", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "19:00", + "hours_wed_end1": "21:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1482, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.16578383528599, + 39.95408861877938 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "The Everywhere Project (E. Clearfield St.)", + "address": "1810 E. Clearfield St.", + "phone_number": "267-770-3919", + "category": "Office of Homeless Services", + "zip_code": "19134", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "13:00", + "hours_sat_end1": "16:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1483, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.11525604656447, + 39.99430350690987 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Hope Prison Ministries", + "address": "547 Rising Sun Ave.", + "phone_number": "610-633-1789", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19140", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": null, + "y": null, + "hours_mon_start1": "10:00", + "hours_mon_end1": "14:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "10:00", + "hours_fri_end1": "14:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1485, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.13801316522353, + 40.00921126724562 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Fresh Fire Apostolic International Ministries", + "address": "2901 Cedar St.", + "phone_number": "267-880-9733", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19134", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "09:00", + "hours_sat_end1": "12:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1486, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.11224337944725, + 39.98469929931452 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "OCCCDA (Castor Ave)", + "address": "6500 Castor Ave", + "phone_number": "215-586-9551", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19149", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "10:00", + "hours_thurs_end1": "14:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": "Open on fourth Thursday of the month", + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1487, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.07623635944503, + 40.04109291262398 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Geiger Memorial Brethren Church", + "address": "2543 W. Lehigh Ave.", + "phone_number": "215-229-2967", + "category": "SHARE FOOD PROGRAM", + "zip_code": null, + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "10:00", + "hours_thurs_end1": "12:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": "Open on the Thursday after the second Tuesday of the month", + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1488, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.17368235410586, + 39.99661086786835 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Frontline Dads (24th & Somerset)", + "address": "24th St. and Somerset Ave", + "phone_number": "(484) 532-8772", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19132", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": "13:00", + "hours_thurs_end1": "15:00", + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1490, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.17036340309117, + 39.99767530254355 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Denise's Pantry @ The Print Foundation", + "address": "5843-55 Catharine St.", + "phone_number": "215-828-7091", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19143", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "15:00", + "hours_fri_end1": "17:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1491, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.24071587038011, + 39.950768803435174 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Helping Hands Nonprofit Organization", + "address": "4667 Paul St.", + "phone_number": "484-579-0490", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19124", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": null, + "y": null, + "hours_mon_start1": "11:00", + "hours_mon_end1": "15:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1492, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.08333004792152, + 40.01603627637292 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "True Vine Worship Center", + "address": "521-23 W. Lehigh Ave.", + "phone_number": "445-248-6152", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19133", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "08:30", + "hours_tues_end1": "10:00", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1493, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.14114367554093, + 39.99244636388381 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Small Things Philly Market - Fairhill", + "address": "3510 A St.", + "phone_number": "215-559-9212", + "category": "Small Things Philly", + "zip_code": "19134", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.smallthingsphilly.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": "11:00", + "hours_wed_end1": "15:00", + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "09:00", + "hours_fri_end1": "12:00", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "10:00", + "hours_sat_end1": "13:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1494, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.12644661790229, + 40.00297301850501 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "African Family Health Organization", + "address": "5400 Grays Ave", + "phone_number": "215-546-1232", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19143", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "09:30", + "hours_fri_end1": "11:30", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": "Open on the first and third Fridays of the month", + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1495, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.21637889368182, + 39.93358055924118 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "First Haitian Church of God of Prophecy", + "address": "199 E. Tabor Ave.", + "phone_number": "267-971-8886", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19120", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": "10:30", + "hours_fri_end1": "12:30", + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": "Open on first and third Fridays of the month", + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1497, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.12014488637003, + 40.031363842358026 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Epiphany Fellowship Church Community Fridge", + "address": "1632 W Diamond St", + "phone_number": null, + "category": "Community Refrigerators", + "zip_code": "19121", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1714, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.16123497643325, + 39.985070484050496 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Friends Pantry & Community Fridge", + "address": "320 Arch Street", + "phone_number": "(267) 334-0433", + "category": "Community Refrigerators", + "zip_code": "19106", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.historicasmh.org/friendspantry", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1715, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.14695495011972, + 39.95238332740683 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Mt. Airy Community Fridge", + "address": "6900 Stenton Ave", + "phone_number": null, + "category": "Community Refrigerators", + "zip_code": "19150", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://mtairyeats.wordpress.com/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1716, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.17708339513835, + 40.06598800257177 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "St James School Community Fridge", + "address": "3217 West Clearfield St", + "phone_number": null, + "category": "Community Refrigerators", + "zip_code": "19132", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.friendsfridgephilly.com/volunteer", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1717, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.18278830270116, + 40.004174345777464 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "The People's Fridge", + "address": "125 South 52nd St", + "phone_number": null, + "category": "Community Refrigerators", + "zip_code": "19143", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.thepeoplesfridge.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1718, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.22516727235158, + 39.95749850038796 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Ian-Yae's In Touch", + "address": "2524 N. 27th St.", + "phone_number": "267-254-9531", + "category": "Office of Homeless Services", + "zip_code": "19132", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": "18:30", + "hours_tues_end1": "19:30", + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1724, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.17628602468925, + 39.99452935939402 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Brothers of Strawberry Mansion Clifford St.", + "address": "3223 W Clifford St", + "phone_number": "267-568-1163", + "category": "SHARE FOOD PROGRAM", + "zip_code": "19121", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.sharefoodprogram.org/", + "x": null, + "y": null, + "hours_mon_start1": "09:30", + "hours_mon_end1": "11:00", + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1725, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.18712231675262, + 39.98339266636013 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Food Pantry For Hope, Memorial Presbyterian Church of Fox Chase", + "address": "7902 Oxford Ave.", + "phone_number": "215-745-2844", + "category": "General Food Site", + "zip_code": "19111", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://sites.google.com/site/foxchasechurch/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "09:00", + "hours_sat_end1": "12:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": "Open on second and fourth Saturdays of the month", + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1726, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0850879844744, + 40.07458507357378 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Narberth Presbyterian Church", + "address": "200 N 19th St.", + "phone_number": "215-776-3598", + "category": "Office of Homeless Services", + "zip_code": "19103", + "temporary_closure": null, + "category_type": "General Meal Site", + "site_key": null, + "status": "Active", + "website": "https://www.phila.gov/departments/office-of-homeless-services/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": null, + "hours_sat_end1": null, + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": "12:00", + "hours_sun_end1": "13:00", + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1727, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.17034447440219, + 39.95872460617966 + ] + } + }, + { + "type": "Feature", + "properties": { + "objectid": null, + "site_name": "Small Things Philly Market - House of Hope", + "address": "1300 W. Hunting Park Ave", + "phone_number": "215-559-9212", + "category": "Small Things Philly", + "zip_code": "19140", + "temporary_closure": null, + "category_type": "Food Site", + "site_key": null, + "status": "Active", + "website": "https://www.smallthingsphilly.org/", + "x": null, + "y": null, + "hours_mon_start1": null, + "hours_mon_end1": null, + "hours_mon_start2": null, + "hours_mon_end2": null, + "hours_mon_exceptions": null, + "hours_tues_start1": null, + "hours_tues_end1": null, + "hours_tues_start2": null, + "hours_tues_end2": null, + "hours_tues_exceptions": null, + "hours_wed_start1": null, + "hours_wed_end1": null, + "hours_wed_start2": null, + "hours_wed_end2": null, + "hours_wed_exceptions": null, + "hours_thurs_start1": null, + "hours_thurs_end1": null, + "hours_thurs_start2": null, + "hours_thurs_end2": null, + "hours_thurs_exceptions": null, + "hours_fri_start1": null, + "hours_fri_end1": null, + "hours_fri_start2": null, + "hours_fri_end2": null, + "hours_fri_exceptions": null, + "hours_sat_start1": "10:00", + "hours_sat_end1": "12:00", + "hours_sat_start2": null, + "hours_sat_end2": null, + "hours_sat_exceptions": null, + "hours_sun_start1": null, + "hours_sun_end1": null, + "hours_sun_start2": null, + "hours_sun_end2": null, + "hours_sun_exceptions": null, + "ObjectId2": 1728, + "email": null + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.14742327638075, + 40.016443010346165 + ] + } + } + ] + } \ No newline at end of file diff --git a/data/FreeFoodarcgis.json b/data/FreeFoodarcgis.json new file mode 100644 index 0000000..82d40e6 --- /dev/null +++ b/data/FreeFoodarcgis.json @@ -0,0 +1,16846 @@ +{ + "objectIdFieldName" : "ObjectId2", + "uniqueIdField" : + { + "name" : "ObjectId2", + "isSystemMaintained" : true + }, + "globalIdFieldName" : "", + "geometryType" : "esriGeometryPoint", + "spatialReference" : { + "wkid" : 102100, + "latestWkid" : 3857 + }, + "fields" : [ + { + "name" : "objectid", + "type" : "esriFieldTypeInteger", + "alias" : "objectid", + "sqlType" : "sqlTypeInteger", + "domain" : null, + "defaultValue" : null + }, + { + "name" : "site_name", + "type" : "esriFieldTypeString", + "alias" : "site name", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "address", + "type" : "esriFieldTypeString", + "alias" : "address", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "phone_number", + "type" : "esriFieldTypeString", + "alias" : "phone number", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "category", + "type" : "esriFieldTypeString", + "alias" : "category", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : + { + "type" : "codedValue", + "name" : "COVID19_FreeMealSites_2_0_FOR_EDITING_category_499bfdbe-4eca-47eb-8bd5-669987b99f05", + "codedValues" : [ + { + "name" : "playstreets", + "code" : "playstreets" + }, + { + "name" : "NDS", + "code" : "NDS" + }, + { + "name" : "Recreation Center", + "code" : "Recreation Center" + }, + { + "name" : "PSD", + "code" : "PSD" + }, + { + "name" : "SHARE FOOD PROGRAM", + "code" : "SHARE FOOD PROGRAM" + }, + { + "name" : "Other Summer Meal Sites", + "code" : "Other Summer Meal Sites" + }, + { + "name" : "PHILABUNDANCE", + "code" : "PHILABUNDANCE" + }, + { + "name" : "CHARTER", + "code" : "CHARTER" + }, + { + "name" : "Office of Homeless Services", + "code" : "Office of Homeless Services" + }, + { + "name" : "Other", + "code" : "Other" + }, + { + "name" : "PHA", + "code" : "PHA" + }, + { + "name" : "PCA", + "code" : "PCA" + }, + { + "name" : "Philabundance Summer Meal Sites", + "code" : "Philabundance Summer Meal Sites" + }, + { + "name" : "Community Refrigerators", + "code" : "Community Refrigerators" + }, + { + "name" : "Nutritional Development Services", + "code" : "Nutritional Development Services" + }, + { + "name" : "WIC", + "code" : "WIC" + }, + { + "name" : "Small Things Philly", + "code" : "Small Things Philly" + }, + { + "name" : "BenePhilly", + "code" : "BenePhilly" + }, + { + "name" : "Caring for Friends", + "code" : "Caring for Friends" + }, + { + "name" : "PHILABUNDANCE/SHARE FOOD PROGRAM", + "code" : "PHILABUNDANCE/SHARE FOOD PROGRAM" + }, + { + "name" : "PPR_StudentMeals", + "code" : "PPR_StudentMeals" + }, + { + "name" : "PPR_Senior", + "code" : "PPR_Senior" + }, + { + "name" : "Kensington Meal Partners", + "code" : "Kensington Meal Partners" + }, + { + "name" : "PAL", + "code" : "PAL" + }, + { + "name" : "PPR", + "code" : "PPR" + }, + { + "name" : "SEAMAAC South Philly", + "code" : "SEAMAAC South Philly" + }, + { + "name" : "STP", + "code" : "STP" + }, + { + "name" : "JSJ Food Bank", + "code" : "JSJ Food Bank" + }, + { + "name" : "General Food Site", + "code" : "General Food Site" + } + ] + }, + "defaultValue" : null + }, + { + "name" : "zip_code", + "type" : "esriFieldTypeString", + "alias" : "zip code", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "temporary_closure", + "type" : "esriFieldTypeString", + "alias" : "temporary closure", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "category_type", + "type" : "esriFieldTypeString", + "alias" : "category type", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : + { + "type" : "codedValue", + "name" : "COVID19_FreeMealSites_2_0_FOR_EDITING_category_type_e51c14b2-0253-49ba-8a96-0cbb5d82cbca", + "codedValues" : [ + { + "name" : "Food Site", + "code" : "Food Site" + }, + { + "name" : "General Meal Site", + "code" : "General Meal Site" + }, + { + "name" : "Student Meal Site", + "code" : "Student Meal Site" + }, + { + "name" : "Older Adult Meal Site", + "code" : "Older Adult Meal Site" + }, + { + "name" : "Public Benefits", + "code" : "Public Benefits" + } + ] + }, + "defaultValue" : null + }, + { + "name" : "site_key", + "type" : "esriFieldTypeString", + "alias" : "site key", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "status", + "type" : "esriFieldTypeString", + "alias" : "status", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : + { + "type" : "codedValue", + "name" : "COVID19_FreeMealSites_2_0_FOR_EDITING_status_d5462acd-668b-412b-89be-9cb41849712e", + "codedValues" : [ + { + "name" : "Active", + "code" : "Active" + }, + { + "name" : "Permanently Closed", + "code" : "Permanently Closed" + } + ] + }, + "defaultValue" : null + }, + { + "name" : "website", + "type" : "esriFieldTypeString", + "alias" : "website", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "x", + "type" : "esriFieldTypeDouble", + "alias" : "x", + "sqlType" : "sqlTypeFloat", + "domain" : null, + "defaultValue" : null + }, + { + "name" : "y", + "type" : "esriFieldTypeDouble", + "alias" : "y", + "sqlType" : "sqlTypeFloat", + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_mon_start1", + "type" : "esriFieldTypeString", + "alias" : "hours_mon_start1", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_mon_end1", + "type" : "esriFieldTypeString", + "alias" : "hours_mon_end1", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_mon_start2", + "type" : "esriFieldTypeString", + "alias" : "hours_mon_start2", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_mon_end2", + "type" : "esriFieldTypeString", + "alias" : "hours_mon_end2", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_mon_exceptions", + "type" : "esriFieldTypeString", + "alias" : "hours_mon_exceptions", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_tues_start1", + "type" : "esriFieldTypeString", + "alias" : "hours_tues_start1", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_tues_end1", + "type" : "esriFieldTypeString", + "alias" : "hours_tues_end1", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_tues_start2", + "type" : "esriFieldTypeString", + "alias" : "hours_tues_start2", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_tues_end2", + "type" : "esriFieldTypeString", + "alias" : "hours_tues_end2", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_tues_exceptions", + "type" : "esriFieldTypeString", + "alias" : "hours_tues_exceptions", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_wed_start1", + "type" : "esriFieldTypeString", + "alias" : "hours_wed_start1", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_wed_end1", + "type" : "esriFieldTypeString", + "alias" : "hours_wed_end1", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_wed_start2", + "type" : "esriFieldTypeString", + "alias" : "hours_wed_start2", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_wed_end2", + "type" : "esriFieldTypeString", + "alias" : "hours_wed_end2", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_wed_exceptions", + "type" : "esriFieldTypeString", + "alias" : "hours_wed_exceptions", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_thurs_start1", + "type" : "esriFieldTypeString", + "alias" : "hours_thurs_start1", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_thurs_end1", + "type" : "esriFieldTypeString", + "alias" : "hours_thurs_end1", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_thurs_start2", + "type" : "esriFieldTypeString", + "alias" : "hours_thurs_start2", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_thurs_end2", + "type" : "esriFieldTypeString", + "alias" : "hours_thurs_end2", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_thurs_exceptions", + "type" : "esriFieldTypeString", + "alias" : "hours_thurs_exceptions", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_fri_start1", + "type" : "esriFieldTypeString", + "alias" : "hours_fri_start1", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_fri_end1", + "type" : "esriFieldTypeString", + "alias" : "hours_fri_end1", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_fri_start2", + "type" : "esriFieldTypeString", + "alias" : "hours_fri_start2", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_fri_end2", + "type" : "esriFieldTypeString", + "alias" : "hours_fri_end2", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_fri_exceptions", + "type" : "esriFieldTypeString", + "alias" : "hours_fri_exceptions", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_sat_start1", + "type" : "esriFieldTypeString", + "alias" : "hours_sat_start1", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_sat_end1", + "type" : "esriFieldTypeString", + "alias" : "hours_sat_end1", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_sat_start2", + "type" : "esriFieldTypeString", + "alias" : "hours_sat_start2", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_sat_end2", + "type" : "esriFieldTypeString", + "alias" : "hours_sat_end2", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_sat_exceptions", + "type" : "esriFieldTypeString", + "alias" : "hours_sat_exceptions", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_sun_start1", + "type" : "esriFieldTypeString", + "alias" : "hours_sun_start1", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_sun_end1", + "type" : "esriFieldTypeString", + "alias" : "hours_sun_end1", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_sun_start2", + "type" : "esriFieldTypeString", + "alias" : "hours_sun_start2", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_sun_end2", + "type" : "esriFieldTypeString", + "alias" : "hours_sun_end2", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "hours_sun_exceptions", + "type" : "esriFieldTypeString", + "alias" : "hours_sun_exceptions", + "sqlType" : "sqlTypeNVarchar", + "length" : 4000, + "domain" : null, + "defaultValue" : null + }, + { + "name" : "ObjectId2", + "type" : "esriFieldTypeOID", + "alias" : "ObjectId2", + "sqlType" : "sqlTypeInteger", + "domain" : null, + "defaultValue" : null + }, + { + "name" : "email", + "type" : "esriFieldTypeString", + "alias" : "email", + "sqlType" : "sqlTypeOther", + "length" : 256, + "domain" : null, + "defaultValue" : null + } + ], + "features" : [ + { + "attributes" : { + "objectid" : 1, + "site_name" : "Nativity Satellite Program", + "address" : "3255 Belgrade St", + "phone_number" : "215-423-2772", + "category" : "PCA", + "zip_code" : "19134", + "temporary_closure" : null, + "category_type" : "Senior Meal Site", + "site_key" : "1.0", + "status" : "Active", + "website" : "https://www.pcacares.org/", + "x" : -75.1027830258919, + "y" : 39.9869100071108, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 104, + "email" : null + }, + "geometry" : + { + "x" : -8360403.5635999963, + "y" : 4864040.2596999984 + } + }, + { + "attributes" : { + "objectid" : 2, + "site_name" : "King Older Adult Center", + "address" : "2100 W. Cecil B. Moore Ave.", + "phone_number" : "215-685-2715", + "category" : "PPR_Senior", + "zip_code" : "19121", + "temporary_closure" : null, + "category_type" : "Senior Meal Site", + "site_key" : "2.0", + "status" : "Active", + "website" : "https://www.phila.gov/programs/programs-for-older-adults/", + "x" : -75.1696037016514, + "y" : 39.9799845526985, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 118, + "email" : null + }, + "geometry" : + { + "x" : -8367842.0072000055, + "y" : 4863034.1154000061 + } + }, + { + "attributes" : { + "objectid" : 230, + "site_name" : "Bethel Worship Center", + "address" : "169 W. Wyoming Ave.", + "phone_number" : "267-979-3718", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19120", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : "227.0", + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.1270198272313, + "y" : 40.0220402850977, + "hours_mon_start1" : "09:00", + "hours_mon_end1" : "13:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 219, + "email" : null + }, + "geometry" : + { + "x" : -8363101.5919835549, + "y" : 4869145.6307652229 + } + }, + { + "attributes" : { + "objectid" : 234, + "site_name" : "New Life Community Center", + "address" : "4726 N Broad St", + "phone_number" : "267-766-2945", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19141", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : "211.0", + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.1479072566934, + "y" : 40.0254420630128, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "07:00", + "hours_tues_end1" : "12:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 223, + "email" : null + }, + "geometry" : + { + "x" : -8365426.7699952563, + "y" : 4869640.1398399025 + } + }, + { + "attributes" : { + "objectid" : 237, + "site_name" : "Family Support Circle", + "address" : "2059 E Chelten Ave", + "phone_number" : "267-335-5857", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19138", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : "205.0", + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.1540589775297, + "y" : 40.0518853585732, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "11:00", + "hours_tues_end1" : "16:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : "Open on second and fourth Tuesdays of the month", + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 226, + "email" : null + }, + "geometry" : + { + "x" : -8366111.5764262564, + "y" : 4873484.9855177961 + } + }, + { + "attributes" : { + "objectid" : 238, + "site_name" : "Second Antioch Baptist Church", + "address" : "912 N 41st St", + "phone_number" : "215-387-6774", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19104", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : "203.0", + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.2060791354852, + "y" : 39.9708019190448, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "12:00", + "hours_wed_end1" : "14:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "09:00", + "hours_sat_end1" : "11:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 227, + "email" : null + }, + "geometry" : + { + "x" : -8371902.4339208482, + "y" : 4861700.2006754531 + } + }, + { + "attributes" : { + "objectid" : 239, + "site_name" : "Resurrection Community Church", + "address" : "6200 Dicks Ave", + "phone_number" : "215-724-0822", + "category" : "PHILABUNDANCE/SHARE FOOD PROGRAM", + "zip_code" : "19142", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : "212.0", + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.2239188884506, + "y" : 39.9222424422221, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "10:00", + "hours_wed_end1" : "12:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 228, + "email" : null + }, + "geometry" : + { + "x" : -8373888.3461368335, + "y" : 4854649.1885117088 + } + }, + { + "attributes" : { + "objectid" : 243, + "site_name" : "St. Benedict Food Bank", + "address" : "1940 E Chelten Ave", + "phone_number" : "215-548-2700", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19138", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : "213.0", + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.1516570287425, + "y" : 40.0515648970568, + "hours_mon_start1" : "10:00", + "hours_mon_end1" : "11:30", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "10:00", + "hours_fri_end1" : "11:30", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 230, + "email" : null + }, + "geometry" : + { + "x" : -8365844.192710354, + "y" : 4873438.3816013252 + } + }, + { + "attributes" : { + "objectid" : 261, + "site_name" : "George Washington High School Pantry", + "address" : "10175 Bustleton Ave", + "phone_number" : "267-432-3625", + "category" : "PHILABUNDANCE", + "zip_code" : "19116", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : "243.0", + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.0260176838819, + "y" : 40.1059155185218, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "11:00", + "hours_wed_end1" : "14:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 247, + "email" : null + }, + "geometry" : + { + "x" : -8351858.0848168712, + "y" : 4881345.5922063682 + } + }, + { + "attributes" : { + "objectid" : 281, + "site_name" : "The Reid Foundation, Inc. at Always Independent", + "address" : "9150 Marshall Street", + "phone_number" : "484-684-9867", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19114", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.0313359784294, + "y" : 40.0724097928534, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "08:00", + "hours_wed_end1" : "11:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 266, + "email" : null + }, + "geometry" : + { + "x" : -8352450.1146577867, + "y" : 4876470.2592269024 + } + }, + { + "attributes" : { + "objectid" : 285, + "site_name" : "Church of Pentecost", + "address" : "2530 Wharton St", + "phone_number" : "215-372-7307", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19146", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.1869238756805, + "y" : 39.9364947795582, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "10:00", + "hours_sat_end1" : "12:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 269, + "email" : null + }, + "geometry" : + { + "x" : -8369770.0801533768, + "y" : 4856718.1607717508 + } + }, + { + "attributes" : { + "objectid" : 286, + "site_name" : "Friends Rehabilitation Program", + "address" : "704 W Girard Ave", + "phone_number" : "215-825-8800", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19123", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.1484801182196, + "y" : 39.9702161810685, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "09:00", + "hours_fri_end1" : "12:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 270, + "email" : null + }, + "geometry" : + { + "x" : -8365490.5406486476, + "y" : 4861615.1195639921 + } + }, + { + "attributes" : { + "objectid" : 288, + "site_name" : "North Philadelphia SDA Church", + "address" : "1510 W Oxford St", + "phone_number" : "215-235-1001", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19121", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.1611370434714, + "y" : 39.9775135940884, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "08:00", + "hours_tues_end1" : "11:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 272, + "email" : null + }, + "geometry" : + { + "x" : -8366899.5031226873, + "y" : 4862675.15412032 + } + }, + { + "attributes" : { + "objectid" : 291, + "site_name" : "Revelation Philadelphia Ministry Inc", + "address" : "7047 Buist Ave", + "phone_number" : "267-901-5293", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19142", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.2374023040843, + "y" : 39.915258763847, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "09:00", + "hours_sat_end1" : "13:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 275, + "email" : null + }, + "geometry" : + { + "x" : -8375389.3130993322, + "y" : 4853635.54451818 + } + }, + { + "attributes" : { + "objectid" : 297, + "site_name" : "Brand New Life Christian Center", + "address" : "6301 Germantown Ave", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19144", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.180665704404, + "y" : 40.0437385805313, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "11:00", + "hours_sat_end1" : "13:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 279, + "email" : null + }, + "geometry" : + { + "x" : -8369073.4237135807, + "y" : 4872300.2879845779 + } + }, + { + "attributes" : { + "objectid" : 298, + "site_name" : "Brewerytown Sharswood Coalition", + "address" : "3000 W Master St", + "phone_number" : "267-858-4246", + "category" : "PHILABUNDANCE", + "zip_code" : "19121", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.1853768369027, + "y" : 39.9773674271891, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "10:00", + "hours_fri_end1" : "14:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : "Open every other Friday of the month", + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 280, + "email" : null + }, + "geometry" : + { + "x" : -8369597.8645843938, + "y" : 4862653.92055846 + } + }, + { + "attributes" : { + "objectid" : 299, + "site_name" : "Eastwick United Methodist Church", + "address" : "8325 Lindbergh Blvd", + "phone_number" : "215-365-6352", + "category" : "PHILABUNDANCE", + "zip_code" : "19153", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.2522683004483, + "y" : 39.8985064296034, + "hours_mon_start1" : "09:00", + "hours_mon_end1" : "13:30", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "09:00", + "hours_tues_end1" : "14:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "10:00", + "hours_wed_end1" : "13:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 281, + "email" : null + }, + "geometry" : + { + "x" : -8377044.1882447079, + "y" : 4851204.45302943 + } + }, + { + "attributes" : { + "objectid" : 300, + "site_name" : "Ezekiel Baptist Church", + "address" : "5701 Grays Ave", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19143", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.2216311665265, + "y" : 39.9309614246931, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "08:30", + "hours_thurs_end1" : "11:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 282, + "email" : null + }, + "geometry" : + { + "x" : -8373633.6780971671, + "y" : 4855914.8478440288 + } + }, + { + "attributes" : { + "objectid" : 301, + "site_name" : "Good Samaritan Baptist Church", + "address" : "6148-6150 Lansdowne Ave", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19151", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.2434036629389, + "y" : 39.9753951033089, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "08:30", + "hours_wed_end1" : "13:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 283, + "email" : null + }, + "geometry" : + { + "x" : -8376057.3813110935, + "y" : 4862367.4069073126 + } + }, + { + "attributes" : { + "objectid" : 302, + "site_name" : "Kitchen of Love", + "address" : "8500 Pickering Ave", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19150", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.1746241124142, + "y" : 40.0813415704501, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "08:30", + "hours_wed_end1" : "10:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "08:30", + "hours_thurs_end1" : "10:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "08:30", + "hours_fri_end1" : "10:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 284, + "email" : null + }, + "geometry" : + { + "x" : -8368400.8767696926, + "y" : 4877769.6649117637 + } + }, + { + "attributes" : { + "objectid" : 304, + "site_name" : "New Testament Church of God", + "address" : "935 S 53rd St", + "phone_number" : "(215) 472-6630", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19143", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.2270401762836, + "y" : 39.9456064978479, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "12:00", + "hours_sat_end1" : "14:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : "Open on first and third Saturdays of the month", + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 285, + "email" : null + }, + "geometry" : + { + "x" : -8374235.8063090229, + "y" : 4858041.1094221473 + } + }, + { + "attributes" : { + "objectid" : 306, + "site_name" : "The Simple Way", + "address" : "3234 Potter St", + "phone_number" : "215.423.3598", + "category" : "PHILABUNDANCE", + "zip_code" : "19134", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.1121830408897, + "y" : 39.997865098786, + "hours_mon_start1" : "09:30", + "hours_mon_end1" : "12:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "09:30", + "hours_tues_end1" : "12:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "09:30", + "hours_wed_end1" : "12:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 287, + "email" : null + }, + "geometry" : + { + "x" : -8361449.968483001, + "y" : 4865632.0463266857 + } + }, + { + "attributes" : { + "objectid" : 315, + "site_name" : "Gather the People House of Prayer", + "address" : "1429 W Clearfield St", + "phone_number" : "267-300-2397", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19138", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.15419265961, + "y" : 40.0002645330222, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "09:00", + "hours_sat_end1" : "12:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 294, + "email" : null + }, + "geometry" : + { + "x" : -8366126.4578473633, + "y" : 4865980.7207954992 + } + }, + { + "attributes" : { + "objectid" : 317, + "site_name" : "Interfaith Food Cupboard", + "address" : "3600 Baring St", + "phone_number" : null, + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19104", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.1941797561967, + "y" : 39.9608808580969, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "09:30", + "hours_sat_end1" : "11:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 296, + "email" : null + }, + "geometry" : + { + "x" : -8370577.8010776965, + "y" : 4860259.21973302 + } + }, + { + "attributes" : { + "objectid" : 320, + "site_name" : "Kingdom Life Christian Center", + "address" : "6325 Frankford Ave.", + "phone_number" : "267-351-7942", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19135", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.0587642930532, + "y" : 40.0279670767714, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "10:00", + "hours_wed_end1" : "12:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : "Open on second and fourth Wednesdays of the month", + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 297, + "email" : null + }, + "geometry" : + { + "x" : -8355503.4206750272, + "y" : 4870007.2115558889 + } + }, + { + "attributes" : { + "objectid" : 321, + "site_name" : "MAP Holistic CDC (Mankind Against Poverty)", + "address" : "1510 W Stiles St", + "phone_number" : "215-235-2500", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19121", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.1614993322461, + "y" : 39.9725544043368, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "09:00", + "hours_wed_end1" : "12:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 298, + "email" : null + }, + "geometry" : + { + "x" : -8366939.8329246063, + "y" : 4861954.7615078008 + } + }, + { + "attributes" : { + "objectid" : 323, + "site_name" : "St Paul A.M.E. Church", + "address" : "8398 Lindbergh Blvd", + "phone_number" : "267-593-9631", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19153", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.2516236941386, + "y" : 39.8976676859333, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "09:30", + "hours_thurs_end1" : "11:45", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 300, + "email" : null + }, + "geometry" : + { + "x" : -8376972.4309985489, + "y" : 4851082.7505359137 + } + }, + { + "attributes" : { + "objectid" : 1671, + "site_name" : "Grace Tabernacle Christian Church", + "address" : "1519 S 52nd St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19143", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.2166426671927, + "y" : 39.9388686331097, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "11:00", + "hours_thurs_end1" : "13:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 324, + "email" : null + }, + "geometry" : + { + "x" : -8373078.3608915051, + "y" : 4857062.8083602246 + } + }, + { + "attributes" : { + "objectid" : 1681, + "site_name" : "Norris Homes/North Central Community Center", + "address" : "2000 N 11th St", + "phone_number" : "267-456-4236", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19122", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.1517041284639, + "y" : 39.9829399753166, + "hours_mon_start1" : "13:00", + "hours_mon_end1" : "15:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : "Open on second and fourth Mondays of the month", + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 332, + "email" : null + }, + "geometry" : + { + "x" : -8365849.4358273568, + "y" : 4863463.4728185525 + } + }, + { + "attributes" : { + "objectid" : 1729, + "site_name" : "Centre d'Adoration Chretienne", + "address" : "4520 Benner St", + "phone_number" : "215-543-2589", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19135", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.0590504573232, + "y" : 40.0198757913626, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "19:30", + "hours_tues_end1" : "20:30", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 376, + "email" : null + }, + "geometry" : + { + "x" : -8355535.2763358466, + "y" : 4868830.9958420014 + } + }, + { + "attributes" : { + "objectid" : 1730, + "site_name" : "Consortium Community Mental Health Center", + "address" : "137 S. 58th St.", + "phone_number" : "267-259-0648", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19153", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.2371548094028, + "y" : 39.9585887010502, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "09:00", + "hours_tues_end1" : "12:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : "Open on second and fourth Tuesdays of the month", + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 377, + "email" : null + }, + "geometry" : + { + "x" : -8375361.7621174119, + "y" : 4859926.3259383608 + } + }, + { + "attributes" : { + "objectid" : 1731, + "site_name" : "Courtyard Apartments at Riverview", + "address" : "1021 South 4th St", + "phone_number" : "215-551-7091", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19147", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.1501806632426, + "y" : 39.9348904039844, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "15:00", + "hours_wed_end1" : "17:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : "Open on first and third Wednesdays of the month", + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 378, + "email" : null + }, + "geometry" : + { + "x" : -8365679.84445468, + "y" : 4856485.2365036029 + } + }, + { + "attributes" : { + "objectid" : 1733, + "site_name" : "Haddington Overbrook Resident Council", + "address" : "648 N 57th St", + "phone_number" : "267-319-2223", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19131", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.2343484644007, + "y" : 39.9698990457032, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "10:00", + "hours_sat_end1" : "13:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 380, + "email" : null + }, + "geometry" : + { + "x" : -8375049.3612207891, + "y" : 4861569.0545105794 + } + }, + { + "attributes" : { + "objectid" : 1734, + "site_name" : "Katie's Cupboard at Tabor", + "address" : "4860 N Howard St", + "phone_number" : "215-455-1706", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.1250504961452, + "y" : 40.0245861926688, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "10:00", + "hours_thurs_end1" : "12:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 381, + "email" : null + }, + "geometry" : + { + "x" : -8362882.3670498487, + "y" : 4869515.7215035707 + } + }, + { + "attributes" : { + "objectid" : 1736, + "site_name" : "Mantua Haverford Community Center/Mt. Vernon Manor CDC", + "address" : "1103 N. 40th St.", + "phone_number" : "215-475-9492", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19104", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.1996174083507, + "y" : 39.9640703294391, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "10:00", + "hours_wed_end1" : "11:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 383, + "email" : null + }, + "geometry" : + { + "x" : -8371183.1177465916, + "y" : 4860722.4505487578 + } + }, + { + "attributes" : { + "objectid" : 1737, + "site_name" : "Men Who Care of Germantown Inc", + "address" : "180 E Tulpehocken St", + "phone_number" : "267-335-4786", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19144", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.1766029550634, + "y" : 40.0450599190972, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "10:00", + "hours_sat_end1" : "13:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 384, + "email" : null + }, + "geometry" : + { + "x" : -8368621.1605257625, + "y" : 4872492.4262956092 + } + }, + { + "attributes" : { + "objectid" : 1739, + "site_name" : "Mount Hebron Baptist Church", + "address" : "1419 Wharton St", + "phone_number" : "267-441-6680", + "category" : "PHILABUNDANCE/SHARE FOOD PROGRAM", + "zip_code" : "19146", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.1686044442241, + "y" : 39.9344127119299, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "10:30", + "hours_thurs_end1" : "12:45", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : "Open on first and third Thursdays of the month", + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 385, + "email" : null + }, + "geometry" : + { + "x" : -8367730.7703720275, + "y" : 4856415.8859216413 + } + }, + { + "attributes" : { + "objectid" : 1740, + "site_name" : "New Bethany Baptist Church", + "address" : "1415 S 23rd St", + "phone_number" : "215-336-4166", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19146", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.1825016993948, + "y" : 39.934304096031, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "12:00", + "hours_sat_end1" : "14:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : "Open on second and fourth Saturdays of the month", + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 386, + "email" : null + }, + "geometry" : + { + "x" : -8369277.8057410549, + "y" : 4856400.1173036285 + } + }, + { + "attributes" : { + "objectid" : 1742, + "site_name" : "Reconciliation And Liberty Bible Church", + "address" : "6027 Chestnut St", + "phone_number" : "267-237-1763", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19139", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.2419880662309, + "y" : 39.9607550185371, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "10:00", + "hours_sat_end1" : "12:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 387, + "email" : null + }, + "geometry" : + { + "x" : -8375899.7978063906, + "y" : 4860240.943554162 + } + }, + { + "attributes" : { + "objectid" : 1743, + "site_name" : "The Charles Foundation", + "address" : "605 N 52nd St", + "phone_number" : "215-868-9543", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19131", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.2251208271949, + "y" : 39.9697008108173, + "hours_mon_start1" : "10:00", + "hours_mon_end1" : "12:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : "Open on first and third Mondays of the month", + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 388, + "email" : null + }, + "geometry" : + { + "x" : -8374022.1453458145, + "y" : 4861540.2602883605 + } + }, + { + "attributes" : { + "objectid" : 1745, + "site_name" : "Women Walking in Victory", + "address" : "2441 N 29th St", + "phone_number" : "215-908-5286", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19132", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.1791946194969, + "y" : 39.9933821651265, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "10:00", + "hours_tues_end1" : "12:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 390, + "email" : null + }, + "geometry" : + { + "x" : -8368909.663290807, + "y" : 4864980.6403722055 + } + }, + { + "attributes" : { + "objectid" : 1751, + "site_name" : "Jerusalem French Church", + "address" : "537 E. Wyoming Ave.", + "phone_number" : "267-439-1246", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19120", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : "194.0", + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.1148399594775, + "y" : 40.0205592394572, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "11:00", + "hours_tues_end1" : "13:30", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 396, + "email" : null + }, + "geometry" : + { + "x" : -8361745.7353072725, + "y" : 4868930.3420777954 + } + }, + { + "attributes" : { + "objectid" : 1753, + "site_name" : "Philly House", + "address" : "302 N 13th St.", + "phone_number" : "215-922-6400", + "category" : "Office of Homeless Services", + "zip_code" : "19107", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : -75.1602727245355, + "y" : 39.9581014715558, + "hours_mon_start1" : "12:00", + "hours_mon_end1" : "13:00", + "hours_mon_start2" : "17:00", + "hours_mon_end2" : "18:00", + "hours_mon_exceptions" : null, + "hours_tues_start1" : "12:00", + "hours_tues_end1" : "13:00", + "hours_tues_start2" : "17:00", + "hours_tues_end2" : "18:00", + "hours_tues_exceptions" : null, + "hours_wed_start1" : "12:00", + "hours_wed_end1" : "13:00", + "hours_wed_start2" : "17:00", + "hours_wed_end2" : "18:00", + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "12:00", + "hours_thurs_end1" : "13:00", + "hours_thurs_start2" : "17:00", + "hours_thurs_end2" : "18:00", + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "12:00", + "hours_fri_end1" : "13:00", + "hours_fri_start2" : "17:00", + "hours_fri_end2" : "18:00", + "hours_fri_exceptions" : null, + "hours_sat_start1" : "12:00", + "hours_sat_end1" : "13:00", + "hours_sat_start2" : "17:00", + "hours_sat_end2" : "18:00", + "hours_sat_exceptions" : null, + "hours_sun_start1" : "12:00", + "hours_sun_end1" : "13:00", + "hours_sun_start2" : "17:00", + "hours_sun_end2" : "18:00", + "hours_sun_exceptions" : null, + "ObjectId2" : 398, + "email" : null + }, + "geometry" : + { + "x" : -8366803.2875788612, + "y" : 4859855.5662235022 + } + }, + { + "attributes" : { + "objectid" : 1754, + "site_name" : "The Perimeter", + "address" : "213-217 N 4th St", + "phone_number" : "215-923-2600", + "category" : "Office of Homeless Services", + "zip_code" : "19106", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : -75.1461239043371, + "y" : 39.9546974592809, + "hours_mon_start1" : "09:00", + "hours_mon_end1" : "13:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "09:00", + "hours_tues_end1" : "13:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "09:00", + "hours_wed_end1" : "13:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "09:00", + "hours_thurs_end1" : "13:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "09:00", + "hours_fri_end1" : "13:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 399, + "email" : null + }, + "geometry" : + { + "x" : -8365228.24811905, + "y" : 4859361.2199491886 + } + }, + { + "attributes" : { + "objectid" : 1755, + "site_name" : "St. Francis Inn", + "address" : "2441 Kensington Ave", + "phone_number" : "215-423-5845", + "category" : "Office of Homeless Services", + "zip_code" : "19125", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : -75.1305798325364, + "y" : 39.9868761814555, + "hours_mon_start1" : "16:30", + "hours_mon_end1" : "18:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "10:00", + "hours_tues_end1" : "11:00", + "hours_tues_start2" : "16:30", + "hours_tues_end2" : "18:00", + "hours_tues_exceptions" : null, + "hours_wed_start1" : "10:00", + "hours_wed_end1" : "11:00", + "hours_wed_start2" : "16:30", + "hours_wed_end2" : "18:00", + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "10:00", + "hours_thurs_end1" : "11:00", + "hours_thurs_start2" : "16:30", + "hours_thurs_end2" : "18:00", + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "11:30", + "hours_fri_end1" : "13:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "11:30", + "hours_sat_end1" : "13:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : "11:30", + "hours_sun_end1" : "13:00", + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 400, + "email" : null + }, + "geometry" : + { + "x" : -8363497.8899613414, + "y" : 4864035.3451911733 + } + }, + { + "attributes" : { + "objectid" : 1756, + "site_name" : "Living Word Community", + "address" : "142 N. 17th St", + "phone_number" : "215-563-1322", + "category" : "Office of Homeless Services", + "zip_code" : "19103", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : -75.167905369386, + "y" : 39.9564938830237, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "09:00", + "hours_sat_end1" : "11:30", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 401, + "email" : null + }, + "geometry" : + { + "x" : -8367652.9497170253, + "y" : 4859622.1017777231 + } + }, + { + "attributes" : { + "objectid" : 1757, + "site_name" : "Church of the Holy Trinity, Open Hearts Cafe", + "address" : "1904 Walnut St", + "phone_number" : "215-567-1267", + "category" : "Office of Homeless Services", + "zip_code" : "19103", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : -75.1732410374904, + "y" : 39.9503297053409, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "16:30", + "hours_tues_end1" : "18:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : "16:30", + "hours_sun_end1" : "18:00", + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 402, + "email" : null + }, + "geometry" : + { + "x" : -8368246.9135734476, + "y" : 4858726.95072853 + } + }, + { + "attributes" : { + "objectid" : 3, + "site_name" : "Lutheran Settlement House", + "address" : "1340 Frankford Ave.", + "phone_number" : "215-426-8610", + "category" : "PCA", + "zip_code" : "19125", + "temporary_closure" : null, + "category_type" : "Senior Meal Site", + "site_key" : "3.0", + "status" : "Active", + "website" : "https://www.pcacares.org/", + "x" : -75.1346696845059, + "y" : 39.9714143441932, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 403, + "email" : null + }, + "geometry" : + { + "x" : -8363953.1702000052, + "y" : 4861789.159 + } + }, + { + "attributes" : { + "objectid" : 4, + "site_name" : "Mann Older Adult Center", + "address" : "3201 N. 5th St.", + "phone_number" : "215-685-9844", + "category" : "PCA", + "zip_code" : "19140", + "temporary_closure" : null, + "category_type" : "Senior Meal Site", + "site_key" : "4.0", + "status" : "Active", + "website" : "https://www.pcacares.org/", + "x" : -75.1381035710362, + "y" : 40.0003955003318, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 404, + "email" : null + }, + "geometry" : + { + "x" : -8364335.4287, + "y" : 4865999.7526999945 + } + }, + { + "attributes" : { + "objectid" : 5, + "site_name" : "Northern Living Center", + "address" : "827 N Franklin St.", + "phone_number" : "215-978-1300", + "category" : "PCA", + "zip_code" : "19123", + "temporary_closure" : null, + "category_type" : "Senior Meal Site", + "site_key" : "5.0", + "status" : "Active", + "website" : "https://www.pcacares.org/", + "x" : -75.149842743491, + "y" : 39.9663456940248, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 405, + "email" : null + }, + "geometry" : + { + "x" : -8365642.2274000039, + "y" : 4861052.93199999 + } + }, + { + "attributes" : { + "objectid" : 6, + "site_name" : "On Lok House Satellite", + "address" : "219 N. 10th St.", + "phone_number" : "215-599-3016", + "category" : "PCA", + "zip_code" : "19107", + "temporary_closure" : null, + "category_type" : "Senior Meal Site", + "site_key" : "6.0", + "status" : "Active", + "website" : "https://www.pcacares.org/", + "x" : -75.1556468492715, + "y" : 39.9558477411142, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 406, + "email" : null + }, + "geometry" : + { + "x" : -8366288.3374999994, + "y" : 4859528.2664000047 + } + }, + { + "attributes" : { + "objectid" : 7, + "site_name" : "Philadelphia Senior Center - Allegheny Branch", + "address" : "1900 W. Allegheny Ave.", + "phone_number" : "267-286-1455", + "category" : "PCA", + "zip_code" : "19132", + "temporary_closure" : null, + "category_type" : "Senior Meal Site", + "site_key" : "7.0", + "status" : "Active", + "website" : "https://www.pcacares.org/", + "x" : -75.1607511503777, + "y" : 40.0021516214852, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 407, + "email" : null + }, + "geometry" : + { + "x" : -8366856.5456999969, + "y" : 4866254.9522 + } + }, + { + "attributes" : { + "objectid" : 8, + "site_name" : "Center in the Park", + "address" : "5818 Germantown Ave.", + "phone_number" : "215-848-7722", + "category" : "PCA", + "zip_code" : "19144", + "temporary_closure" : null, + "category_type" : "Senior Meal Site", + "site_key" : "8.0", + "status" : "Active", + "website" : "https://www.pcacares.org/", + "x" : -75.1763186048069, + "y" : 40.0371367180718, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 408, + "email" : null + }, + "geometry" : + { + "x" : -8368589.5068000024, + "y" : 4871340.3545999937 + } + }, + { + "attributes" : { + "objectid" : 9, + "site_name" : "Philadelphia Housing Authority Emlen Arms", + "address" : "6733 Emlen St.", + "phone_number" : "215-684-5893", + "category" : "PCA", + "zip_code" : "19119", + "temporary_closure" : null, + "category_type" : "Senior Meal Site", + "site_key" : "9.0", + "status" : "Active", + "website" : "https://www.pcacares.org/", + "x" : -75.1897048024025, + "y" : 40.0495524495191, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 409, + "email" : null + }, + "geometry" : + { + "x" : -8370079.6515000025, + "y" : 4873145.7213999955 + } + }, + { + "attributes" : { + "objectid" : 10, + "site_name" : "Northeast Older Adult Center", + "address" : "8101 Bustleton Ave.", + "phone_number" : "215-685-0576", + "category" : "PPR_Senior", + "zip_code" : "19152", + "temporary_closure" : null, + "category_type" : "Senior Meal Site", + "site_key" : "10.0", + "status" : "Active", + "website" : "https://www.phila.gov/programs/programs-for-older-adults/", + "x" : -75.0512927167003, + "y" : 40.0626388703767, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 410, + "email" : null + }, + "geometry" : + { + "x" : -8354671.6886, + "y" : 4875048.9689000025 + } + }, + { + "attributes" : { + "objectid" : 11, + "site_name" : "Peter Brassi NE Senior Center", + "address" : "4744-46 Frankford Ave.", + "phone_number" : "215-831-2926", + "category" : "PCA", + "zip_code" : "19124", + "temporary_closure" : null, + "category_type" : "Senior Meal Site", + "site_key" : "11.0", + "status" : "Active", + "website" : "https://www.pcacares.org/", + "x" : -75.0832659675177, + "y" : 40.0179806232626, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 411, + "email" : null + }, + "geometry" : + { + "x" : -8358230.9345999984, + "y" : 4868555.5188000053 + } + }, + { + "attributes" : { + "objectid" : 12, + "site_name" : "Firehouse Active Adult Center", + "address" : "5331 Haverford Ave.", + "phone_number" : "215-472-6188", + "category" : "PCA", + "zip_code" : "19139", + "temporary_closure" : null, + "category_type" : "Senior Meal Site", + "site_key" : "12.0", + "status" : "Active", + "website" : "https://www.pcacares.org/", + "x" : -75.2275302718687, + "y" : 39.9663034111803, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 412, + "email" : null + }, + "geometry" : + { + "x" : -8374290.3634999972, + "y" : 4861046.7906000046 + } + }, + { + "attributes" : { + "objectid" : 13, + "site_name" : "West Philadelphia Senior Community Center", + "address" : "1016-26 N. 41st St.", + "phone_number" : "215-386-0379", + "category" : "PCA", + "zip_code" : "19104", + "temporary_closure" : null, + "category_type" : "Senior Meal Site", + "site_key" : "13.0", + "status" : "Active", + "website" : "https://www.pcacares.org/", + "x" : -75.2065871245062, + "y" : 39.9722447013998, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 413, + "email" : null + }, + "geometry" : + { + "x" : -8371958.9829999954, + "y" : 4861909.7744999975 + } + }, + { + "attributes" : { + "objectid" : 14, + "site_name" : "St. Edmonds Senior Community Center Catholic Housing and Community Services", + "address" : "2130 S 21st St.", + "phone_number" : "215-790-9530", + "category" : "PCA", + "zip_code" : "19145", + "temporary_closure" : null, + "category_type" : "Senior Meal Site", + "site_key" : "14.0", + "status" : "Active", + "website" : "https://www.pcacares.org/", + "x" : -75.1814047320966, + "y" : 39.924705033699, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 414, + "email" : null + }, + "geometry" : + { + "x" : -8369155.6919000018, + "y" : 4855006.6453000037 + } + }, + { + "attributes" : { + "objectid" : 15, + "site_name" : "Marconi Older Adult Program", + "address" : "2433 S. 15th St.", + "phone_number" : "215-218-0800", + "category" : "PCA", + "zip_code" : "19145", + "temporary_closure" : null, + "category_type" : "Senior Meal Site", + "site_key" : "15.0", + "status" : "Active", + "website" : "https://www.pcacares.org/", + "x" : -75.1722218478351, + "y" : 39.9198234694442, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 415, + "email" : null + }, + "geometry" : + { + "x" : -8368133.4578999979, + "y" : 4854298.0757000046 + } + }, + { + "attributes" : { + "objectid" : 16, + "site_name" : "Philadelphia Housing Authority Cassie L. Holly Apts. Satelite", + "address" : "2100 Dickinson St.", + "phone_number" : "215-684-3959", + "category" : "PCA", + "zip_code" : "19146", + "temporary_closure" : null, + "category_type" : "Senior Meal Site", + "site_key" : "16.0", + "status" : "Active", + "website" : "https://www.pcacares.org/", + "x" : -75.1802037142061, + "y" : 39.9329219406382, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 416, + "email" : null + }, + "geometry" : + { + "x" : -8369021.9951999979, + "y" : 4856199.4611999905 + } + }, + { + "attributes" : { + "objectid" : 17, + "site_name" : "Philadelphia Housing Authority Wilson Park", + "address" : "2500 Jackson St.", + "phone_number" : "215-684-3959", + "category" : "PCA", + "zip_code" : "19145", + "temporary_closure" : null, + "category_type" : "Senior Meal Site", + "site_key" : "17.0", + "status" : "Active", + "website" : "https://www.pcacares.org/", + "x" : -75.1895745925004, + "y" : 39.9256829325143, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 417, + "email" : null + }, + "geometry" : + { + "x" : -8370065.156600005, + "y" : 4855148.5955000017 + } + }, + { + "attributes" : { + "objectid" : 18, + "site_name" : "Philadelphia Senior Center - Avenue of the Arts and Asia-Pacific Senior Resource Center", + "address" : "509 S. Broad St.", + "phone_number" : "215-546-5879", + "category" : "PCA", + "zip_code" : "19147", + "temporary_closure" : null, + "category_type" : "Senior Meal Site", + "site_key" : "18.0", + "status" : "Active", + "website" : "https://www.pcacares.org/", + "x" : -75.1650768349148, + "y" : 39.9442374074862, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 418, + "email" : null + }, + "geometry" : + { + "x" : -8367338.0786999986, + "y" : 4857842.3171999939 + } + }, + { + "attributes" : { + "objectid" : 19, + "site_name" : "Catholic Housing and Community Services Star Harbor Senior Center Satellite", + "address" : "4700 Springfield Ave.", + "phone_number" : "215-726-7468", + "category" : "PCA", + "zip_code" : "19143", + "temporary_closure" : null, + "category_type" : "Senior Meal Site", + "site_key" : "19.0", + "status" : "Active", + "website" : "https://www.pcacares.org/", + "x" : -75.215080705399, + "y" : 39.9467301704226, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 419, + "email" : null + }, + "geometry" : + { + "x" : -8372904.4840999926, + "y" : 4858204.2699000081 + } + }, + { + "attributes" : { + "objectid" : 20, + "site_name" : "Southwest Senior Center", + "address" : "6916 Elmwood Ave.", + "phone_number" : "215-937-1880", + "category" : "PCA", + "zip_code" : "19142", + "temporary_closure" : null, + "category_type" : "Senior Meal Site", + "site_key" : "20.0", + "status" : "Active", + "website" : "https://www.pcacares.org/", + "x" : -75.2363973399173, + "y" : 39.917636507278, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 420, + "email" : null + }, + "geometry" : + { + "x" : -8375277.4409999968, + "y" : 4853980.6498000035 + } + }, + { + "attributes" : { + "objectid" : 21, + "site_name" : "CHCS Norris Square Center", + "address" : "2121 N. Howard St", + "phone_number" : "215-423-7241", + "category" : "PCA", + "zip_code" : "19122", + "temporary_closure" : null, + "category_type" : "Senior Meal Site", + "site_key" : "21.0", + "status" : "Active", + "website" : "https://www.pcacares.org/", + "x" : -75.1334303130443, + "y" : 39.9825794487322, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 421, + "email" : null + }, + "geometry" : + { + "x" : -8363815.2039999962, + "y" : 4863411.095300003 + } + }, + { + "attributes" : { + "objectid" : 22, + "site_name" : "The Center at Journey’s Way", + "address" : "403 Rector St.", + "phone_number" : "215-487-1750", + "category" : "PCA", + "zip_code" : "19128", + "temporary_closure" : null, + "category_type" : "Senior Meal Site", + "site_key" : "22.0", + "status" : "Active", + "website" : "https://www.pcacares.org/", + "x" : -75.2140271953698, + "y" : 40.0276301147186, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 422, + "email" : null + }, + "geometry" : + { + "x" : -8372787.2078999951, + "y" : 4869958.2251999984 + } + }, + { + "attributes" : { + "objectid" : 29, + "site_name" : "Mizpah SDA", + "address" : "4355 Paul St", + "phone_number" : "215-535-5995", + "category" : "PHILABUNDANCE/SHARE FOOD PROGRAM", + "zip_code" : "19124", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : "29.0", + "status" : "Active", + "website" : null, + "x" : -75.0862700128796, + "y" : 40.0115614247471, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "09:30", + "hours_tues_end1" : "12:30", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 429, + "email" : null + }, + "geometry" : + { + "x" : -8358565.3434000043, + "y" : 4867622.4964999994 + } + }, + { + "attributes" : { + "objectid" : 31, + "site_name" : "Parkside Association of Philadelphia", + "address" : "1719 N 52nd St, Suite G", + "phone_number" : null, + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19131", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : "31.0", + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.2240700000219, + "y" : 39.9815280001684, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "08:00", + "hours_thurs_end1" : "11:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 431, + "email" : null + }, + "geometry" : + { + "x" : -8373905.1678000037, + "y" : 4863258.3418000033 + } + }, + { + "attributes" : { + "objectid" : 32, + "site_name" : "Upper Room Missionary Baptist Church", + "address" : "7236 Ogontz Ave", + "phone_number" : "(215)549-7311/ 267-593-4989 (Deacon Michael Bennett)", + "category" : "PHILABUNDANCE", + "zip_code" : "19138", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : "32.0", + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.1550984996558, + "y" : 40.064742000079, + "hours_mon_start1" : "10:00", + "hours_mon_end1" : "12:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "09:00", + "hours_tues_end1" : "11:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "08:30", + "hours_wed_end1" : "10:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "09:30", + "hours_thurs_end1" : "12:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "09:00", + "hours_fri_end1" : "11:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 432, + "email" : null + }, + "geometry" : + { + "x" : -8366227.2955000009, + "y" : 4875354.8755000057 + } + }, + { + "attributes" : { + "objectid" : 39, + "site_name" : "SEAMAAC", + "address" : "1711 S Broad St", + "phone_number" : "215-467-0690", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19148", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : "39.0", + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.1683329996477, + "y" : 39.9287159997525, + "hours_mon_start1" : "10:00", + "hours_mon_end1" : "14:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "10:00", + "hours_tues_end1" : "14:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "10:00", + "hours_wed_end1" : "14:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 438, + "email" : null + }, + "geometry" : + { + "x" : -8367700.5533000045, + "y" : 4855588.8834999977 + } + }, + { + "attributes" : { + "objectid" : 40, + "site_name" : "Keep It Real CDC", + "address" : "5900 Lansdowne Ave", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19151", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : "40.0", + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.2386679997829, + "y" : 39.9759120002766, + "hours_mon_start1" : "07:30", + "hours_mon_end1" : "12:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "07:30", + "hours_tues_end1" : "12:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "07:30", + "hours_wed_end1" : "12:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "07:30", + "hours_thurs_end1" : "12:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 439, + "email" : null + }, + "geometry" : + { + "x" : -8375530.2097000005, + "y" : 4862442.4942000043 + } + }, + { + "attributes" : { + "objectid" : 52, + "site_name" : "Salvation Army Temple", + "address" : "1340 Brown St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19123", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : "52.0", + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.1594046143944, + "y" : 39.9678598706593, + "hours_mon_start1" : "08:00", + "hours_mon_end1" : "16:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "08:00", + "hours_tues_end1" : "16:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "08:00", + "hours_wed_end1" : "16:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "08:00", + "hours_thurs_end1" : "16:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "08:00", + "hours_fri_end1" : "16:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 451, + "email" : null + }, + "geometry" : + { + "x" : -8366706.6500000013, + "y" : 4861272.8621000005 + } + }, + { + "attributes" : { + "objectid" : 55, + "site_name" : "Roxborough Presbyterian Church", + "address" : "8232 Ridge Ave", + "phone_number" : "(215) 483-2762", + "category" : "PHILABUNDANCE", + "zip_code" : "19128", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : "55.0", + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.237795308044, + "y" : 40.0591609999051, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "10:00", + "hours_thurs_end1" : "12:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 454, + "email" : null + }, + "geometry" : + { + "x" : -8375433.0621000053, + "y" : 4874543.1228 + } + }, + { + "attributes" : { + "objectid" : 59, + "site_name" : "Young Chances Foundation", + "address" : "2703 Tasker St", + "phone_number" : "267-585-2923", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19145", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : "59.0", + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.1898384995645, + "y" : 39.9333960000519, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "14:00", + "hours_thurs_end1" : "18:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : "Open on the second and fourth Thursday of the month", + "hours_fri_start1" : "14:00", + "hours_fri_end1" : "18:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : "Open on the second and fourth Friday of the month", + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 458, + "email" : null + }, + "geometry" : + { + "x" : -8370094.534599998, + "y" : 4856268.2829000019 + } + }, + { + "attributes" : { + "objectid" : 60, + "site_name" : "Feast of Justice (Tyson Ave)", + "address" : "3101 Tyson Ave", + "phone_number" : "215-268-3510; registration@feastofjustice.org", + "category" : "PHILABUNDANCE/SHARE FOOD PROGRAM", + "zip_code" : "19149", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : "60.0", + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.0529172659927, + "y" : 40.0372372507607, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "09:00", + "hours_tues_end1" : "11:00", + "hours_tues_start2" : "11:00", + "hours_tues_end2" : "12:00", + "hours_tues_exceptions" : "Some hours are by appointment only. Contact the site for more information.", + "hours_wed_start1" : "10:00", + "hours_wed_end1" : "12:00", + "hours_wed_start2" : "16:00", + "hours_wed_end2" : "19:00", + "hours_wed_exceptions" : "Some hours are by appointment only. Contact the site for more information.", + "hours_thurs_start1" : "17:30", + "hours_thurs_end1" : "19:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "10:00", + "hours_fri_end1" : "12:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "10:00", + "hours_sat_end1" : "12:00", + "hours_sat_start2" : "13:00", + "hours_sat_end2" : "16:00", + "hours_sat_exceptions" : "Some hours are by appointment only. Contact the site for more information.", + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 459, + "email" : "registration@feastofjustice.org" + }, + "geometry" : + { + "x" : -8354852.5325999986, + "y" : 4871354.971699995 + } + }, + { + "attributes" : { + "objectid" : 1583, + "site_name" : "Mighty Writers North", + "address" : "Vaux Building, W. Seybert St & N. 23rd St", + "phone_number" : "610-263-5379", + "category" : "PHILABUNDANCE", + "zip_code" : "19121", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.174260000349, + "y" : 39.9762819997186, + "hours_mon_start1" : "12:00", + "hours_mon_end1" : "14:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "12:00", + "hours_tues_end1" : "14:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "12:00", + "hours_wed_end1" : "14:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "12:00", + "hours_thurs_end1" : "14:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "12:00", + "hours_fri_end1" : "14:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 734, + "email" : null + }, + "geometry" : + { + "x" : -8368360.3440000024, + "y" : 4862496.2427000087 + } + }, + { + "attributes" : { + "objectid" : 1625, + "site_name" : "Mighty Writers El Futuro", + "address" : "1025 S. 9th St.", + "phone_number" : "215-602-0236", + "category" : "PHILABUNDANCE", + "zip_code" : "19147", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.1582622996111, + "y" : 39.9369036002963, + "hours_mon_start1" : "11:30", + "hours_mon_end1" : "13:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "11:30", + "hours_tues_end1" : "13:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "11:30", + "hours_wed_end1" : "13:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "11:30", + "hours_thurs_end1" : "13:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "11:30", + "hours_fri_end1" : "13:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 776, + "email" : null + }, + "geometry" : + { + "x" : -8366579.4880999969, + "y" : 4856777.5145000014 + } + }, + { + "attributes" : { + "objectid" : 151, + "site_name" : "Broad Street Love", + "address" : "315 S Broad Street", + "phone_number" : null, + "category" : "Office of Homeless Services", + "zip_code" : "19107", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : "151.0", + "status" : "Active", + "website" : null, + "x" : -75.1649107348479, + "y" : 39.9463593305455, + "hours_mon_start1" : "11:30", + "hours_mon_end1" : "13:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "11:30", + "hours_tues_end1" : "13:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "11:30", + "hours_wed_end1" : "13:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "11:30", + "hours_thurs_end1" : "13:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "11:30", + "hours_fri_end1" : "13:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 849, + "email" : null + }, + "geometry" : + { + "x" : -8367319.5885251295, + "y" : 4858150.4225908956 + } + }, + { + "attributes" : { + "objectid" : 152, + "site_name" : "Hub of Hope", + "address" : "1401 JFK Pkway, Suburban Station Concourse (lower level)", + "phone_number" : null, + "category" : "Office of Homeless Services", + "zip_code" : "19102", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : "152.0", + "status" : "Active", + "website" : null, + "x" : -75.1644451017913, + "y" : 39.9542082054843, + "hours_mon_start1" : "13:00", + "hours_mon_end1" : "14:30", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "13:00", + "hours_tues_end1" : "14:30", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "13:00", + "hours_wed_end1" : "14:30", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "13:00", + "hours_thurs_end1" : "14:30", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "13:00", + "hours_fri_end1" : "14:30", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "13:00", + "hours_sat_end1" : "14:30", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : "13:00", + "hours_sun_end1" : "14:30", + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 850, + "email" : null + }, + "geometry" : + { + "x" : -8367267.7544903727, + "y" : 4859290.17029137 + } + }, + { + "attributes" : { + "objectid" : 158, + "site_name" : "Juniata Park Older Adult Center", + "address" : "1251 E. Sedgley Avenue", + "phone_number" : "215-685-1490", + "category" : "PPR_Senior", + "zip_code" : "19134", + "temporary_closure" : null, + "category_type" : "Senior Meal Site", + "site_key" : "154.0", + "status" : "Active", + "website" : "https://www.phila.gov/programs/programs-for-older-adults/", + "x" : -75.1044433256204, + "y" : 40.0036572029384, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 852, + "email" : null + }, + "geometry" : + { + "x" : -8360588.3873203369, + "y" : 4866473.748500512 + } + }, + { + "attributes" : { + "objectid" : 159, + "site_name" : "West Oak Lane Senior Center", + "address" : "7210 Ogontz Avenue", + "phone_number" : null, + "category" : "PPR_Senior", + "zip_code" : "19138", + "temporary_closure" : null, + "category_type" : "Senior Meal Site", + "site_key" : "155.0", + "status" : "Active", + "website" : "https://www.phila.gov/programs/programs-for-older-adults/", + "x" : -75.1542445423279, + "y" : 40.0643925853223, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 853, + "email" : null + }, + "geometry" : + { + "x" : -8366132.2334051011, + "y" : 4875304.0514087332 + } + }, + { + "attributes" : { + "objectid" : 160, + "site_name" : "South Philly Older Adult Center", + "address" : "1430 E. Passyunk Avenue", + "phone_number" : "215-685-1697", + "category" : "PPR_Senior", + "zip_code" : "19147", + "temporary_closure" : null, + "category_type" : "Senior Meal Site", + "site_key" : "156.0", + "status" : "Active", + "website" : "https://www.phila.gov/programs/programs-for-older-adults/", + "x" : -75.1624560997666, + "y" : 39.9315061772274, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 854, + "email" : null + }, + "geometry" : + { + "x" : -8367046.3397977976, + "y" : 4855993.9302120628 + } + }, + { + "attributes" : { + "objectid" : 162, + "site_name" : "Iglesia Christiana Avivamiento", + "address" : "5500 Tabor Rd", + "phone_number" : "215-856-3932", + "category" : "PHILABUNDANCE", + "zip_code" : "19120", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : "158.0", + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.1040875783119, + "y" : 40.0364108953804, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "10:00", + "hours_tues_end1" : "14:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 856, + "email" : null + }, + "geometry" : + { + "x" : -8360548.785711105, + "y" : 4871234.8231684072 + } + }, + { + "attributes" : { + "objectid" : 164, + "site_name" : "Richard & Friends", + "address" : "1916 E Venango", + "phone_number" : null, + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19134", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : "160.0", + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.1027403134918, + "y" : 39.9996917304216, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 858, + "email" : null + }, + "geometry" : + { + "x" : -8360398.8088773657, + "y" : 4865897.4827092821 + } + }, + { + "attributes" : { + "objectid" : 200, + "site_name" : "Faith Chapel Church FCDC", + "address" : "108 E. Price St.", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19144", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : "195.0", + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.1738733808022, + "y" : 40.0377994804202, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "09:00", + "hours_thurs_end1" : "12:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 892, + "email" : null + }, + "geometry" : + { + "x" : -8368317.3057089243, + "y" : 4871436.71831577 + } + }, + { + "attributes" : { + "objectid" : 201, + "site_name" : "New Era Baptist Church", + "address" : "6618 Wyncote Ave.", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19138", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : "196.0", + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.1539733052039, + "y" : 40.0555689272364, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "09:00", + "hours_thurs_end1" : "10:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 893, + "email" : null + }, + "geometry" : + { + "x" : -8366102.0394265736, + "y" : 4874020.6934275655 + } + }, + { + "attributes" : { + "objectid" : 205, + "site_name" : "10th St. Market (North 10)", + "address" : "3890 N. 10th St., 2nd Fl", + "phone_number" : "267-908-9000 ext 232", + "category" : "PHILABUNDANCE", + "zip_code" : "19140", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : "200.0", + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.1442911997158, + "y" : 40.011658490177, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "10:00", + "hours_tues_end1" : "12:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "10:00", + "hours_thurs_end1" : "12:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 897, + "email" : null + }, + "geometry" : + { + "x" : -8365024.2323738309, + "y" : 4867636.60418274 + } + }, + { + "attributes" : { + "objectid" : 1758, + "site_name" : "Grace Cafe", + "address" : "55 N Broad St", + "phone_number" : "215-568-6250", + "category" : "Office of Homeless Services", + "zip_code" : "19107", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : -75.1629413548718, + "y" : 39.9541376542775, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : "17:00", + "hours_sun_end1" : "18:00", + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 901, + "email" : null + }, + "geometry" : + { + "x" : -8367100.3581490135, + "y" : 4859279.9248551112 + } + }, + { + "attributes" : { + "objectid" : 1759, + "site_name" : "Chosen 300", + "address" : "1116 Spring Garden St.", + "phone_number" : "215-765-9806", + "category" : "Office of Homeless Services", + "zip_code" : "19123", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : -75.1568948175558, + "y" : 39.9615472602088, + "hours_mon_start1" : "18:00", + "hours_mon_end1" : "19:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "18:00", + "hours_wed_end1" : "19:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "18:00", + "hours_fri_end1" : "19:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "17:00", + "hours_sat_end1" : "18:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 902, + "email" : null + }, + "geometry" : + { + "x" : -8366427.260693932, + "y" : 4860356.00451808 + } + }, + { + "attributes" : { + "objectid" : 1760, + "site_name" : "Chosen 300 West", + "address" : "3959 Lancaster Ave", + "phone_number" : "215-765-9806", + "category" : "Office of Homeless Services", + "zip_code" : "19104", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : -75.2020146023491, + "y" : 39.963143570813, + "hours_mon_start1" : "18:00", + "hours_mon_end1" : "19:30", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "18:00", + "hours_fri_end1" : "19:30", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 903, + "email" : null + }, + "geometry" : + { + "x" : -8371449.9721618248, + "y" : 4860587.8482238129 + } + }, + { + "attributes" : { + "objectid" : 1761, + "site_name" : "UC Hospitality Coalition", + "address" : "3637 Chestnut St", + "phone_number" : "610-639-4395", + "category" : "Office of Homeless Services", + "zip_code" : "19104", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : -75.1962020877731, + "y" : 39.9552201369182, + "hours_mon_start1" : "18:00", + "hours_mon_end1" : "19:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 904, + "email" : null + }, + "geometry" : + { + "x" : -8370802.9259989969, + "y" : 4859437.1239938224 + } + }, + { + "attributes" : { + "objectid" : 1763, + "site_name" : "UC Hospitality Coalition", + "address" : "38th and Ludlow St", + "phone_number" : "610-639-4395", + "category" : "Office of Homeless Services", + "zip_code" : "19104", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : -75.1980295659639, + "y" : 39.9557889716924, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "18:00", + "hours_wed_end1" : "19:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 905, + "email" : null + }, + "geometry" : + { + "x" : -8371006.3599406332, + "y" : 4859519.7317075636 + } + }, + { + "attributes" : { + "objectid" : 1764, + "site_name" : "UC Hospitality Coalition", + "address" : "3619 Locust Walk", + "phone_number" : "610-639-4395", + "category" : "Office of Homeless Services", + "zip_code" : "19104", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : -75.1958238959745, + "y" : 39.9522669169356, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "18:00", + "hours_thurs_end1" : "19:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 906, + "email" : null + }, + "geometry" : + { + "x" : -8370760.8258805536, + "y" : 4859008.2604986979 + } + }, + { + "attributes" : { + "objectid" : 1765, + "site_name" : "UC Hospitality Coalition", + "address" : "401 S 42nd St", + "phone_number" : "610-639-4395", + "category" : "Office of Homeless Services", + "zip_code" : "19104", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : -75.2068928699972, + "y" : 39.9509410940945, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "18:00", + "hours_fri_end1" : "19:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 907, + "email" : null + }, + "geometry" : + { + "x" : -8371993.0184323648, + "y" : 4858815.7319248542 + } + }, + { + "attributes" : { + "objectid" : 1767, + "site_name" : "Face to Face", + "address" : "123 E. Price St", + "phone_number" : "215-438-7939", + "category" : "Office of Homeless Services", + "zip_code" : "19144", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : -75.1740966621666, + "y" : 40.0383687103843, + "hours_mon_start1" : "09:00", + "hours_mon_end1" : "14:45", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "09:00", + "hours_thurs_end1" : "14:45", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "09:00", + "hours_fri_end1" : "14:45", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "09:00", + "hours_sat_end1" : "14:45", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : "09:00", + "hours_sun_end1" : "14:45", + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 909, + "email" : null + }, + "geometry" : + { + "x" : -8368342.161276713, + "y" : 4871519.48344284 + } + }, + { + "attributes" : { + "objectid" : 1768, + "site_name" : "Salvation Army", + "address" : "1920 E Allegheny Ave", + "phone_number" : "215-739-2365", + "category" : "Office of Homeless Services", + "zip_code" : "19134", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : -75.1121546387226, + "y" : 39.9946369543148, + "hours_mon_start1" : "11:00", + "hours_mon_end1" : "16:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "11:00", + "hours_tues_end1" : "16:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "11:00", + "hours_wed_end1" : "14:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "18:00", + "hours_thurs_end1" : "21:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 910, + "email" : null + }, + "geometry" : + { + "x" : -8361446.8067682218, + "y" : 4865162.9669228466 + } + }, + { + "attributes" : { + "objectid" : 1769, + "site_name" : "Our Brothers Place", + "address" : "907 Hamilton St", + "phone_number" : "215-985-1600", + "category" : "Office of Homeless Services", + "zip_code" : "19123", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : -75.1537807497446, + "y" : 39.9602284858481, + "hours_mon_start1" : "12:00", + "hours_mon_end1" : "13:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "12:00", + "hours_tues_end1" : "13:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "12:00", + "hours_wed_end1" : "13:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "12:00", + "hours_thurs_end1" : "13:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "12:00", + "hours_fri_end1" : "13:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 911, + "email" : null + }, + "geometry" : + { + "x" : -8366080.6042508949, + "y" : 4860164.4734861637 + } + }, + { + "attributes" : { + "objectid" : 1770, + "site_name" : "Church of the Advocate", + "address" : "1801 Diamond St", + "phone_number" : "215-978-8000", + "category" : "Office of Homeless Services", + "zip_code" : "19121", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : -75.1633430156685, + "y" : 39.9858410546873, + "hours_mon_start1" : "12:00", + "hours_mon_end1" : "13:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "12:00", + "hours_fri_end1" : "13:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 912, + "email" : null + }, + "geometry" : + { + "x" : -8367145.0708243726, + "y" : 4863884.9534310326 + } + }, + { + "attributes" : { + "objectid" : 1771, + "site_name" : "Mt. Tabor AME Church", + "address" : "961 N. 7th St", + "phone_number" : "215-574-1310", + "category" : "Office of Homeless Services", + "zip_code" : "19123", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : -75.1482305280623, + "y" : 39.9690817750412, + "hours_mon_start1" : "12:00", + "hours_mon_end1" : "13:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 913, + "email" : null + }, + "geometry" : + { + "x" : -8365462.75639943, + "y" : 4861450.343990013 + } + }, + { + "attributes" : { + "objectid" : 1772, + "site_name" : "Bethel Presbyterian Church", + "address" : "1900 W York St", + "phone_number" : "215-228-0328", + "category" : "Office of Homeless Services", + "zip_code" : "19132", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : -75.1638490311633, + "y" : 39.9903258701712, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "14:00", + "hours_sat_end1" : "16:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 914, + "email" : null + }, + "geometry" : + { + "x" : -8367201.4002115875, + "y" : 4864536.5608918658 + } + }, + { + "attributes" : { + "objectid" : 1773, + "site_name" : "St. John's Hospice", + "address" : "1221 Race St", + "phone_number" : "215-563-7763", + "category" : "Office of Homeless Services", + "zip_code" : "19107", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : -75.1599856443517, + "y" : 39.9559930011262, + "hours_mon_start1" : "12:00", + "hours_mon_end1" : "13:00", + "hours_mon_start2" : "16:00", + "hours_mon_end2" : "16:30", + "hours_mon_exceptions" : null, + "hours_tues_start1" : "12:00", + "hours_tues_end1" : "13:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "12:00", + "hours_wed_end1" : "13:00", + "hours_wed_start2" : "16:00", + "hours_wed_end2" : "16:30", + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "12:00", + "hours_thurs_end1" : "13:00", + "hours_thurs_start2" : "16:00", + "hours_thurs_end2" : "17:00", + "hours_thurs_exceptions" : "Open on third Thursday of the month from 4-5 pm", + "hours_fri_start1" : "12:00", + "hours_fri_end1" : "13:00", + "hours_fri_start2" : "16:00", + "hours_fri_end2" : "16:30", + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 915, + "email" : null + }, + "geometry" : + { + "x" : -8366771.3299589846, + "y" : 4859549.3615773628 + } + }, + { + "attributes" : { + "objectid" : 1779, + "site_name" : "FAWN Food Pantry at Tilden Middle School", + "address" : "6601 Elmwood Ave (enter by parking lot on 66th St.)", + "phone_number" : "445-216-9766", + "category" : "PHILABUNDANCE", + "zip_code" : "19142", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.2323380649246, + "y" : 39.9216153588454, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "10:00", + "hours_fri_end1" : "14:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 921, + "email" : null + }, + "geometry" : + { + "x" : -8374825.56457482, + "y" : 4854558.1664504 + } + }, + { + "attributes" : { + "objectid" : 1781, + "site_name" : "Community Center at Visitation", + "address" : "2646 Kensington Ave", + "phone_number" : "215-426-9422", + "category" : "PHILABUNDANCE", + "zip_code" : "19125", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://nutritionaldevelopmentservices.org/", + "x" : -75.1262197898038, + "y" : 39.9897495856365, + "hours_mon_start1" : "09:00", + "hours_mon_end1" : "12:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 923, + "email" : null + }, + "geometry" : + { + "x" : -8363012.5322245117, + "y" : 4864452.8290088633 + } + }, + { + "attributes" : { + "objectid" : 1782, + "site_name" : "5th District and Friends at John F. Street Community Center", + "address" : "1100 Poplar St.", + "phone_number" : "215-645-2833", + "category" : "PHILABUNDANCE", + "zip_code" : "19123", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.1529737318182, + "y" : 39.9685130387533, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "14:00", + "hours_fri_end1" : "15:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 924, + "email" : null + }, + "geometry" : + { + "x" : -8365990.7674262663, + "y" : 4861367.734519884 + } + }, + { + "attributes" : { + "objectid" : 1784, + "site_name" : "Catholic Social Services Southwest Family Service Center", + "address" : "6214 Grays Ave", + "phone_number" : "215-724-8550", + "category" : "Nutritional Development Services", + "zip_code" : "19142", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://nutritionaldevelopmentservices.org/", + "x" : -75.2282328616182, + "y" : 39.9256578737702, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "10:00", + "hours_wed_end1" : "14:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "10:00", + "hours_fri_end1" : "14:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 926, + "email" : null + }, + "geometry" : + { + "x" : -8374368.5754331471, + "y" : 4855144.9579881914 + } + }, + { + "attributes" : { + "objectid" : 1785, + "site_name" : "Catholic Social Services Northeast Family Service Center", + "address" : "7340 Jackson St", + "phone_number" : null, + "category" : "Nutritional Development Services", + "zip_code" : "19136", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://nutritionaldevelopmentservices.org/", + "x" : -75.0353879551563, + "y" : 40.0332363771882, + "hours_mon_start1" : "09:00", + "hours_mon_end1" : "12:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "09:00", + "hours_wed_end1" : "12:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "09:00", + "hours_fri_end1" : "12:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 927, + "email" : null + }, + "geometry" : + { + "x" : -8352901.1786437323, + "y" : 4870773.2753641875 + } + }, + { + "attributes" : { + "objectid" : 1786, + "site_name" : "Dreuding Center", + "address" : "1321 N. Lawrence St. Door Number 10", + "phone_number" : "215-787-3263", + "category" : "Nutritional Development Services", + "zip_code" : "19122", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://nutritionaldevelopmentservices.org/", + "x" : -75.1434718701725, + "y" : 39.9720257786128, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "09:00", + "hours_tues_end1" : "12:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "15:00", + "hours_thurs_end1" : "17:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 928, + "email" : null + }, + "geometry" : + { + "x" : -8364933.0250262795, + "y" : 4861877.9742105426 + } + }, + { + "attributes" : { + "objectid" : 1787, + "site_name" : "Lutheran Settlement Food Cupboard", + "address" : "1340 Frankford Ave", + "phone_number" : "215-426-8610", + "category" : "Nutritional Development Services", + "zip_code" : "19125", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://nutritionaldevelopmentservices.org/", + "x" : -75.1345928643168, + "y" : 39.9713738289625, + "hours_mon_start1" : "09:00", + "hours_mon_end1" : "15:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "09:00", + "hours_tues_end1" : "15:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "09:00", + "hours_wed_end1" : "15:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "09:00", + "hours_thurs_end1" : "15:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "09:00", + "hours_fri_end1" : "15:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 929, + "email" : null + }, + "geometry" : + { + "x" : -8363944.618615672, + "y" : 4861783.27390183 + } + }, + { + "attributes" : { + "objectid" : 1788, + "site_name" : "Mission of St. Joan of Arc Food Cupboard", + "address" : "3550 Frankford Ave", + "phone_number" : "215-535-4641", + "category" : "Nutritional Development Services", + "zip_code" : "19134", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://nutritionaldevelopmentservices.org/", + "x" : -75.1023081023546, + "y" : 39.9978300871201, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "10:00", + "hours_tues_end1" : "12:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "10:00", + "hours_thurs_end1" : "12:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 930, + "email" : null + }, + "geometry" : + { + "x" : -8360350.6953536579, + "y" : 4865626.9586871834 + } + }, + { + "attributes" : { + "objectid" : 1789, + "site_name" : "Our Lady of Hope", + "address" : "5200 N. Broad St", + "phone_number" : "215-868-1390", + "category" : "Nutritional Development Services", + "zip_code" : "19141", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://nutritionaldevelopmentservices.org/", + "x" : -75.1465094718835, + "y" : 40.0324039164571, + "hours_mon_start1" : "14:00", + "hours_mon_end1" : "16:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 931, + "email" : null + }, + "geometry" : + { + "x" : -8365271.169301982, + "y" : 4870652.2462465959 + } + }, + { + "attributes" : { + "objectid" : 1790, + "site_name" : "Rodeph Shalom", + "address" : "1339 Green St.", + "phone_number" : "215-627-6747", + "category" : "Nutritional Development Services", + "zip_code" : "19123", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://nutritionaldevelopmentservices.org/", + "x" : -75.160800772828, + "y" : 39.9636294160772, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "08:15", + "hours_wed_end1" : "10:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 932, + "email" : null + }, + "geometry" : + { + "x" : -8366862.0696458956, + "y" : 4860658.4121111277 + } + }, + { + "attributes" : { + "objectid" : 1791, + "site_name" : "St. Barbara", + "address" : "5359 Lebanon Ave (side entrance)", + "phone_number" : "215-473-1044", + "category" : "Nutritional Development Services", + "zip_code" : "19131", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://nutritionaldevelopmentservices.org/", + "x" : -75.2318588950946, + "y" : 39.9876916813117, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "11:00", + "hours_tues_end1" : "12:30", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 933, + "email" : null + }, + "geometry" : + { + "x" : -8374772.2236333406, + "y" : 4864153.8293457311 + } + }, + { + "attributes" : { + "objectid" : 1792, + "site_name" : "Padre Pio Prayer Center Food Distribution (St. Joachim)", + "address" : "1527 Church St", + "phone_number" : "215-288-3081", + "category" : "Nutritional Development Services", + "zip_code" : "19124", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://nutritionaldevelopmentservices.org/", + "x" : -75.0897109299385, + "y" : 40.0118811000791, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "11:00", + "hours_thurs_end1" : "11:30", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 934, + "email" : null + }, + "geometry" : + { + "x" : -8358948.3845348628, + "y" : 4867668.9588246662 + } + }, + { + "attributes" : { + "objectid" : 1799, + "site_name" : "McClure Elementary School", + "address" : "600 W Hunting Park Ave", + "phone_number" : "215-900-4286", + "category" : "PHILABUNDANCE", + "zip_code" : "19140", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.1375770135384, + "y" : 40.0151658377538, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "14:00", + "hours_thurs_end1" : "15:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 939, + "email" : null + }, + "geometry" : + { + "x" : -8364276.8125874726, + "y" : 4868146.3825198682 + } + }, + { + "attributes" : { + "objectid" : 1802, + "site_name" : "Bebashi", + "address" : "1235 Spring Garden St", + "phone_number" : "215-769-3561", + "category" : "PHILABUNDANCE", + "zip_code" : "19123", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.1588581801891, + "y" : 39.9621503368767, + "hours_mon_start1" : "10:00", + "hours_mon_end1" : "16:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "10:00", + "hours_tues_end1" : "16:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "10:00", + "hours_wed_end1" : "16:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "10:00", + "hours_thurs_end1" : "16:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "10:00", + "hours_fri_end1" : "16:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 942, + "email" : null + }, + "geometry" : + { + "x" : -8366645.8212225148, + "y" : 4860443.5930573111 + } + }, + { + "attributes" : { + "objectid" : 1806, + "site_name" : "Better Tomorrows - West Poplar Apartments", + "address" : "637 N. 13th St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19123", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.1585105970308, + "y" : 39.9646325480805, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "09:00", + "hours_wed_end1" : "17:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 946, + "email" : null + }, + "geometry" : + { + "x" : -8366607.1284423247, + "y" : 4860804.1080140127 + } + }, + { + "attributes" : { + "objectid" : 1990, + "site_name" : "Gompers School", + "address" : "5701 Wynnefield Ave", + "phone_number" : "267-593-5590", + "category" : "PHILABUNDANCE", + "zip_code" : "19151", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.2379696330734, + "y" : 39.9923548397912, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "11:30", + "hours_wed_end1" : "12:30", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1004, + "email" : null + }, + "geometry" : + { + "x" : -8375452.4678735109, + "y" : 4864831.3678432545 + } + }, + { + "attributes" : { + "objectid" : 1952, + "site_name" : "Dobbins Technical High School", + "address" : "2150 W Lehigh Ave.", + "phone_number" : "215-301-2667; 267-312-5229", + "category" : "PHILABUNDANCE", + "zip_code" : "19132", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.166715537836, + "y" : 39.9951816474292, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "11:30", + "hours_wed_end1" : "13:30", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1101, + "email" : null + }, + "geometry" : + { + "x" : -8367520.4982747482, + "y" : 4865242.1143413857 + } + }, + { + "attributes" : { + "objectid" : 1958, + "site_name" : "Gideon School", + "address" : "2817 W Glenwood Ave.", + "phone_number" : "215-301-5384", + "category" : "PHILABUNDANCE", + "zip_code" : "19121", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.1805905188846, + "y" : 39.9843399898756, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "12:00", + "hours_wed_end1" : "13:30", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1107, + "email" : null + }, + "geometry" : + { + "x" : -8369065.0540998448, + "y" : 4863666.8703944543 + } + }, + { + "attributes" : { + "objectid" : 2032, + "site_name" : "Temple University Hospital, Episcopal Campus", + "address" : "100 E. Lehigh Ave.", + "phone_number" : "215-707-0305", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19125", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.1292128279476, + "y" : 39.9900143859633, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "14:00", + "hours_thurs_end1" : "16:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1225, + "email" : null + }, + "geometry" : + { + "x" : -8363345.7157066036, + "y" : 4864491.3033702141 + } + }, + { + "attributes" : { + "objectid" : 2033, + "site_name" : "New Hope AME Zion Church", + "address" : "5802 Musgrave St.", + "phone_number" : "215-668-9703", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19144", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.1689202502226, + "y" : 40.0440040815861, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "11:00", + "hours_sat_end1" : "13:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : "Open on first and third Saturdays of the month", + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1227, + "email" : null + }, + "geometry" : + { + "x" : -8367765.9257349707, + "y" : 4872338.89469034 + } + }, + { + "attributes" : { + "objectid" : 2035, + "site_name" : "New Disciples Ministries", + "address" : "6301 Kingsessing Ave.", + "phone_number" : "267-593-1158", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19143", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.2358147107232, + "y" : 39.9288476468292, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "09:00", + "hours_sat_end1" : "14:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : "Open on second and fourth Saturdays of the month", + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1231, + "email" : null + }, + "geometry" : + { + "x" : -8375212.5830147872, + "y" : 4855607.99417686 + } + }, + { + "attributes" : { + "objectid" : 2037, + "site_name" : "Feed Philly Now", + "address" : "2819 N Mascher St", + "phone_number" : "267-702-0134", + "category" : "Small Things Philly", + "zip_code" : "19133", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.smallthingsphilly.org/", + "x" : -75.1321818378598, + "y" : 39.9932267337329, + "hours_mon_start1" : "16:00", + "hours_mon_end1" : "18:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "16:00", + "hours_tues_end1" : "18:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "16:00", + "hours_wed_end1" : "18:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "16:00", + "hours_thurs_end1" : "18:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "16:00", + "hours_fri_end1" : "18:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1235, + "email" : null + }, + "geometry" : + { + "x" : -8363676.2243781909, + "y" : 4864958.055720102 + } + }, + { + "attributes" : { + "objectid" : 2174, + "site_name" : "Philly Dream Center", + "address" : "Kensington Ave. and E. Allegheny Ave.", + "phone_number" : "215-856-3250", + "category" : "Office of Homeless Services", + "zip_code" : "19134", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : -75.1135473956019, + "y" : 39.996578551812, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "11:00", + "hours_fri_end1" : "13:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1236, + "email" : null + }, + "geometry" : + { + "x" : -8361601.847754823, + "y" : 4865445.0964327259 + } + }, + { + "attributes" : { + "objectid" : 2038, + "site_name" : "Philadelphia Masjid", + "address" : "4700 Wyalusing Ave.", + "phone_number" : "215-475-7597", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19131", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.2162266220973, + "y" : 39.9698682723065, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "11:00", + "hours_thurs_end1" : "13:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1237, + "email" : null + }, + "geometry" : + { + "x" : -8373032.0469633387, + "y" : 4861564.5845753094 + } + }, + { + "attributes" : { + "objectid" : 2041, + "site_name" : "CDA Philadelphia Ministry", + "address" : "301 Saint Vincent St", + "phone_number" : "215-888-0272", + "category" : "Small Things Philly", + "zip_code" : "19111", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.smallthingsphilly.org/", + "x" : -75.0877134385927, + "y" : 40.0607884572586, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "14:00", + "hours_wed_end1" : "17:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "10:00", + "hours_fri_end1" : "13:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1243, + "email" : null + }, + "geometry" : + { + "x" : -8358726.0248153843, + "y" : 4874779.828503429 + } + }, + { + "attributes" : { + "objectid" : 2042, + "site_name" : "Concilio", + "address" : "141 E Hunting Park Ave", + "phone_number" : "215-627-3100 Ext 258", + "category" : "Small Things Philly", + "zip_code" : "19124", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.smallthingsphilly.org/", + "x" : -75.1237779556436, + "y" : 40.0137182907762, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "11:00", + "hours_tues_end1" : "14:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1245, + "email" : null + }, + "geometry" : + { + "x" : -8362740.7084891954, + "y" : 4867935.9844311485 + } + }, + { + "attributes" : { + "objectid" : 2043, + "site_name" : "New Covenant Church Cheltenham", + "address" : "4201 Princeton Ave", + "phone_number" : "267-702-0134", + "category" : "Small Things Philly", + "zip_code" : "19135", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.smallthingsphilly.org/", + "x" : -75.0431371364011, + "y" : 40.0332681563206, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "12:00", + "hours_tues_end1" : "15:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1247, + "email" : null + }, + "geometry" : + { + "x" : -8353763.8135539684, + "y" : 4870777.8956718817 + } + }, + { + "attributes" : { + "objectid" : 2044, + "site_name" : "OCCCDA (Howell St.)", + "address" : "900 E Howell St", + "phone_number" : "215-586-9551", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19149", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.0910929659985, + "y" : 40.0382907748535, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "10:00", + "hours_thurs_end1" : "16:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : "Open on first, second, third, and fifth Thursdays of the month", + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1249, + "email" : null + }, + "geometry" : + { + "x" : -8359102.23208532, + "y" : 4871508.1517003942 + } + }, + { + "attributes" : { + "objectid" : 2045, + "site_name" : "Firm Hope Baptist Church", + "address" : "2311 E Auburn St", + "phone_number" : "215 634 2486", + "category" : "Small Things Philly", + "zip_code" : "19134", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.smallthingsphilly.org/", + "x" : -75.1151602319978, + "y" : 39.9851647464177, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "10:00", + "hours_thurs_end1" : "14:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1251, + "email" : null + }, + "geometry" : + { + "x" : -8361781.3878811486, + "y" : 4863786.6950145913 + } + }, + { + "attributes" : { + "objectid" : 2047, + "site_name" : "South Philadelphia High School", + "address" : "2101 Broad St", + "phone_number" : "215-847-5154", + "category" : "PHILABUNDANCE", + "zip_code" : "19148", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.1687545491827, + "y" : 39.9234226841309, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "14:00", + "hours_tues_end1" : "15:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : "Open on the second and fourth Tuesdays of the month", + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1253, + "email" : null + }, + "geometry" : + { + "x" : -8367747.4799795831, + "y" : 4854820.5045969374 + } + }, + { + "attributes" : { + "objectid" : 2048, + "site_name" : "Allegheny West Foundation", + "address" : "3101 N. 22nd St.", + "phone_number" : "215-225-1019", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19132", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.1658706040358, + "y" : 40.0020560014599, + "hours_mon_start1" : "10:00", + "hours_mon_end1" : "12:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "10:00", + "hours_tues_end1" : "12:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "10:00", + "hours_wed_end1" : "12:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "10:00", + "hours_thurs_end1" : "12:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "10:00", + "hours_fri_end1" : "14:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1254, + "email" : null + }, + "geometry" : + { + "x" : -8367426.4406743562, + "y" : 4866241.0565303741 + } + }, + { + "attributes" : { + "objectid" : 2050, + "site_name" : "Old First Reformed United Church of Christ", + "address" : "151 N. 4th St.", + "phone_number" : "215-922-4566", + "category" : "Office of Homeless Services", + "zip_code" : "19106", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : -75.1462040327961, + "y" : 39.9537640959331, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "09:00", + "hours_sat_end1" : "10:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : "17:00", + "hours_sun_end1" : "18:00", + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1256, + "email" : null + }, + "geometry" : + { + "x" : -8365237.1679783035, + "y" : 4859225.6769413771 + } + }, + { + "attributes" : { + "objectid" : 2052, + "site_name" : "South Philly Community Fridge at BOK Building", + "address" : "1901 S. 9th St.", + "phone_number" : "southphlcommunityfridge@gmail.com", + "category" : "Community Refrigerators", + "zip_code" : "19148", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://southphillyfridge.com/", + "x" : -75.1600160318808, + "y" : 39.9252878451299, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1258, + "email" : null + }, + "geometry" : + { + "x" : -8366774.7126832493, + "y" : 4855091.2450143853 + } + }, + { + "attributes" : { + "objectid" : 2053, + "site_name" : "Bebashi Community Fridge", + "address" : "1235 Spring Garden St.", + "phone_number" : "215-769-3561", + "category" : "Community Refrigerators", + "zip_code" : "19123", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.bebashi.org/food-and-support/", + "x" : -75.158600527611, + "y" : 39.9621605484304, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1259, + "email" : null + }, + "geometry" : + { + "x" : -8366617.1394687183, + "y" : 4860445.0761508057 + } + }, + { + "attributes" : { + "objectid" : 2056, + "site_name" : "East Falls Community Fridge at Vault + Vine", + "address" : "3507 Midvale Ave.", + "phone_number" : "eastfallscommunityfridge@gmail.com", + "category" : "Community Refrigerators", + "zip_code" : "19129", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://eastfallscommunityfridge.com/", + "x" : -75.1925968635794, + "y" : 40.0136528708565, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1264, + "email" : null + }, + "geometry" : + { + "x" : -8370401.5942775579, + "y" : 4867926.4758806722 + } + }, + { + "attributes" : { + "objectid" : 2059, + "site_name" : "Fridges and Family at the People's Kitchen", + "address" : "1149 S. 9th St.", + "phone_number" : "southphlcommunityfridge@gmail.com", + "category" : "Community Refrigerators", + "zip_code" : "19147", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://southphillyfridge.com/", + "x" : -75.1586757977021, + "y" : 39.9350135232846, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1268, + "email" : null + }, + "geometry" : + { + "x" : -8366625.5184969325, + "y" : 4856503.1108486289 + } + }, + { + "attributes" : { + "objectid" : 2060, + "site_name" : "Germantown Community Fridge", + "address" : "20 W. Armat St.", + "phone_number" : "germantownfridge@gmail.com", + "category" : "Community Refrigerators", + "zip_code" : "19144", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.germantowncommunityfridge.com/", + "x" : -75.1740698842091, + "y" : 40.0346483763818, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1269, + "email" : null + }, + "geometry" : + { + "x" : -8368339.1803681189, + "y" : 4870978.5653220909 + } + }, + { + "attributes" : { + "objectid" : 2061, + "site_name" : "Germantown Community Fridge", + "address" : "19 E. High St.", + "phone_number" : "germantownfridge@gmail.com", + "category" : "Community Refrigerators", + "zip_code" : "19144", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.germantowncommunityfridge.com/", + "x" : -75.1772918542851, + "y" : 40.0397807806651, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1270, + "email" : null + }, + "geometry" : + { + "x" : -8368697.84843633, + "y" : 4871724.7991877934 + } + }, + { + "attributes" : { + "objectid" : 2062, + "site_name" : "South Philly Community Fridge at Mifflin Sq. Park", + "address" : "516 Wolf St.", + "phone_number" : "southphlcommunityfridge@gmail.com", + "category" : "Community Refrigerators", + "zip_code" : "19148", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://southphillyfridge.com/", + "x" : -75.1563769646693, + "y" : 39.9200585143654, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1271, + "email" : null + }, + "geometry" : + { + "x" : -8366369.6135743028, + "y" : 4854332.19182064 + } + }, + { + "attributes" : { + "objectid" : 2063, + "site_name" : "Umoja Community Fridge at North Philly Peace Park", + "address" : "2226 West Jefferson St.", + "phone_number" : "umojafridge@gmail.com", + "category" : "Community Refrigerators", + "zip_code" : "19121", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.instagram.com/umojacommunityfridge/?utm_medium=copy_link", + "x" : -75.1721073850862, + "y" : 39.9774645446481, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1272, + "email" : null + }, + "geometry" : + { + "x" : -8368120.7159650763, + "y" : 4862668.0287378309 + } + }, + { + "attributes" : { + "objectid" : 2066, + "site_name" : "Bethany Indonesian Church", + "address" : "1709 South Broad St", + "phone_number" : "(215) 833-2923 / (267) 773-2208", + "category" : "PHILABUNDANCE", + "zip_code" : "19148", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.1683678069376, + "y" : 39.9289412552884, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "09:00", + "hours_thurs_end1" : "10:30", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1273, + "email" : null + }, + "geometry" : + { + "x" : -8367704.4280297915, + "y" : 4855621.5829629041 + } + }, + { + "attributes" : { + "objectid" : 2067, + "site_name" : "Feast for Friends", + "address" : "6001 Colgate St.", + "phone_number" : "(215) 921-1689", + "category" : "PHILABUNDANCE", + "zip_code" : "19111", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.1001490488377, + "y" : 40.0446476669104, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "09:30", + "hours_tues_end1" : "11:30", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1275, + "email" : null + }, + "geometry" : + { + "x" : -8360110.350615561, + "y" : 4872432.4795347648 + } + }, + { + "attributes" : { + "objectid" : 2068, + "site_name" : "John Welsh School", + "address" : "2331 N. 4th Street", + "phone_number" : "215-400-7130", + "category" : "PHILABUNDANCE", + "zip_code" : "19133", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.1392474747912, + "y" : 39.986604354101, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "08:00", + "hours_wed_end1" : "10:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1276, + "email" : null + }, + "geometry" : + { + "x" : -8364462.7674835231, + "y" : 4863995.8516489938 + } + }, + { + "attributes" : { + "objectid" : 2069, + "site_name" : "Kingdom Restoration Ministries", + "address" : "5310 N. 8th St.", + "phone_number" : "267-336-7815", + "category" : "PHILABUNDANCE", + "zip_code" : "19120", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.1367095183287, + "y" : 40.0331678707606, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "11:00", + "hours_sat_end1" : "13:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : "Open on the third Saturday of the month", + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1279, + "email" : null + }, + "geometry" : + { + "x" : -8364180.243462462, + "y" : 4870763.3153521316 + } + }, + { + "attributes" : { + "objectid" : 2070, + "site_name" : "Mi Salud Wellness Center", + "address" : "200 E. Wyoming Ave.", + "phone_number" : "215-220-4421", + "category" : "PHILABUNDANCE", + "zip_code" : "19120", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.1222213148709, + "y" : 40.0210041382369, + "hours_mon_start1" : "17:30", + "hours_mon_end1" : "19:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "17:30", + "hours_wed_end1" : "19:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1280, + "email" : null + }, + "geometry" : + { + "x" : -8362567.4240310313, + "y" : 4868995.0132428417 + } + }, + { + "attributes" : { + "objectid" : 2071, + "site_name" : "Project HOME", + "address" : "1845 N 23rd St.", + "phone_number" : "215-235-3110", + "category" : "PHILABUNDANCE", + "zip_code" : "19121", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.1717349771278, + "y" : 39.9831244260181, + "hours_mon_start1" : "10:30", + "hours_mon_end1" : "12:30", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "17:00", + "hours_tues_end1" : "19:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : "Open on the third Tuesday of the month", + "hours_wed_start1" : "10:30", + "hours_wed_end1" : "12:30", + "hours_wed_start2" : "17:00", + "hours_wed_end2" : "19:00", + "hours_wed_exceptions" : "Open on the third Wednesday evening of the month", + "hours_thurs_start1" : "10:30", + "hours_thurs_end1" : "12:30", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1281, + "email" : null + }, + "geometry" : + { + "x" : -8368079.2597007789, + "y" : 4863490.2700340357 + } + }, + { + "attributes" : { + "objectid" : 2072, + "site_name" : "Richard and Friends United in the Community", + "address" : "1921 E Venango St", + "phone_number" : "(267) 679-0884", + "category" : "PHILABUNDANCE", + "zip_code" : "19134", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.102203066974, + "y" : 39.9995905870617, + "hours_mon_start1" : "13:00", + "hours_mon_end1" : "18:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "13:00", + "hours_tues_end1" : "18:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "13:00", + "hours_wed_end1" : "18:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "13:00", + "hours_thurs_end1" : "18:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "13:00", + "hours_fri_end1" : "18:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1283, + "email" : null + }, + "geometry" : + { + "x" : -8360339.0028685741, + "y" : 4865882.784909104 + } + }, + { + "attributes" : { + "objectid" : 2073, + "site_name" : "The Word in Action International Ministries", + "address" : "1539 W. Courtland Street", + "phone_number" : "215-324-7665", + "category" : "PHILABUNDANCE", + "zip_code" : "19140", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.1511616796028, + "y" : 40.0237048842628, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "11:00", + "hours_tues_end1" : "16:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "11:00", + "hours_wed_end1" : "16:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "11:00", + "hours_thurs_end1" : "16:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "11:00", + "hours_fri_end1" : "16:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1285, + "email" : null + }, + "geometry" : + { + "x" : -8365789.0506963572, + "y" : 4869387.6068534767 + } + }, + { + "attributes" : { + "objectid" : 2074, + "site_name" : "Urban Creators", + "address" : "2315 N. 11th St.", + "phone_number" : "(917) 921-1248", + "category" : "PHILABUNDANCE", + "zip_code" : "19133", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.1503021992511, + "y" : 39.9876218043958, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "15:00", + "hours_wed_end1" : "17:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1287, + "email" : null + }, + "geometry" : + { + "x" : -8365693.37378126, + "y" : 4864143.6768577537 + } + }, + { + "attributes" : { + "objectid" : 2075, + "site_name" : "Wynne Senior Residences - Penrose", + "address" : "2001 N. 54th St.", + "phone_number" : "267.419.6921", + "category" : "PHILABUNDANCE", + "zip_code" : "19131", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.2315348271429, + "y" : 39.9869348111759, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "09:00", + "hours_thurs_end1" : "16:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1289, + "email" : null + }, + "geometry" : + { + "x" : -8374736.148553974, + "y" : 4864043.8634690344 + } + }, + { + "attributes" : { + "objectid" : 2076, + "site_name" : "Association of Former Gang Members", + "address" : "1644 W. Susquehanna Ave.", + "phone_number" : "215-980-1151", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19121", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.1607953361984, + "y" : 39.9867275753448, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "10:30", + "hours_wed_end1" : "12:30", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : "Open on the second and fourth Wednesays of the month", + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1291, + "email" : null + }, + "geometry" : + { + "x" : -8366861.4644430568, + "y" : 4864013.7543288218 + } + }, + { + "attributes" : { + "objectid" : 2193, + "site_name" : "Old St. Joseph's Church", + "address" : "321 Willings Alley", + "phone_number" : "215-923-1733", + "category" : "Office of Homeless Services", + "zip_code" : "19106", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : -75.1475917526346, + "y" : 39.9465790565325, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "10:30", + "hours_tues_end1" : "11:15", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "10:30", + "hours_thurs_end1" : "11:15", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "10:30", + "hours_sat_end1" : "11:15", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1292, + "email" : null + }, + "geometry" : + { + "x" : -8365391.6482440885, + "y" : 4858182.3275741655 + } + }, + { + "attributes" : { + "objectid" : 2077, + "site_name" : "Stephen and Sandra Sheller 11th St. Family Health Services", + "address" : "850 N. 11th St.", + "phone_number" : "215-769-1100", + "category" : "Nutritional Development Services", + "zip_code" : "19123", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://nutritionaldevelopmentservices.org/", + "x" : -75.1551145013212, + "y" : 39.9679325529388, + "hours_mon_start1" : "09:00", + "hours_mon_end1" : "12:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "13:00", + "hours_tues_end1" : "15:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "09:00", + "hours_wed_end1" : "12:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "13:00", + "hours_thurs_end1" : "15:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "09:00", + "hours_fri_end1" : "12:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1293, + "email" : null + }, + "geometry" : + { + "x" : -8366229.0767972451, + "y" : 4861283.4191289274 + } + }, + { + "attributes" : { + "objectid" : 2078, + "site_name" : "Feast of Justice - Northeast Services Hub", + "address" : "6334 Castor Ave", + "phone_number" : "215-268-3510", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19149", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : -75.0785381781358, + "y" : 40.0385675517687, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "10:30", + "hours_thurs_end1" : "12:30", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "10:30", + "hours_sat_end1" : "13:30", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1295, + "email" : null + }, + "geometry" : + { + "x" : -8357704.6394934263, + "y" : 4871548.3948251819 + } + }, + { + "attributes" : { + "objectid" : 2236, + "site_name" : "St. John Memorial Baptist Church", + "address" : "2853 Germantown Ave", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19133", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : -75.1468363755204, + "y" : 39.9959017368757, + "hours_mon_start1" : "08:00", + "hours_mon_end1" : "12:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1364, + "email" : null + }, + "geometry" : + { + "x" : -8365307.5600483781, + "y" : 4865346.74894581 + } + }, + { + "attributes" : { + "objectid" : 2239, + "site_name" : "Catholic Social Services Southwest", + "address" : "6214 Grays Ave.", + "phone_number" : "215-724-8550, ext. 6", + "category" : "BenePhilly", + "zip_code" : "19142.0", + "temporary_closure" : null, + "category_type" : "Public Benefits", + "site_key" : null, + "status" : "Active", + "website" : "https://cssphiladelphia.org/family-service-centers/southwest-family-service-center/", + "x" : -75.22823869, + "y" : 39.92562457, + "hours_mon_start1" : "09:30", + "hours_mon_end1" : "17:30", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "09:30", + "hours_tues_end1" : "17:30", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "09:30", + "hours_wed_end1" : "17:30", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "09:30", + "hours_thurs_end1" : "17:30", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "09:30", + "hours_fri_end1" : "17:30", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1376, + "email" : null + }, + "geometry" : + { + "x" : -8374369.2242456414, + "y" : 4855140.1236355463 + } + }, + { + "attributes" : { + "objectid" : 2240, + "site_name" : "Esperanza", + "address" : "4261 N. 5th St.", + "phone_number" : "215-324-0746, ext. 108", + "category" : "BenePhilly", + "zip_code" : "19140.0", + "temporary_closure" : null, + "category_type" : "Public Benefits", + "site_key" : null, + "status" : "Active", + "website" : "https://www.esperanza.us/", + "x" : -75.13416739, + "y" : 40.0162608, + "hours_mon_start1" : "09:00", + "hours_mon_end1" : "17:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "09:00", + "hours_tues_end1" : "17:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "09:00", + "hours_wed_end1" : "17:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "09:00", + "hours_thurs_end1" : "17:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "09:00", + "hours_fri_end1" : "17:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1377, + "email" : null + }, + "geometry" : + { + "x" : -8363897.2550313808, + "y" : 4868305.5360801984 + } + }, + { + "attributes" : { + "objectid" : 2241, + "site_name" : "Impact Services", + "address" : "1952 E. Allegheny Ave.", + "phone_number" : "215-739-1600, ext. 156", + "category" : "BenePhilly", + "zip_code" : "19134.0", + "temporary_closure" : null, + "category_type" : "Public Benefits", + "site_key" : null, + "status" : "Active", + "website" : "https://www.impactservices.org/", + "x" : -75.11225925, + "y" : 39.99425745, + "hours_mon_start1" : "07:00", + "hours_mon_end1" : "15:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "07:00", + "hours_tues_end1" : "15:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "07:00", + "hours_wed_end1" : "15:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "07:00", + "hours_thurs_end1" : "15:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "07:00", + "hours_fri_end1" : "15:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1378, + "email" : null + }, + "geometry" : + { + "x" : -8361458.4520423515, + "y" : 4865107.8228741838 + } + }, + { + "attributes" : { + "objectid" : 2242, + "site_name" : "Impact Services at PA CareerLink, Northwest", + "address" : "5847 Germantown Ave.", + "phone_number" : "215-298-9292", + "category" : "BenePhilly", + "zip_code" : "19144.0", + "temporary_closure" : null, + "category_type" : "Public Benefits", + "site_key" : null, + "status" : "Active", + "website" : "https://www.impactservices.org/pa-careerlink-nw-philadelphia", + "x" : -75.17654958, + "y" : 40.03849176, + "hours_mon_start1" : "08:30", + "hours_mon_end1" : "16:30", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "08:30", + "hours_tues_end1" : "16:30", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "08:30", + "hours_wed_end1" : "16:30", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "08:30", + "hours_thurs_end1" : "16:30", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "08:30", + "hours_fri_end1" : "16:30", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1379, + "email" : null + }, + "geometry" : + { + "x" : -8368615.2188408831, + "y" : 4871537.3747511311 + } + }, + { + "attributes" : { + "objectid" : 2243, + "site_name" : "Philadelphia FIGHT", + "address" : "1233 Locust St.", + "phone_number" : "215-525-8636", + "category" : "BenePhilly", + "zip_code" : "19107.0", + "temporary_closure" : null, + "category_type" : "Public Benefits", + "site_key" : null, + "status" : "Active", + "website" : "https://fight.org/", + "x" : -75.16194112, + "y" : 39.94815364, + "hours_mon_start1" : "09:00", + "hours_mon_end1" : "17:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "09:00", + "hours_tues_end1" : "17:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "09:00", + "hours_wed_end1" : "17:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "09:00", + "hours_thurs_end1" : "17:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "09:00", + "hours_fri_end1" : "17:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1380, + "email" : null + }, + "geometry" : + { + "x" : -8366989.01251241, + "y" : 4858410.9656096557 + } + }, + { + "attributes" : { + "objectid" : 2244, + "site_name" : "Office of Community Empowerment and Opportunity (CEO) Mobile Benefits Unit", + "address" : null, + "phone_number" : "215-685-3649", + "category" : "BenePhilly", + "zip_code" : null, + "temporary_closure" : null, + "category_type" : "Public Benefits", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-community-empowerment-and-opportunity/", + "x" : null, + "y" : null, + "hours_mon_start1" : "10:00", + "hours_mon_end1" : "15:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "10:00", + "hours_tues_end1" : "15:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "10:00", + "hours_wed_end1" : "15:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "10:00", + "hours_thurs_end1" : "15:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1381, + "email" : null + } + }, + { + "attributes" : { + "objectid" : 2245, + "site_name" : "UESF", + "address" : "1608 Walnut St.", + "phone_number" : "215-814-6845", + "category" : "BenePhilly", + "zip_code" : "19103.0", + "temporary_closure" : null, + "category_type" : "Public Benefits", + "site_key" : null, + "status" : "Active", + "website" : "https://uesfacts.org/", + "x" : -75.16812461, + "y" : 39.94964137, + "hours_mon_start1" : "09:00", + "hours_mon_end1" : "17:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "09:00", + "hours_tues_end1" : "17:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "09:00", + "hours_wed_end1" : "17:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "09:00", + "hours_thurs_end1" : "17:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "09:00", + "hours_fri_end1" : "17:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1382, + "email" : null + }, + "geometry" : + { + "x" : -8367677.3554705372, + "y" : 4858626.9968872285 + } + }, + { + "attributes" : { + "objectid" : 2246, + "site_name" : "Aramingo WIC Office", + "address" : "2401 E. Tioga St., #A-4", + "phone_number" : "215-533-9597", + "category" : "WIC", + "zip_code" : "19134.0", + "temporary_closure" : null, + "category_type" : "Public Benefits", + "site_key" : null, + "status" : "Active", + "website" : "https://www.pawic.com/default.aspx", + "x" : -75.09815012, + "y" : 39.99146028, + "hours_mon_start1" : "07:00", + "hours_mon_end1" : "16:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "07:00", + "hours_tues_end1" : "16:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "07:00", + "hours_wed_end1" : "16:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "07:00", + "hours_thurs_end1" : "16:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "07:00", + "hours_fri_end1" : "16:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1383, + "email" : null + }, + "geometry" : + { + "x" : -8359887.8308752161, + "y" : 4864701.3882554453 + } + }, + { + "attributes" : { + "objectid" : 2247, + "site_name" : "Lehigh WIC Office", + "address" : "217-33 W. Lehigh Ave.", + "phone_number" : "215-634-3828", + "category" : "WIC", + "zip_code" : "19133.0", + "temporary_closure" : null, + "category_type" : "Public Benefits", + "site_key" : null, + "status" : "Active", + "website" : "https://www.pawic.com/default.aspx", + "x" : -75.13551882, + "y" : 39.99240343, + "hours_mon_start1" : "07:00", + "hours_mon_end1" : "16:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "07:00", + "hours_tues_end1" : "16:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "07:00", + "hours_wed_end1" : "16:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "07:00", + "hours_thurs_end1" : "16:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "07:00", + "hours_fri_end1" : "16:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1384, + "email" : null + }, + "geometry" : + { + "x" : -8364047.6955308234, + "y" : 4864838.428052065 + } + }, + { + "attributes" : { + "objectid" : 2248, + "site_name" : "North Philadelphia WIC Office", + "address" : "2709 N. Broad St., (Rear Entrance on Park Ave., 2nd Floor)", + "phone_number" : "215-229-3786", + "category" : "WIC", + "zip_code" : "19132.0", + "temporary_closure" : null, + "category_type" : "Public Benefits", + "site_key" : null, + "status" : "Active", + "website" : "https://www.pawic.com/default.aspx", + "x" : -75.15409138, + "y" : 39.9946995, + "hours_mon_start1" : "07:00", + "hours_mon_end1" : "16:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "07:00", + "hours_tues_end1" : "16:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "07:00", + "hours_wed_end1" : "16:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "07:00", + "hours_thurs_end1" : "16:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "07:00", + "hours_fri_end1" : "16:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1385, + "email" : null + }, + "geometry" : + { + "x" : -8366115.1834527506, + "y" : 4865172.0551817575 + } + }, + { + "attributes" : { + "objectid" : 2249, + "site_name" : "Northeast WIC Office", + "address" : "7959 Bustleton Ave.", + "phone_number" : "215-745-6197", + "category" : "WIC", + "zip_code" : "19152.0", + "temporary_closure" : null, + "category_type" : "Public Benefits", + "site_key" : null, + "status" : "Active", + "website" : "https://www.pawic.com/default.aspx", + "x" : -75.05193378, + "y" : 40.05889808, + "hours_mon_start1" : "07:00", + "hours_mon_end1" : "16:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "07:00", + "hours_tues_end1" : "16:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "07:00", + "hours_wed_end1" : "16:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "07:00", + "hours_thurs_end1" : "16:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "07:00", + "hours_fri_end1" : "16:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1386, + "email" : null + }, + "geometry" : + { + "x" : -8354743.0514400881, + "y" : 4874504.8829176081 + } + }, + { + "attributes" : { + "objectid" : 2250, + "site_name" : "Olney/Logan WIC Office", + "address" : "5751 N. Broad St., Unit 5", + "phone_number" : "215-927-1950", + "category" : "WIC", + "zip_code" : "19141.0", + "temporary_closure" : null, + "category_type" : "Public Benefits", + "site_key" : null, + "status" : "Active", + "website" : "https://www.pawic.com/default.aspx", + "x" : -75.14393878, + "y" : 40.04125241, + "hours_mon_start1" : "07:00", + "hours_mon_end1" : "16:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "07:00", + "hours_tues_end1" : "16:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "07:00", + "hours_wed_end1" : "16:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "07:00", + "hours_thurs_end1" : "16:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "07:00", + "hours_fri_end1" : "16:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1387, + "email" : null + }, + "geometry" : + { + "x" : -8364985.0011905227, + "y" : 4871938.7793745669 + } + }, + { + "attributes" : { + "objectid" : 2251, + "site_name" : "Overbrook WIC Office", + "address" : "Overbrook Plaza, #1400, 5610 Lancaster Ave.", + "phone_number" : "215-477-3360", + "category" : "WIC", + "zip_code" : "19131.0", + "temporary_closure" : null, + "category_type" : "Public Benefits", + "site_key" : null, + "status" : "Active", + "website" : "https://www.pawic.com/default.aspx", + "x" : -75.23489215, + "y" : 39.9795656, + "hours_mon_start1" : "07:00", + "hours_mon_end1" : "16:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "07:00", + "hours_tues_end1" : "16:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "07:00", + "hours_wed_end1" : "16:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "07:00", + "hours_thurs_end1" : "16:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "07:00", + "hours_fri_end1" : "16:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1388, + "email" : null + }, + "geometry" : + { + "x" : -8375109.8840248538, + "y" : 4862973.2523591593 + } + }, + { + "attributes" : { + "objectid" : 2252, + "site_name" : "South Philadelphia WIC Office", + "address" : "1165 S. Broad St.", + "phone_number" : "215-463-5571", + "category" : "WIC", + "zip_code" : "19146.0", + "temporary_closure" : null, + "category_type" : "Public Benefits", + "site_key" : null, + "status" : "Active", + "website" : "https://www.pawic.com/default.aspx", + "x" : -75.16666409, + "y" : 39.93591439, + "hours_mon_start1" : "07:00", + "hours_mon_end1" : "16:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "07:00", + "hours_tues_end1" : "16:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "07:00", + "hours_wed_end1" : "16:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "07:00", + "hours_thurs_end1" : "16:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "07:00", + "hours_fri_end1" : "16:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1389, + "email" : null + }, + "geometry" : + { + "x" : -8367514.7711278414, + "y" : 4856633.8988154856 + } + }, + { + "attributes" : { + "objectid" : 2253, + "site_name" : "St. Christopher's WIC Office", + "address" : "Nelson Pavilion Bldg., 160 Erie Ave.", + "phone_number" : "215-427-6973", + "category" : "WIC", + "zip_code" : "19124.0", + "temporary_closure" : null, + "category_type" : "Public Benefits", + "site_key" : null, + "status" : "Active", + "website" : "https://www.pawic.com/default.aspx", + "x" : -75.12701848, + "y" : 40.0060639, + "hours_mon_start1" : "07:00", + "hours_mon_end1" : "16:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "07:00", + "hours_tues_end1" : "16:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "07:00", + "hours_wed_end1" : "16:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "07:00", + "hours_thurs_end1" : "16:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "07:00", + "hours_fri_end1" : "16:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1390, + "email" : null + }, + "geometry" : + { + "x" : -8363101.4420104548, + "y" : 4866823.5080568595 + } + }, + { + "attributes" : { + "objectid" : 2254, + "site_name" : "Woodland WIC Office", + "address" : "1741 S. 54th St.", + "phone_number" : "215-726-1142", + "category" : "WIC", + "zip_code" : "19143.0", + "temporary_closure" : null, + "category_type" : "Public Benefits", + "site_key" : null, + "status" : "Active", + "website" : "https://www.pawic.com/default.aspx", + "x" : -75.21908051, + "y" : 39.93708154, + "hours_mon_start1" : "07:00", + "hours_mon_end1" : "16:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "07:00", + "hours_tues_end1" : "16:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "07:00", + "hours_wed_end1" : "16:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "07:00", + "hours_thurs_end1" : "16:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "07:00", + "hours_fri_end1" : "16:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1391, + "email" : null + }, + "geometry" : + { + "x" : -8373349.7403114485, + "y" : 4856803.34839029 + } + }, + { + "attributes" : { + "objectid" : 2255, + "site_name" : "Germantown WIC Office", + "address" : "47 W. Chelten Avenue", + "phone_number" : "215-714-7449", + "category" : "WIC", + "zip_code" : "19144.0", + "temporary_closure" : null, + "category_type" : "Public Benefits", + "site_key" : null, + "status" : "Active", + "website" : "https://www.pawic.com/default.aspx", + "x" : -75.17608299, + "y" : 40.03513166, + "hours_mon_start1" : "07:00", + "hours_mon_end1" : "16:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "07:00", + "hours_tues_end1" : "16:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "07:00", + "hours_wed_end1" : "16:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "07:00", + "hours_thurs_end1" : "16:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "07:00", + "hours_fri_end1" : "16:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1392, + "email" : null + }, + "geometry" : + { + "x" : -8368563.2782796742, + "y" : 4871048.8306966573 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Prevention Point (Love Lot)", + "address" : "2913 Kensington Ave.", + "phone_number" : null, + "category" : "Office of Homeless Services", + "zip_code" : "19134", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "12:00", + "hours_tues_end1" : "13:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "12:00", + "hours_fri_end1" : "13:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1393, + "email" : null + }, + "geometry" : + { + "x" : -8362287.411013972, + "y" : 4864889.4694634946 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Rising Sun Health Center", + "address" : "5675 N. Front St.", + "phone_number" : "445-216-9766", + "category" : "PHILABUNDANCE", + "zip_code" : "19120", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "10:00", + "hours_tues_end1" : "14:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "10:00", + "hours_wed_end1" : "14:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1394, + "email" : null + }, + "geometry" : + { + "x" : -8362109.7546395473, + "y" : 4871400.74505853 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Brothers of Strawberry Mansion", + "address" : "3218 W. Susquehanna Ave.", + "phone_number" : "267-568-1163", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19121", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "09:30", + "hours_sat_end1" : "11:30", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : "Open on first and third Saturdays of the month", + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1395, + "email" : null + }, + "geometry" : + { + "x" : -8369636.8071748363, + "y" : 4864489.1119777421 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "First Church of Love and Deliverance", + "address" : "3101 Ridge Ave.", + "phone_number" : "215-769-1275", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19121", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "11:00", + "hours_fri_end1" : "13:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : "Open on first Friday of the month", + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1396, + "email" : null + }, + "geometry" : + { + "x" : -8369427.2191588627, + "y" : 4864446.9925592253 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Hickman Temple Daycare", + "address" : "1220 S. 58th", + "phone_number" : "267-815-5684", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19143", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : "11:30", + "hours_mon_end1" : "13:30", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : "Open on first and third Mondays of the month", + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1397, + "email" : null + }, + "geometry" : + { + "x" : -8375414.192323274, + "y" : 4857684.7707564961 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Martin Luther King Jr. Association For Nonviolence Inc. (MLK)", + "address" : "3001 Walnut St.", + "phone_number" : "215-751-9300", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19104", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "09:00", + "hours_sat_end1" : "11:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : "Open on third Saturday of the month", + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1398, + "email" : null + }, + "geometry" : + { + "x" : -8369458.8853449943, + "y" : 4858962.001686668 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Self Inc./Outley House", + "address" : "6901 Woodland Ave.", + "phone_number" : "215-496-9610 (Ext 377)", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19142", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "14:30", + "hours_tues_end1" : "17:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : "Open on second and fourth Tuesdays of the month", + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1400, + "email" : null + }, + "geometry" : + { + "x" : -8375762.5163838463, + "y" : 4854600.4224131294 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Bethesda Project", + "address" : "907 Hamilton St.", + "phone_number" : "215-236-7864", + "category" : "Office of Homeless Services", + "zip_code" : "19123", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : null, + "y" : null, + "hours_mon_start1" : "12:00", + "hours_mon_end1" : "13:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "12:00", + "hours_tues_end1" : "13:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "12:00", + "hours_wed_end1" : "13:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "12:00", + "hours_thurs_end1" : "13:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "12:00", + "hours_fri_end1" : "13:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "12:00", + "hours_sat_end1" : "13:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : "12:00", + "hours_sun_end1" : "13:00", + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1402, + "email" : null + }, + "geometry" : + { + "x" : -8366189.1772117969, + "y" : 4860169.8916319041 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "The Living Word Evangelistic Missionary Church, Inc.", + "address" : "872 N. 40th St.", + "phone_number" : "267-439-7078", + "category" : "Office of Homeless Services", + "zip_code" : "19104", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : "12:00", + "hours_sun_end1" : "13:00", + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : "Open third Sunday of the month", + "ObjectId2" : 1403, + "email" : null + }, + "geometry" : + { + "x" : -8371632.5468587819, + "y" : 4861533.61318702 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Veterans Multi-Service Center", + "address" : "213-217 N. 4th St.", + "phone_number" : "215-238-8067", + "category" : "Office of Homeless Services", + "zip_code" : "19106", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : null, + "y" : null, + "hours_mon_start1" : "09:00", + "hours_mon_end1" : "10:00", + "hours_mon_start2" : "12:00", + "hours_mon_end2" : "13:00", + "hours_mon_exceptions" : null, + "hours_tues_start1" : "09:00", + "hours_tues_end1" : "10:00", + "hours_tues_start2" : "12:00", + "hours_tues_end2" : "13:00", + "hours_tues_exceptions" : null, + "hours_wed_start1" : "09:00", + "hours_wed_end1" : "10:00", + "hours_wed_start2" : "12:00", + "hours_wed_end2" : "13:00", + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "09:00", + "hours_thurs_end1" : "10:00", + "hours_thurs_start2" : "12:00", + "hours_thurs_end2" : "13:00", + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "09:00", + "hours_fri_end1" : "10:00", + "hours_fri_start2" : "12:00", + "hours_fri_end2" : "13:00", + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1404, + "email" : null + }, + "geometry" : + { + "x" : -8365232.7558911461, + "y" : 4859323.8836381109 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "WorkSmart LLC", + "address" : "2033 Orthodox St.", + "phone_number" : "267-726-0214", + "category" : "Office of Homeless Services", + "zip_code" : "19124", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : null, + "y" : null, + "hours_mon_start1" : "13:00", + "hours_mon_end1" : "16:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "13:00", + "hours_wed_end1" : "16:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "13:00", + "hours_thurs_end1" : "16:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "13:00", + "hours_fri_end1" : "16:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1405, + "email" : null + }, + "geometry" : + { + "x" : -8357806.1036148267, + "y" : 4867493.9084066879 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Keeping It Real Christian Fellowship Bread of Life Ministry", + "address" : "North 18th St. and Benjamin Franklin Parkway", + "phone_number" : "215-232-3900", + "category" : "Office of Homeless Services", + "zip_code" : "19103", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : "13:30", + "hours_sun_end1" : "14:30", + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1406, + "email" : null + }, + "geometry" : + { + "x" : -8367768.8897969238, + "y" : 4859726.4113026131 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "There's Hope", + "address" : "Kensington Ave. and E. Hilton St.", + "phone_number" : "267-684-8377", + "category" : "Office of Homeless Services", + "zip_code" : "19134", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : "12:00", + "hours_sun_end1" : "15:00", + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1407, + "email" : null + }, + "geometry" : + { + "x" : -8361514.9136980912, + "y" : 4865487.3002441069 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Small Things Market at Emmanuel (inside of Resurrection Church)", + "address" : "123 S 17th St", + "phone_number" : "215-559-9212", + "category" : "STP", + "zip_code" : "19103", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.smallthingsphilly.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "11:30", + "hours_sat_end1" : "12:30", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1408, + "email" : null + }, + "geometry" : + { + "x" : -8367741.265764053, + "y" : 4858753.8222018853 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Small Things Market at Emmanuel (inside of Resurrection Church)", + "address" : "123 S 17th St", + "phone_number" : "215-559-9212", + "category" : "Small Things Philly", + "zip_code" : "19103", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.smallthingsphilly.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "11:30", + "hours_sat_end1" : "13:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1409, + "email" : null + }, + "geometry" : + { + "x" : -8367740.3700176282, + "y" : 4858749.0448876191 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "48th Street Mount Pleasant Baptist Church", + "address" : "5539 Vine St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19139", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "09:30", + "hours_sat_end1" : "11:30", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : "Open on second and fourth Saturdays of the month", + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1410, + "email" : null + }, + "geometry" : + { + "x" : -8374716.7137705376, + "y" : 4860969.6011672607 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Abiding Truth Ministries", + "address" : "846 S 57th St.", + "phone_number" : "215-476-7225", + "category" : "PHILABUNDANCE", + "zip_code" : "19143", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "10:00", + "hours_sat_end1" : "12:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1411, + "email" : null + }, + "geometry" : + { + "x" : -8375466.7876830213, + "y" : 4858333.5815227842 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Anchor of Hope", + "address" : "53 E Wister St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19144", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "10:00", + "hours_thurs_end1" : "15:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "10:00", + "hours_fri_end1" : "15:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1414, + "email" : null + }, + "geometry" : + { + "x" : -8367212.71134617, + "y" : 4870466.5900940374 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Bethany AME Church", + "address" : "8898 Ashton Rd", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19136", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "09:00", + "hours_tues_end1" : "13:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : "Open on first and third Tuesdays of the month", + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1415, + "email" : null + }, + "geometry" : + { + "x" : -8351954.9200101346, + "y" : 4874452.3846600382 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Better Tomorrows - Jackie's Garden", + "address" : "1836 N 20th St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19121", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "11:00", + "hours_wed_end1" : "14:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1416, + "email" : null + }, + "geometry" : + { + "x" : -8367548.5528107351, + "y" : 4863377.9998097429 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Bless Philadelphia Corporation", + "address" : "4610 Devereaux St", + "phone_number" : "267-908-4982", + "category" : "PHILABUNDANCE", + "zip_code" : "19135", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "11:00", + "hours_thurs_end1" : "12:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : "Open on third Thursday of the month", + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : "13:00", + "hours_sun_end1" : "13:30", + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1417, + "email" : null + }, + "geometry" : + { + "x" : -8355249.5905794548, + "y" : 4868880.5809951825 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Breaking Bread on Broad", + "address" : "615 N Broad St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19123", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "08:15", + "hours_wed_end1" : "10:30", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1418, + "email" : null + }, + "geometry" : + { + "x" : -8366849.7741339328, + "y" : 4860676.8778718123 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Bryn Mawr Avenue New Testament Church of God", + "address" : "2227 Bryn Mawr Ave", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19131", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : "18:00", + "hours_mon_end1" : "20:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "18:00", + "hours_thurs_end1" : "20:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1419, + "email" : null + }, + "geometry" : + { + "x" : -8374135.5889462167, + "y" : 4864612.2353833131 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Calvary Agape Outreach Service", + "address" : "6114 Haverford Ave", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19151", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "10:00", + "hours_wed_end1" : "14:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "10:00", + "hours_thurs_end1" : "14:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1420, + "email" : null + }, + "geometry" : + { + "x" : -8375856.457790222, + "y" : 4861732.384772162 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Campbell AME Church", + "address" : "1657 Kinsey St", + "phone_number" : "215-288-2748", + "category" : "PHILABUNDANCE", + "zip_code" : "19124", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "10:00", + "hours_wed_end1" : "12:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1421, + "email" : null + }, + "geometry" : + { + "x" : -8358402.7675563414, + "y" : 4867867.1369580617 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Casa Del Carmen", + "address" : "4400 N Reese St", + "phone_number" : "267-331-2473", + "category" : "PHILABUNDANCE", + "zip_code" : "19140", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : "08:30", + "hours_mon_end1" : "12:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "08:30", + "hours_tues_end1" : "12:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "08:30", + "hours_wed_end1" : "12:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1422, + "email" : null + }, + "geometry" : + { + "x" : -8363996.0509564178, + "y" : 4868680.5940336017 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Chelten Christian Crusade", + "address" : "605 E Chelten Ave", + "phone_number" : "215-849-6614", + "category" : "PHILABUNDANCE", + "zip_code" : "19144", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "14:00", + "hours_tues_end1" : "16:30", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "14:00", + "hours_thurs_end1" : "16:30", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1423, + "email" : null + }, + "geometry" : + { + "x" : -8367590.603081407, + "y" : 4872263.94950899 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Chosen 300 Ministries Inc.", + "address" : "3959 Lancaster Ave", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19104", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : "18:00", + "hours_mon_end1" : "19:30", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "13:00", + "hours_tues_end1" : "14:30", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "18:00", + "hours_wed_end1" : "19:30", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "18:00", + "hours_fri_end1" : "19:30", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : "11:30", + "hours_sun_end1" : "13:00", + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1424, + "email" : null + }, + "geometry" : + { + "x" : -8371439.7001178944, + "y" : 4860591.8790850034 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Christ Apostolic Church of America WOSEM", + "address" : "6438 Vine St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19139", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : "08:00", + "hours_sun_end1" : "13:00", + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1425, + "email" : null + }, + "geometry" : + { + "x" : -8376700.5130829932, + "y" : 4861247.7759364024 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Church of Christian Compassion", + "address" : "6012 Cedar Ave", + "phone_number" : "215-472-9040 ext. 2", + "category" : "PHILABUNDANCE", + "zip_code" : "19143", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : "12:00", + "hours_mon_end1" : "15:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1426, + "email" : null + }, + "geometry" : + { + "x" : -8376037.1252291687, + "y" : 4859047.3747929 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Eddie's House - The Cornerstone", + "address" : "2321 N Broad St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19132", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "10:00", + "hours_thurs_end1" : "11:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1427, + "email" : null + }, + "geometry" : + { + "x" : -8366213.6635420648, + "y" : 4864319.2374990266 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Einstein Medical Center", + "address" : "Corner of W Tabor Rd. and N Park Ave.", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19141", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1428, + "email" : null + }, + "geometry" : + { + "x" : -8364957.5424666069, + "y" : 4871432.6333804252 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Enon Tabernacle", + "address" : "230 W Coulter St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19144", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : "10:00", + "hours_mon_end1" : "12:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "10:00", + "hours_tues_end1" : "12:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "10:00", + "hours_wed_end1" : "12:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "10:00", + "hours_thurs_end1" : "12:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1429, + "email" : null + }, + "geometry" : + { + "x" : -8368463.871870161, + "y" : 4870067.6625872226 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Episcopal Community Services", + "address" : "6006 W Girard Ave", + "phone_number" : "215-528-5400", + "category" : "PHILABUNDANCE", + "zip_code" : "19151", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : "10:00", + "hours_mon_end1" : "14:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "10:00", + "hours_tues_end1" : "14:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "10:00", + "hours_wed_end1" : "14:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "10:00", + "hours_thurs_end1" : "14:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "10:00", + "hours_fri_end1" : "14:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1430, + "email" : null + }, + "geometry" : + { + "x" : -8375675.479689491, + "y" : 4861542.4814114878 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Faith Assembly of God", + "address" : "1926-1940 Margaret St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19124", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "10:00", + "hours_tues_end1" : "12:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "10:00", + "hours_wed_end1" : "12:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "10:00", + "hours_thurs_end1" : "12:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "10:00", + "hours_fri_end1" : "12:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1431, + "email" : null + }, + "geometry" : + { + "x" : -8357644.9439037442, + "y" : 4867825.5060706818 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Faith Temple Pentecostal Church", + "address" : "5618 Kingsessing Ave", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19143", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "10:00", + "hours_tues_end1" : "12:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1433, + "email" : null + }, + "geometry" : + { + "x" : -8373992.9040051624, + "y" : 4856664.3297932968 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "First Church Worship Center", + "address" : "2509 N 30th St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19132", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "10:00", + "hours_tues_end1" : "13:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1434, + "email" : null + }, + "geometry" : + { + "x" : -8369074.145776093, + "y" : 4865122.2374512292 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Freedom Development Corporation", + "address" : "6100 W Columbia Ave", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19151", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "11:00", + "hours_tues_end1" : "13:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1435, + "email" : null + }, + "geometry" : + { + "x" : -8376010.4142071474, + "y" : 4863141.4399044309 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Giving of Self Partnership", + "address" : "6101 Limekiln Pike", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19141", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : "10:00", + "hours_mon_end1" : "12:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "10:00", + "hours_wed_end1" : "12:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "10:00", + "hours_fri_end1" : "12:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1436, + "email" : null + }, + "geometry" : + { + "x" : -8365530.0690589221, + "y" : 4872744.6547548315 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Grace Community Christian Center", + "address" : "29 W Johnson St", + "phone_number" : "215-848-2700", + "category" : "PHILABUNDANCE", + "zip_code" : "19144", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "10:00", + "hours_tues_end1" : "13:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "10:00", + "hours_wed_end1" : "13:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "10:00", + "hours_thurs_end1" : "13:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "10:00", + "hours_fri_end1" : "13:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1437, + "email" : null + }, + "geometry" : + { + "x" : -8369339.0077263759, + "y" : 4872570.3416141141 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Grace Lutheran Church", + "address" : "3529 Haverford Ave", + "phone_number" : "215-222-3570", + "category" : "PHILABUNDANCE", + "zip_code" : "19104", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "13:00", + "hours_wed_end1" : "17:30", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1438, + "email" : null + }, + "geometry" : + { + "x" : -8370596.3921809224, + "y" : 4860729.6601565424 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Greater Philadelphia Asian Social Service Center", + "address" : "4943 N 5th St", + "phone_number" : "215-456-1662 ext. 132", + "category" : "PHILABUNDANCE", + "zip_code" : "19120", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : "09:00", + "hours_mon_end1" : "13:30", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : "Open on second and fourth Mondays of the month", + "hours_tues_start1" : "09:00", + "hours_tues_end1" : "13:30", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : "Open on second and fourth Tuesdays of the month", + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1439, + "email" : null + }, + "geometry" : + { + "x" : -8363690.1685779011, + "y" : 4869860.4943925245 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Haitian Evangelical Baptist Church", + "address" : "814 E Chelten Ave", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19138", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "11:00", + "hours_tues_end1" : "13:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "11:00", + "hours_thurs_end1" : "13:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "11:00", + "hours_fri_end1" : "13:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1440, + "email" : null + }, + "geometry" : + { + "x" : -8367223.7389359521, + "y" : 4872589.5354194166 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Helping Hands for the Hungry", + "address" : "525 S. Cobbs Creek Parkway", + "phone_number" : "215-747-3250", + "category" : "PHILABUNDANCE", + "zip_code" : "19143", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "09:30", + "hours_sat_end1" : "13:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : "Open on the last Saturday of the month", + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1441, + "email" : null + }, + "geometry" : + { + "x" : -8376626.2930549989, + "y" : 4859258.4183106329 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Holsey Temple CME Church", + "address" : "5305-5315 Germantown Ave", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19144", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "11:00", + "hours_tues_end1" : "13:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1442, + "email" : null + }, + "geometry" : + { + "x" : -8367823.347860992, + "y" : 4870720.7244321462 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Holy Temple Community Center", + "address" : "363 N 60th St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19139", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "10:30", + "hours_thurs_end1" : "13:45", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : "Open on the third Thursday of the month", + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1443, + "email" : null + }, + "geometry" : + { + "x" : -8375604.68772979, + "y" : 4861292.3765954552 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Holy Temple Lord and Savior", + "address" : "5116 Market St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19139", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "10:00", + "hours_thurs_end1" : "12:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : "Open every other Thursday of the month", + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1444, + "email" : null + }, + "geometry" : + { + "x" : -8373850.6389452554, + "y" : 4860085.9775542477 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Iglesia de Dios Pentecostal", + "address" : "516 W. Butler Street", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19140", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "10:00", + "hours_tues_end1" : "13:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "10:00", + "hours_fri_end1" : "13:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1445, + "email" : null + }, + "geometry" : + { + "x" : -8364249.9354483876, + "y" : 4867243.0404077778 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Lifeway Baptist Church", + "address" : "9554 Bustleton Ave", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19115", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "07:30", + "hours_tues_end1" : "12:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "07:30", + "hours_wed_end1" : "12:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "07:30", + "hours_thurs_end1" : "12:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "07:30", + "hours_fri_end1" : "12:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1447, + "email" : null + }, + "geometry" : + { + "x" : -8352991.2333097449, + "y" : 4878602.9895696761 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Lutheran Settlement House Senior Center", + "address" : "1340 Frankford Ave", + "phone_number" : "215-426-8610 ext. 1204", + "category" : "PHILABUNDANCE", + "zip_code" : "19125", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "09:00", + "hours_tues_end1" : "15:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "09:00", + "hours_wed_end1" : "15:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "09:00", + "hours_thurs_end1" : "15:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "09:00", + "hours_fri_end1" : "15:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1449, + "email" : null + }, + "geometry" : + { + "x" : -8363949.4778374378, + "y" : 4861798.88129002 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Masjidullah Center for Human Excellence", + "address" : "7401 Limekiln Pike", + "phone_number" : "215-621-7800", + "category" : "PHILABUNDANCE", + "zip_code" : "19138", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : "10:00", + "hours_mon_end1" : "12:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "10:00", + "hours_tues_end1" : "12:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1451, + "email" : null + }, + "geometry" : + { + "x" : -8366591.4725891436, + "y" : 4875751.1477194261 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Mount Tabor CEED Corporation", + "address" : "961-971 N 7th St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19123", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : "12:00", + "hours_mon_end1" : "13:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1453, + "email" : null + }, + "geometry" : + { + "x" : -8365452.7829376357, + "y" : 4861446.910297663 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Mount Zion United Holy Church", + "address" : "4110 Haverford Ave", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19104", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "11:00", + "hours_wed_end1" : "13:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1454, + "email" : null + }, + "geometry" : + { + "x" : -8371895.6339825932, + "y" : 4860494.75504668 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "New Jerusalem Laura", + "address" : "2011 W Norris St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19121", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "13:00", + "hours_fri_end1" : "15:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1455, + "email" : null + }, + "geometry" : + { + "x" : -8367570.010244308, + "y" : 4863723.7141745761 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "North Light Community Center", + "address" : "175 Green Ln", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19127", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : "10:30", + "hours_mon_end1" : "11:30", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "10:30", + "hours_fri_end1" : "11:30", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1456, + "email" : null + }, + "geometry" : + { + "x" : -8373943.0540840011, + "y" : 4870114.2617314477 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "One Day at a Time Haven II", + "address" : "2532 N Broad St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19132", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "11:00", + "hours_tues_end1" : "15:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1457, + "email" : null + }, + "geometry" : + { + "x" : -8366260.1770413555, + "y" : 4864804.0738053108 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Page Academy CDC", + "address" : "1524 W Champlost Ave", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19141", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "11:00", + "hours_tues_end1" : "13:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "11:00", + "hours_thurs_end1" : "13:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1458, + "email" : null + }, + "geometry" : + { + "x" : -8365906.6884427853, + "y" : 4872499.8465050161 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Penn Asian Senior Services", + "address" : "6926 Old York Rd", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19126", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : "09:00", + "hours_mon_end1" : "17:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "09:00", + "hours_tues_end1" : "17:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "09:00", + "hours_wed_end1" : "17:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "09:00", + "hours_thurs_end1" : "17:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "09:00", + "hours_fri_end1" : "17:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1459, + "email" : null + }, + "geometry" : + { + "x" : -8364501.06518939, + "y" : 4874526.3823623918 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Pente Church of God", + "address" : "3027 N 5th St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19133", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : "11:00", + "hours_mon_end1" : "14:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "19:00", + "hours_tues_end1" : "20:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "19:00", + "hours_thurs_end1" : "20:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "19:00", + "hours_fri_end1" : "20:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1460, + "email" : null + }, + "geometry" : + { + "x" : -8364418.6716813091, + "y" : 4865556.2769397246 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Philadelphia Episcopal Cathedral", + "address" : "19 S 38th St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19104", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : "09:30", + "hours_mon_end1" : "11:30", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1461, + "email" : null + }, + "geometry" : + { + "x" : -8371004.5402582036, + "y" : 4859512.9266045932 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Police Athletic League Center - Ford", + "address" : "609 Snyder Ave", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19148", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "13:30", + "hours_thurs_end1" : "14:30", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : "Open on the fourth Thursday of the month", + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1462, + "email" : null + }, + "geometry" : + { + "x" : -8366434.16168547, + "y" : 4854742.82338074 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Provision of Grace World Mission Church", + "address" : "1950 W Rockland St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19141", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "13:30", + "hours_tues_end1" : "15:30", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "13:30", + "hours_thurs_end1" : "15:30", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1463, + "email" : null + }, + "geometry" : + { + "x" : -8366369.7473567361, + "y" : 4870076.9845116334 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Refuge Evangelical Baptist Church", + "address" : "1100 Oak Ln", + "phone_number" : "215-224-2024", + "category" : "PHILABUNDANCE", + "zip_code" : "19126", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "12:00", + "hours_tues_end1" : "14:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1464, + "email" : null + }, + "geometry" : + { + "x" : -8364164.41032613, + "y" : 4873892.26227758 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Remnant Church of God", + "address" : "7708-7712 Ogontz Ave", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19150", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : "15:00", + "hours_mon_end1" : "17:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1465, + "email" : null + }, + "geometry" : + { + "x" : -8366524.8701101281, + "y" : 4876279.8291771058 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Saint Luke's Episcopal Church", + "address" : "5421 Germantown Ave", + "phone_number" : "215-844-8544", + "category" : "PHILABUNDANCE", + "zip_code" : "19144", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "09:00", + "hours_tues_end1" : "10:30", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "09:00", + "hours_fri_end1" : "10:30", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1468, + "email" : null + }, + "geometry" : + { + "x" : -8367937.0463253846, + "y" : 4870865.9498691317 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Saint Michael's Lutheran Church", + "address" : "2139 E Cumberland St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19125", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "11:00", + "hours_thurs_end1" : "12:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1469, + "email" : null + }, + "geometry" : + { + "x" : -8362833.709550038, + "y" : 4863387.2980525512 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Saint Paul's Baptist Church", + "address" : "1000 Wallace St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19123", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "11:00", + "hours_wed_end1" : "14:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1470, + "email" : null + }, + "geometry" : + { + "x" : -8366127.6480705338, + "y" : 4860692.7274422916 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Salvation Army West Philadelphia Corps", + "address" : "5501 Market St", + "phone_number" : "215-474-1010", + "category" : "PHILABUNDANCE", + "zip_code" : "19139", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "10:00", + "hours_wed_end1" : "14:30", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "10:00", + "hours_thurs_end1" : "14:30", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : "13:00", + "hours_sun_end1" : "14:00", + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1471, + "email" : null + }, + "geometry" : + { + "x" : -8374730.500387257, + "y" : 4860398.4035230409 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Star of Hope Baptist Church", + "address" : "7212 Keystone St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19135", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "11:00", + "hours_tues_end1" : "13:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1472, + "email" : null + }, + "geometry" : + { + "x" : -8352769.2241254374, + "y" : 4869878.6171415308 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "The Sunday Love Project", + "address" : "3200 Kensington Ave", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19134", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : "09:00", + "hours_mon_end1" : "12:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "09:00", + "hours_tues_end1" : "12:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "09:00", + "hours_wed_end1" : "12:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "09:00", + "hours_thurs_end1" : "12:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "09:00", + "hours_fri_end1" : "12:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1473, + "email" : null + }, + "geometry" : + { + "x" : -8361538.3295888845, + "y" : 4865493.3384949956 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Truth Baptist Church", + "address" : "4666-4668 N 15th St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19140", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "10:00", + "hours_tues_end1" : "12:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : "08:00", + "hours_sun_end1" : "17:00", + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1474, + "email" : null + }, + "geometry" : + { + "x" : -8365638.963418521, + "y" : 4869516.9695993084 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Two Ladies of Christ", + "address" : "4125 Ludlow St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19104", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : "08:00", + "hours_sun_end1" : "17:00", + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1475, + "email" : null + }, + "geometry" : + { + "x" : -8371751.8808336537, + "y" : 4859687.0539318267 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Ujima Friends Peace Center", + "address" : "1701 W Lehigh Ave", + "phone_number" : "267-761-4944", + "category" : "PHILABUNDANCE", + "zip_code" : "19132", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "09:00", + "hours_sat_end1" : "12:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : "Open on the second and last Saturdays of the month", + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1476, + "email" : null + }, + "geometry" : + { + "x" : -8366801.6982631413, + "y" : 4865215.1332078008 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Waters Memorial Community Center", + "address" : "1016-1018 South St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19147", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "16:00", + "hours_tues_end1" : "18:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : "Open on the second Tuesday of the month", + "hours_wed_start1" : "16:00", + "hours_wed_end1" : "18:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1477, + "email" : null + }, + "geometry" : + { + "x" : -8366698.6874241922, + "y" : 4857614.9420017479 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Wharton Wesley Helping Hands", + "address" : "5341 Catharine St", + "phone_number" : null, + "category" : "PHILABUNDANCE", + "zip_code" : "19143", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "09:00", + "hours_wed_end1" : "12:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : "Open on the fourth Wednesday of the month", + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1478, + "email" : null + }, + "geometry" : + { + "x" : -8374650.09050611, + "y" : 4858629.3512235405 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Together We Can Change at Love Park", + "address" : "16th St. and JFK Blvd.", + "phone_number" : "215-284-5780", + "category" : "Office of Homeless Services", + "zip_code" : "19102", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "12:00", + "hours_sat_end1" : "13:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1479, + "email" : null + }, + "geometry" : + { + "x" : -8367422.5248608366, + "y" : 4859287.4646533355 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Together We Can Change at Aviator Park", + "address" : "1900-1958 Benjamin Franklin Pkwy", + "phone_number" : "215-284-5780", + "category" : "Office of Homeless Services", + "zip_code" : "19103", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : "10:30", + "hours_sun_end1" : "11:30", + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1480, + "email" : null + }, + "geometry" : + { + "x" : -8368093.2877205694, + "y" : 4859851.9949367391 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Locke School", + "address" : "4550 Haverford Ave", + "phone_number" : "(215) 400-7670", + "category" : "PHILABUNDANCE", + "zip_code" : "19139", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.philabundance.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : "13:00", + "hours_mon_end1" : "15:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "13:00", + "hours_wed_end1" : "15:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "13:00", + "hours_fri_end1" : "15:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1481, + "email" : null + }, + "geometry" : + { + "x" : -8372603.1260793265, + "y" : 4860477.8946858812 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "The Everywhere Project (Love Park)", + "address" : "N 15th St. and John F. Kennedy Blvd", + "phone_number" : "267-770-3919", + "category" : "Office of Homeless Services", + "zip_code" : "19102", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "19:00", + "hours_wed_end1" : "21:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1482, + "email" : null + }, + "geometry" : + { + "x" : -8367416.7816213118, + "y" : 4859272.8039332442 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "The Everywhere Project (E. Clearfield St.)", + "address" : "1810 E. Clearfield St.", + "phone_number" : "267-770-3919", + "category" : "Office of Homeless Services", + "zip_code" : "19134", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "13:00", + "hours_sat_end1" : "16:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1483, + "email" : null + }, + "geometry" : + { + "x" : -8361792.05390992, + "y" : 4865114.5151782762 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Hope Prison Ministries", + "address" : "547 Rising Sun Ave.", + "phone_number" : "610-633-1789", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19140", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : "10:00", + "hours_mon_end1" : "14:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "10:00", + "hours_fri_end1" : "14:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1485, + "email" : null + }, + "geometry" : + { + "x" : -8364325.3647709694, + "y" : 4867280.9260552451 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Fresh Fire Apostolic International Ministries", + "address" : "2901 Cedar St.", + "phone_number" : "267-880-9733", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19134", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "09:00", + "hours_sat_end1" : "12:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1486, + "email" : null + }, + "geometry" : + { + "x" : -8361456.6853405014, + "y" : 4863719.0724300509 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "OCCCDA (Castor Ave)", + "address" : "6500 Castor Ave", + "phone_number" : "215-586-9551", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19149", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "10:00", + "hours_thurs_end1" : "14:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : "Open on fourth Thursday of the month", + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1487, + "email" : null + }, + "geometry" : + { + "x" : -8357448.4022088721, + "y" : 4871915.58766053 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Geiger Memorial Brethren Church", + "address" : "2543 W. Lehigh Ave.", + "phone_number" : "215-229-2967", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : null, + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "10:00", + "hours_thurs_end1" : "12:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : "Open on the Thursday after the second Tuesday of the month", + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1488, + "email" : null + }, + "geometry" : + { + "x" : -8368296.0407143608, + "y" : 4865449.7922797883 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Frontline Dads (24th & Somerset)", + "address" : "24th St. and Somerset Ave", + "phone_number" : "(484) 532-8772", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19132", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : "13:00", + "hours_thurs_end1" : "15:00", + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1490, + "email" : null + }, + "geometry" : + { + "x" : -8367926.5767774368, + "y" : 4865604.46655459 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Denise's Pantry @ The Print Foundation", + "address" : "5843-55 Catharine St.", + "phone_number" : "215-828-7091", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19143", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "15:00", + "hours_fri_end1" : "17:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1491, + "email" : null + }, + "geometry" : + { + "x" : -8375758.1776120923, + "y" : 4858790.7131134076 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Helping Hands Nonprofit Organization", + "address" : "4667 Paul St.", + "phone_number" : "484-579-0490", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19124", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : "11:00", + "hours_mon_end1" : "15:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1492, + "email" : null + }, + "geometry" : + { + "x" : -8358238.06799792, + "y" : 4868272.9011992794 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "True Vine Worship Center", + "address" : "521-23 W. Lehigh Ave.", + "phone_number" : "445-248-6152", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19133", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "08:30", + "hours_tues_end1" : "10:00", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1493, + "email" : null + }, + "geometry" : + { + "x" : -8364673.8515854264, + "y" : 4864844.6663950393 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Small Things Philly Market - Fairhill", + "address" : "3510 A St.", + "phone_number" : "215-559-9212", + "category" : "Small Things Philly", + "zip_code" : "19134", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.smallthingsphilly.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : "11:00", + "hours_wed_end1" : "15:00", + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "09:00", + "hours_fri_end1" : "12:00", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "10:00", + "hours_sat_end1" : "13:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1494, + "email" : null + }, + "geometry" : + { + "x" : -8363037.7826129319, + "y" : 4866374.3198558167 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "African Family Health Organization", + "address" : "5400 Grays Ave", + "phone_number" : "215-546-1232", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19143", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "09:30", + "hours_fri_end1" : "11:30", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : "Open on the first and third Fridays of the month", + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1495, + "email" : null + }, + "geometry" : + { + "x" : -8373048.99775859, + "y" : 4856295.0764577361 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "First Haitian Church of God of Prophecy", + "address" : "199 E. Tabor Ave.", + "phone_number" : "267-971-8886", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19120", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : "10:30", + "hours_fri_end1" : "12:30", + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : "Open on first and third Fridays of the month", + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1497, + "email" : null + }, + "geometry" : + { + "x" : -8362336.2770676455, + "y" : 4870501.0348827969 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Epiphany Fellowship Church Community Fridge", + "address" : "1632 W Diamond St", + "phone_number" : null, + "category" : "Community Refrigerators", + "zip_code" : "19121", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1714, + "email" : null + }, + "geometry" : + { + "x" : -8366910.4049701327, + "y" : 4863773.00004868 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Friends Pantry & Community Fridge", + "address" : "320 Arch Street", + "phone_number" : "(267) 334-0433", + "category" : "Community Refrigerators", + "zip_code" : "19106", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.historicasmh.org/friendspantry", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1715, + "email" : null + }, + "geometry" : + { + "x" : -8365320.7597123962, + "y" : 4859025.1651541311 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Mt. Airy Community Fridge", + "address" : "6900 Stenton Ave", + "phone_number" : null, + "category" : "Community Refrigerators", + "zip_code" : "19150", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://mtairyeats.wordpress.com/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1716, + "email" : null + }, + "geometry" : + { + "x" : -8368674.6428702651, + "y" : 4875536.1148001039 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "St James School Community Fridge", + "address" : "3217 West Clearfield St", + "phone_number" : null, + "category" : "Community Refrigerators", + "zip_code" : "19132", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.friendsfridgephilly.com/volunteer", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1717, + "email" : null + }, + "geometry" : + { + "x" : -8369309.7102751769, + "y" : 4866548.9025985468 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "The People's Fridge", + "address" : "125 South 52nd St", + "phone_number" : null, + "category" : "Community Refrigerators", + "zip_code" : "19143", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.thepeoplesfridge.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1718, + "email" : null + }, + "geometry" : + { + "x" : -8374027.3155970071, + "y" : 4859767.9981918121 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Ian-Yae's In Touch", + "address" : "2524 N. 27th St.", + "phone_number" : "267-254-9531", + "category" : "Office of Homeless Services", + "zip_code" : "19132", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : "18:30", + "hours_tues_end1" : "19:30", + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1724, + "email" : null + }, + "geometry" : + { + "x" : -8368585.879997896, + "y" : 4865147.3327623727 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Brothers of Strawberry Mansion Clifford St.", + "address" : "3223 W Clifford St", + "phone_number" : "267-568-1163", + "category" : "SHARE FOOD PROGRAM", + "zip_code" : "19121", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.sharefoodprogram.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : "09:30", + "hours_mon_end1" : "11:00", + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1725, + "email" : null + }, + "geometry" : + { + "x" : -8369792.1705124779, + "y" : 4863529.2404364338 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Food Pantry For Hope, Memorial Presbyterian Church of Fox Chase", + "address" : "7902 Oxford Ave.", + "phone_number" : "215-745-2844", + "category" : "General Food Site", + "zip_code" : "19111", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://sites.google.com/site/foxchasechurch/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "09:00", + "hours_sat_end1" : "12:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : "Open on second and fourth Saturdays of the month", + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1726, + "email" : null + }, + "geometry" : + { + "x" : -8358433.7605998339, + "y" : 4876786.7059682058 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Narberth Presbyterian Church", + "address" : "200 N 19th St.", + "phone_number" : "215-776-3598", + "category" : "Office of Homeless Services", + "zip_code" : "19103", + "temporary_closure" : null, + "category_type" : "General Meal Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.phila.gov/departments/office-of-homeless-services/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : null, + "hours_sat_end1" : null, + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : "12:00", + "hours_sun_end1" : "13:00", + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1727, + "email" : null + }, + "geometry" : + { + "x" : -8367924.4696454173, + "y" : 4859946.063356013 + } + }, + { + "attributes" : { + "objectid" : null, + "site_name" : "Small Things Philly Market - House of Hope", + "address" : "1300 W. Hunting Park Ave", + "phone_number" : "215-559-9212", + "category" : "Small Things Philly", + "zip_code" : "19140", + "temporary_closure" : null, + "category_type" : "Food Site", + "site_key" : null, + "status" : "Active", + "website" : "https://www.smallthingsphilly.org/", + "x" : null, + "y" : null, + "hours_mon_start1" : null, + "hours_mon_end1" : null, + "hours_mon_start2" : null, + "hours_mon_end2" : null, + "hours_mon_exceptions" : null, + "hours_tues_start1" : null, + "hours_tues_end1" : null, + "hours_tues_start2" : null, + "hours_tues_end2" : null, + "hours_tues_exceptions" : null, + "hours_wed_start1" : null, + "hours_wed_end1" : null, + "hours_wed_start2" : null, + "hours_wed_end2" : null, + "hours_wed_exceptions" : null, + "hours_thurs_start1" : null, + "hours_thurs_end1" : null, + "hours_thurs_start2" : null, + "hours_thurs_end2" : null, + "hours_thurs_exceptions" : null, + "hours_fri_start1" : null, + "hours_fri_end1" : null, + "hours_fri_start2" : null, + "hours_fri_end2" : null, + "hours_fri_exceptions" : null, + "hours_sat_start1" : "10:00", + "hours_sat_end1" : "12:00", + "hours_sat_start2" : null, + "hours_sat_end2" : null, + "hours_sat_exceptions" : null, + "hours_sun_start1" : null, + "hours_sun_end1" : null, + "hours_sun_start2" : null, + "hours_sun_end2" : null, + "hours_sun_exceptions" : null, + "ObjectId2" : 1728, + "email" : null + }, + "geometry" : + { + "x" : -8365372.8935532989, + "y" : 4868332.0207346072 + } + } + ] + } \ No newline at end of file diff --git a/data/FreeShowersLaundry.geojson b/data/FreeShowersLaundry.geojson new file mode 100644 index 0000000..e586f86 --- /dev/null +++ b/data/FreeShowersLaundry.geojson @@ -0,0 +1,71 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "site_name": "Stephen Klein Wellness Center", + "Address": "2144 Cecil B. Moore Ave, Philadelphia, PA 19121", + "phone_number": "215-320-6187", + "Description": "Tues 10am-2pm (showers and laundry) Thurs 10am-2pm (showers and laundry) Fri: 10am-2pm (showers only) No I.D. or appointment necessary. Location also offers medical, dental, behavioral services." + }, + "geometry": { + "type": "Point", + "coordinates": [-75.1733718, 39.9802079] + } + }, + { + "type": "Feature", + "properties": { + "site_name": "St John Hospice", + "Address": "1221 Race St, Philadelphia, PA 19107", + "phone_number": "215-563-7763", + "Description": "Mon 8.30am-9.15am (seniors, veterans, disabled only. must sign-up Friday before), Tues 8.30am-9.15am (must sign up during Monday's lunch), Weds 8.30am-9.15am (must sign up during Tuesday's lunch), Fri 8:30am-9:15am (must sign up on Wednesday Lunch). Showers only (no laundry.) You must sign-up the week day (Mon-Fri) before your shower. Bring I.D. if possible, but may not be necessary." + }, + "geometry": { + "type": "Point", + "coordinates": [-75.1625276, 39.9561096] + } + }, + { + "type": "Feature", + "properties": { + "site_name": "Bethesda Project's Our Brothers' Place", + "Address": "907 Hamilton St, Philadelphia, PA 19123", + "phone_number": "215-985-1600", + "Description": "Mon-Fri, 12pm-1pm Showers are available during lunch. Arrive early as shower spots fill up quick. Be advised you will be searched and will be asked to check-in any medications you're carrying at the front desk before you leave." + }, + "geometry": { + "type": "Point", + "coordinates": [-75.1563554, 39.9602365] + } + }, + { + "type": "Feature", + "properties": { + "site_name": "The Center Philadelphia", + "Address": "55 N. Broad Street, Philadelphia, PA 19107", + "phone_number": "215-568-6250", + "Description": "The daily drop-in center is open Monday through Thusday from 9:00am-3:00pm, providing shower and laundry services." + }, + "geometry": { + "type": "Point", + "coordinates": [-75.1808602, 39.9528926] + } + }, + { + "type": "Feature", + "properties": { + "site_name": "Hub of Hope", + "Address": "1400 Arch Street, Sub Concourse Level, Municipal Services Building, Philadelphia, PA", + "phone_number": "215-309-5225", + "Description": "Showers from 7.30am to 3.15pm, Laundry from 7.30am to 2.15pm" + }, + "geometry": { + "type": "Point", + "coordinates": [-75.1688882, 39.9542153] + } + } + ] + } + \ No newline at end of file diff --git a/data/FreeToilets.geojson b/data/FreeToilets.geojson new file mode 100644 index 0000000..b90326f --- /dev/null +++ b/data/FreeToilets.geojson @@ -0,0 +1,269 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.150201,39.950796 ] + }, + "properties": { + "site_name":"Independence Visitor Center", + "Address":"599 Market St, Philadelphia, PA 19106" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.14889245,39.95271328571429 ] + }, + "properties": { + "site_name":"Independence Transportation Center", + "Address":"525 Arch St, Philadelphia, PA 19106" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.149591,39.954779 ] + }, + "properties": { + "site_name":"Franklin Square", + "Address":"200 N 6th St, Philadelphia, PA 19106" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.148286,39.949767 ] + }, + "properties": { + "site_name":"The Bourse Food Hall", + "Address":"111 S Independence Mall E, Philadelphia, PA 19106" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.16465,39.954664 ] + }, + "properties": { + "site_name":"Philly Phlush", + "Address":"Arch St & N 15th St, Philadelphia, PA 19102" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.16849989,39.95471565 ] + }, + "properties": { + "site_name":"The Concourse at the Comcast Center", + "Address":"Comcast Center Concourse, 1701 John F Kennedy Blvd, Philadelphia, PA 19103" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.170482,39.959192 ] + }, + "properties": { + "site_name":"Free Library of Philadelphia - Parkway Central Library", + "Address":"1901 Vine St, Philadelphia, PA 19103" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.16764259,39.95140491836735 ] + }, + "properties": { + "site_name":"The Shops at Liberty Place", + "Address":"1625 Chestnut St, Philadelphia, PA 19103" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.155298,39.951427 ] + }, + "properties": { + "site_name":"Fashion District Philadelphia", + "Address":"901 Market St, Philadelphia, PA 19107" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.15870781,39.953774980215336 ] + }, + "properties": { + "site_name":"Reading Terminal Market", + "Address":"1136 Arch St, Philadelphia, PA 19107" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.141859,39.944005 ] + }, + "properties": { + "site_name":"Penn's Landing Operations Center", + "Address":"301 S Christopher Columbus Blvd, Philadelphia, PA 19106" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.141105,39.947876 ] + }, + "properties": { + "site_name":"Great Plaza at Penn's Landing", + "Address":"101 S Christopher Columbus Blvd, Philadelphia, PA 19106" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.14039791,39.95267532138696 ] + }, + "properties": { + "site_name":"Cherry Street Pier", + "Address":"121 N Christopher Columbus Blvd, Philadelphia, PA 19106" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.185235,39.968996 ] + }, + "properties": { + "site_name":"Lloyd Hall Recreation Center", + "Address":"1 Boathouse Row, Philadelphia, PA 19130" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.1861774,39.9696231 ] + }, + "properties": { + "site_name":"East Park Canoe House", + "Address":"2400 Kelly Dr, Philadelphia, PA 19129" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.15783643,39.93842215 ] + }, + "properties": { + "site_name":"Italian Market Visitor Center", + "Address":"919 S 9th St, Philadelphia, PA 19147" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.1699165,39.8938275 ] + }, + "properties": { + "site_name":"Central Green at The Navy Yard", + "Address":"Rouse Blvd, Philadelphia, PA 19112" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.1925145,39.9530359 ] + }, + "properties": { + "site_name":"Franklin's Table Food Hall", + "Address":"University of Pennsylvania, 3401 Walnut St, Philadelphia, PA 19104" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.185711,39.951927 ] + }, + "properties": { + "site_name":"Penn Park Softball Stadium", + "Address":"3000 Walnut St, Philadelphia, PA 19104" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.18109,39.95564 ] + }, + "properties": { + "site_name":"William H. Gray III 30th Street Station", + "Address":"2955 Market St, Philadelphia, PA 19104" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.18373714,39.95283228571429 ] + }, + "properties": { + "site_name":"Cira Green", + "Address":"129 S 30th St, Philadelphia, PA 19104" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.224418,39.953223 ] + }, + "properties": { + "site_name":"Malcolm X Memorial Park", + "Address":"5100 Pine St, Philadelphia, PA 19143" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.215549,39.933341 ] + }, + "properties": { + "site_name":"Bartram’s Garden", + "Address":"5400 Lindbergh Blvd., Philadelphia, PA 19143" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ -75.159022,39.9913542 ] + }, + "properties": { + "site_name":"Philly Phlush in North Philly", + "Address":"W Cumberland St, Philadelphia, PA 19133" + } + } + ] + } \ No newline at end of file diff --git a/data/IntakeCenters.geojson b/data/IntakeCenters.geojson new file mode 100644 index 0000000..573dd64 --- /dev/null +++ b/data/IntakeCenters.geojson @@ -0,0 +1,141 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [-75.1667441, 39.9554087] + }, + "properties": { + "site_name": "Appletree Family Center", + "Type": "Daytime Center", + "Eligibility": "All", + "Address": "1430 Cherry St", + "Hours": "Mon.–Fri., 7 a.m.–5 p.m.", + "phone_number": "215-686-7150, 215-686-7151, 215-686-7153" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [-75.1629825, 39.9681941] + }, + "properties": { + "site_name": "Roosevelt Darby Center", + "Type": "Daytime Center", + "Eligibility": "All", + "Address": "804 N. Broad St.", + "Hours": "Mon.–Fri., 7 a.m.–5 p.m.", + "phone_number": "215-685-3700" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [-75.1487857, 39.954749] + }, + "properties": { + "site_name": "The Veterans Multi-Service Center", + "Type": "Daytime Center", + "Eligibility": "Veterans", + "Address": "213-217 N. 4th St.", + "Hours": "Tues. and Thurs., 9 a.m.–2 p.m.", + "phone_number": "215-923-2600" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [-75.1626373, 39.9676477] + }, + "properties": { + "site_name": "Red Shield Family Residence", + "Type": "After-hours Center", + "Eligibility": "Family", + "Address": "715 N. Broad St.", + "Hours": "5 p.m.–7 a.m. and holidays and weekends", + "phone_number": "215-787-2887" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [-75.1666462, 40.0559377] + }, + "properties": { + "site_name": "ACTS After Hour Intake Site", + "Type": "After-hours Center", + "Eligibility": "Family", + "Address": "1300 E Tulpehocken St.", + "Hours": "5 p.m.–7 a.m. on Mon.–Fri., 24 hours on holidays and weekends", + "phone_number": "267-297-7870" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [-75.1625853, 39.99481] + }, + "properties": { + "site_name": "Mike Hinson Resource Center", + "Type": "After-hours Center", + "Eligibility": "Single man", + "Address": "1701 W. Lehigh Ave.", + "Hours": "3 p.m.–7 a.m. and holidays and weekends", + "phone_number": "267-737-9099" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [-75.2206558, 39.9645958] + }, + "properties": { + "site_name": "Gaudenzia’s House of Passage", + "Type": "After-hours Center", + "Eligibility": "Single woman", + "Address": "111 N. 49th St.", + "Hours": "5 p.m.–7 a.m. and holidays and weekends", + "phone_number": "267-713-7778" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [-75.1575831, 39.9887545] + }, + "properties": { + "site_name": "Eddie’s House", + "Type": "Youth access point", + "Eligibility": "Youth", + "Address": "2321 N. Broad St.", + "Hours": "Mon.–Fri., 10 a.m.–5 p.m.", + "phone_number": "215-921-8375, 215-307-3273" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [-75.1737432, 39.9541549] + }, + "properties": { + "site_name": "Synergy Project at Valley Youth House (11 Nov 24 Onwards)", + "Type": "Youth access point", + "Eligibility": "Youth", + "Address": "1880 JFK Blvd., Suite 660", + "Hours": "Mon.–Thurs., 8:30 a.m.–5:30 p.m.", + "phone_number": "888-468-7315, 215-925-3180" + } + } + ] + } + \ No newline at end of file diff --git a/icons/clothes-icon.png b/icons/clothes-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3bf7a0681d32660751132e5c46797d621b16d1db GIT binary patch literal 14403 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 literal 0 HcmV?d00001 diff --git a/icons/food-icon.png b/icons/food-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ec4ed5259d0627af1b72aaa67dad02e9fa7edbe1 GIT binary patch literal 20468 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 literal 0 HcmV?d00001 diff --git a/icons/my-location-circle.png b/icons/my-location-circle.png new file mode 100644 index 0000000000000000000000000000000000000000..7dd62e986326e56f5d7246042f84dec096c833f5 GIT binary patch literal 14485 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 Bn{5C9 literal 0 HcmV?d00001 diff --git a/icons/my-location.png b/icons/my-location.png new file mode 100644 index 0000000000000000000000000000000000000000..b41ef2e1253a9ea2a73c06f0380aaf9bfdaa3027 GIT binary patch literal 5693 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 DOG)6w literal 0 HcmV?d00001 diff --git a/icons/shower-icon.png b/icons/shower-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..919244877f7c056c98dd15441ffb53dd37a9d573 GIT binary patch literal 16162 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 HHsXH(I{@-h literal 0 HcmV?d00001 diff --git a/icons/toilet-icon.png b/icons/toilet-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..810e30649f081c23c0c0065bd23ae1ffafe51ede GIT binary patch literal 35844 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 Cg2_$* literal 0 HcmV?d00001 diff --git a/icons/yellow-highlight.png b/icons/yellow-highlight.png new file mode 100644 index 0000000000000000000000000000000000000000..f75a17ea55465c4f50b6d3b3ae4d37efd3137d8c GIT binary patch literal 59497 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 + + + + + + + + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..b8f86d6 --- /dev/null +++ b/index.html @@ -0,0 +1,68 @@ + + + + + + Philadelphia Homeless Resource Dashboard + + + + + + +

+
+
+

Philadelphia Homeless Resource Finder

+
+
    +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • +
+
+
+

List of Nearby Resources

+

(Type in a location to see!)

+
    +
    +
    + +
    +
    + + +
    +
    +
    + +
    +
    + + + + + + diff --git a/script/address-search.js b/script/address-search.js new file mode 100644 index 0000000..b6ddb4b --- /dev/null +++ b/script/address-search.js @@ -0,0 +1,198 @@ +import { resourceLayers, resourceMap } from './resource-map.js'; +import { resourceIcons, darkBlueIcon } from './map-styles.js'; + +const addressEntry = document.querySelector('#address-search'); +const addressChoiceList = document.querySelector('#address-choices'); +let currentMarker = null; + + // Create marker for each resource icon bigger +export function zoomToResource(resource) { + const { lat, lon, name, type } = resource; + + resourceMap.setView([lat, lon], 16); + + if (currentMarker) { + resourceMap.removeLayer(currentMarker); + } + + + currentMarker = L.marker([lat, lon], { + icon: L.icon({ + iconUrl: resourceIcons[type].options.iconUrl, + iconSize: [48, 48], + iconAnchor: [24, 48], + popupAnchor: [0, -48], + }) + }).addTo(resourceMap); + + // Create a popup + const popup = currentMarker.bindPopup(name, { className: 'zoomed-popup' }).openPopup(); + + // Remove the marker after 3 seconds + setTimeout(() => { + resourceMap.removeLayer(currentMarker); + currentMarker = null; + }, 3000); +} + + +export function initializeAddressSearch(map) { + addressEntry.addEventListener('input', debounce(() => handleAddressEntryChange(map), 300)); + +async function handleAddressEntryChange(map) { + addressChoiceList.classList.remove('hidden'); + const partialAddress = addressEntry.value; + + if (partialAddress.trim() === '') { + addressChoiceList.classList.add('hidden'); + return; + } + + // Limit search to Philadelphia + const url = `https://nominatim.openstreetmap.org/search?format=json&q=${encodeURIComponent(partialAddress + ', Philadelphia')}&countrycodes=us`; + + try { + const response = await fetch(url); + if (!response.ok) { + throw new Error(`HTTP error! status: ${response.status}`); + } + const data = await response.json(); + + if (!Array.isArray(data) || data.length === 0) { + addressChoiceList.innerHTML = '
  • No results found
  • '; + return; + } + + let html = ''; + for (const result of data) { + const lihtml = ` +
  • + ${result.display_name} +
  • + `; + html += lihtml; + } + addressChoiceList.innerHTML = html; + + const choices = addressChoiceList.querySelectorAll('li'); + for (const choice of choices) { + choice.addEventListener('click', (evt) => handleAddressChoice(evt, map)); + } + } catch (error) { + console.error('Error fetching address data:', error); + addressChoiceList.innerHTML = '
  • Error fetching address data
  • '; + } +} + +let currentMarker = null; + +function handleAddressChoice(evt, map) { + const li = evt.target; + const lat = parseFloat(li.getAttribute('data-lat')); + const lon = parseFloat(li.getAttribute('data-lon')); + + addressEntry.value = li.innerText; + addressChoiceList.classList.add('hidden'); + + // Set the map view to the selected location with a zoom level of 15 + map.setView([lat, lon], 15); + + if (currentMarker) { + map.removeLayer(currentMarker); + } + + // Create the custom dark blue marker + currentMarker = L.marker([lat, lon], { icon: darkBlueIcon }).addTo(map); + + showNearbyResources(lat, lon, map); +} + +function showNearbyResources(lat, lon, map) { + const searchPoint = turf.point([lon, lat]); + let nearbyResources = []; + + Object.keys(resourceLayers).forEach(resourceType => { + if (resourceLayers[resourceType]) { + resourceLayers[resourceType].eachLayer(layer => { + const resourcePoint = turf.point([layer.getLatLng().lng, layer.getLatLng().lat]); + const distance = turf.distance(searchPoint, resourcePoint, { units: 'miles' }); + + // Log feature properties + console.log('Resource Type:', resourceType, 'Properties:', layer.feature.properties); + let siteName = layer.feature.properties.site_name; + let contactNumber = layer.feature.properties.phone_number || "-"; + + if (distance <= 5) { + nearbyResources.push({ + name: siteName, + type: resourceType, + contact: contactNumber, + distance: distance.toFixed(2), + lat: layer.getLatLng().lat, + lon: layer.getLatLng().lng + }); + } + }); + } + }); + displayNearbyResourcesList(nearbyResources); +} + +function formatResourceType(type) { + if (type === 'intakeCenters') { + return 'Intake Centers'; + } + return type.charAt(0).toUpperCase() + type.slice(1); +} + +function displayNearbyResourcesList(resources) { + const listContainer = document.getElementById('nearby-resources-list'); + listContainer.innerHTML = ''; + + resources.sort((a, b) => a.distance - b.distance); + + resources.forEach((resource, index) => { + const formattedType = formatResourceType(resource.type); + const iconUrl = resourceIcons[resource.type].options.iconUrl; + + const listItem = document.createElement('li'); + listItem.setAttribute('data-resource-id', index); + + listItem.innerHTML = ` +
    + ${formattedType} icon + ${formattedType} +
    + ${resource.name} +
    Contact: ${resource.contact} +
    (Distance: ${resource.distance} mil) + `; + + listItem.addEventListener('mouseenter', () => zoomToResource(resource)); + listItem.addEventListener('mouseleave', () => resetZoomToResource(resource)); + listItem.addEventListener('click', () => zoomToResource(resource)); + + listContainer.appendChild(listItem); + }); +} + + + +function resetZoomToResource(resource) { + const { lat, lon, type } = resource; + resourceLayers[type].eachLayer(layer => { + const layerLatLng = layer.getLatLng(); + if (layerLatLng.lat === lat && layerLatLng.lng === lon) { + layer.setIcon(resourceIcons[type]); + } + }); +} +} + +function debounce(func, delay) { + let timeoutId; + return function (...args) { + clearTimeout(timeoutId); + timeoutId = setTimeout(() => func.apply(this, args), delay); + }; +} \ No newline at end of file diff --git a/script/main.js b/script/main.js new file mode 100644 index 0000000..a0c7ce6 --- /dev/null +++ b/script/main.js @@ -0,0 +1,33 @@ +const eventBus = new EventTarget(); + +let food, clothing, showers, toilets, intakeCenters; + +async function fetchResources() { + [food, clothing, showers, toilets, intakeCenters] = await Promise.all([ + fetch('data/FreeFood.geojson').then(res => res.json()), + fetch('data/FreeClothingAll.geojson').then(res => res.json()), + fetch('data/FreeShowersLaundry.geojson').then(res => res.json()), + fetch('data/FreeToilets.geojson').then(res => res.json()), + fetch('data/IntakeCenters.geojson').then(res => res.json()) + ]); + console.log('Resources fetched:', { food, clothing, showers, toilets, intakeCenters }); +} + +import { initializeResourceMap } from './resource-map.js'; +import { initializeAddressSearch } from './address-search.js'; + +async function initializeApp() { + await fetchResources(); + + const resourceData = { food, clothing, showers, toilets, intakeCenters }; + + const resourceMap = initializeResourceMap(eventBus, resourceData); + console.log('Map initialized:', resourceMap); + + initializeAddressSearch(resourceMap); +} + +// Ensure the app initializes after the DOM is fully loaded +document.addEventListener('DOMContentLoaded', () => { + initializeApp(); +}); \ No newline at end of file diff --git a/script/map-styles.js b/script/map-styles.js new file mode 100644 index 0000000..d2ca853 --- /dev/null +++ b/script/map-styles.js @@ -0,0 +1,40 @@ +// Define custom icons for different resource types +export const resourceIcons = { + food: L.icon({ + iconUrl: 'icons/food-icon.png', + iconSize: [32, 32], + iconAnchor: [16, 32], + popupAnchor: [0, -32], + }), + clothing: L.icon({ + iconUrl: 'icons/clothes-icon.png', + iconSize: [32, 32], + iconAnchor: [16, 32], + popupAnchor: [0, -32], + }), + showers: L.icon({ + iconUrl: 'icons/shower-icon.png', + iconSize: [32, 32], + iconAnchor: [16, 32], + popupAnchor: [0, -32], + }), + toilets: L.icon({ + iconUrl: 'icons/toilet-icon.png', + iconSize: [32, 32], + iconAnchor: [16, 32], + popupAnchor: [0, -32], + }), + intakeCenters: L.icon({ + iconUrl: 'icons/intake-icon.png', + iconSize: [32, 32], + iconAnchor: [16, 32], + popupAnchor: [0, -32], + }), + }; + + export const darkBlueIcon = L.icon({ + iconUrl: 'icons/my-location-circle.png', + iconSize: [38, 45], + iconAnchor: [19, 45], + popupAnchor: [0, -45] + }); \ No newline at end of file diff --git a/script/resource-map.js b/script/resource-map.js new file mode 100644 index 0000000..35c8143 --- /dev/null +++ b/script/resource-map.js @@ -0,0 +1,89 @@ +import { resourceIcons } from './map-styles.js'; +import { zoomToResource } from './address-search.js'; + +export let resourceLayers = {}; +export let resourceMap; +let resourceData = {}; + +export function initializeResourceMap(eventBus, data) { + resourceData = data; + + + if (resourceMap) { + resourceMap.remove(); + } + + resourceMap = L.map('resource-map').setView([40.047591, -75.153350], 10); + + const mapboxKey = 'pk.eyJ1IjoiY2xhdWRsb3ciLCJhIjoiY20weTY3MDZoMDNocTJrbXpqa3lqZWJlaSJ9.3N1iXpEvsJ0GwajGVwwkTg'; + const mapboxStyle = 'mapbox/light-v11'; + + const baseTileLayer = L.tileLayer(`https://api.mapbox.com/styles/v1/${mapboxStyle}/tiles/512/{z}/{x}/{y}{r}?access_token=${mapboxKey}`, { + maxZoom: 19, + attribution: '© Mapbox © Stamen Design © OpenStreetMap', + }); + + baseTileLayer.addTo(resourceMap); + + // Initialize layers based on initial checkbox states + updateLayers(); + + // Add event listener for checkbox changes + document.getElementById('filter-form').addEventListener('change', updateLayers); + + return resourceMap; + + function updateLayers() { + const filters = { + food: document.getElementById('food-checkbox').checked, + clothing: document.getElementById('clothing-checkbox').checked, + showers: document.getElementById('showers-checkbox').checked, + toilets: document.getElementById('toilets-checkbox').checked, + intakeCenters: document.getElementById('intakeCenters-checkbox').checked, + }; + + Object.entries(filters).forEach(([resourceType, isChecked]) => { + if (isChecked && !resourceLayers[resourceType]) { + addResourceLayer(resourceType); + } else if (!isChecked && resourceLayers[resourceType]) { + removeResourceLayer(resourceType); + } + }); + } + + function addResourceLayer(resourceType) { + if (resourceLayers[resourceType]) return; + + const geojsonData = resourceData[resourceType]; + + resourceLayers[resourceType] = L.geoJSON(geojsonData, { + pointToLayer: (feature, latlng) => { + const marker = L.marker(latlng, { icon: resourceIcons[resourceType] }); + + // Add click event to the marker to zoom and show the popup + marker.on('click', () => { + const resource = { + lat: latlng.lat, + lon: latlng.lng, + name: feature.properties.site_name || 'Unknown', + }; + + zoomToResource(resource); + }); + + return marker; + }, + onEachFeature: (feature, layer) => { + const siteName = feature.properties.site_name || 'Unknown'; + layer.bindTooltip(siteName, { permanent: false, direction: 'right' }); + } + }).addTo(resourceMap); + } + + function removeResourceLayer(resourceType) { + if (resourceLayers[resourceType]) { + resourceMap.removeLayer(resourceLayers[resourceType]); + delete resourceLayers[resourceType]; + } + } +}