The Commonwealth Building
1201 Chestnut St, Philadelphia, PA 19107 – Midtown
Price Range: $1,700 – $2,926
Bedrooms: 1-2
Bath: 1-2
Apartment Description
Apartment Amenities
-
Pet-Friendly
-
Fitness Canter
-
Front Desk/24 Hr Security
-
Storage
-
Bicycle Parking
-
Package Acceptance
-
Complimentary Wi-Fi
Appliances
-
Washer/Dryer
-
Garbage Disposal
-
Self-Controlled/Central HVAC
-
Dishwasher
Walk Score
";
$url .= "&lat=$lat&lon=$lon&wsapikey=YOUR-API-KEY";
$str = @file_get_contents($url);
return $str;
}
$lat = $_GET['lat'];
$lon = $_GET['lon'];
$address = stripslashes($_GET['address']);
$json = getWalkScore($lat,$lon,$address);
echo $json;
?>