[Tree History](/south-pasadena/tree-history)
## Organizations
[South Pasadena Preservation Foundation](https://sppreservation.org/)
[South Pasadena Beautiful](https://southpasbeautiful.org/)
## Government
[Ordinances](/south-pasadena/ordinances)
[Resolutions](/south-pasadena/resolutions)
### Phone Numbers
$ numbers = {
$ "Athens Disposal": "888-336-6100",
$ "Building and Planning": "626-403-7220",
$ "City Manager's Office": "626-403-7220",
$ "Code Enforcement": "626-403-7225",
$ "Fire Department (Business)": "626-403-7300",
$ "Filming/Movie Permits": "626-403-7263",
$ "Grafitti Hotline (24 hrs)": "626-403-7249",
$ "Huntington Memorial Hospital": "626-397-5000",
$ "Library": "626-403-7380",
$ "Parks and Recreation": "626-403-7380",
$ "Pasadena Humane Society": "626-792-7151",
$ "Police (Non-emergency)": "626-403-7297",
$ "Police (Business)": "626-403-7270",
$ "Police (Watch Commander)": "626-403-7265",
$ "Public Works": "626-403-7240",
$ "School District": "626-441-5810",
$ "Southern California Edison": "800-655-4555",
$ "Southern California Gas": "877-238-0092",
$ "Water Department": "626-403-7370",
$ }
<table>
$for department, number in numbers.items():
<tr><td>$department<td><small><code><a href=tel:$number>$number</a></code></small>
</table>
$ pages = {
$ "": "",
$ }
$ days = ("Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday")
## Locations
$ stores = {
$ "UPS Store 944": (
$ "1107 Fair Oaks Ave",
$ "626-799-4589",
$ (
$ "0900-1900",
$ "0900-1900",
$ "0900-1900",
$ "0900-1900",
$ "0900-1900",
$ "0900-1700",
$ "1100-1600",
$ )
$ ),
$ "FedEx Office": (
$ "460 Fair Oaks Ave",
$ "626-403-6690",
$ (
$ "1000-1800",
$ "0800-2000",
$ "0800-2000",
$ "0800-2000",
$ "0800-2000",
$ "0900-1800",
$ "1200-1800",
$ )
$ ),
$ "Ace Hardware": (
$ "452 Fair Oaks Ave",
$ "626-817-7690",
$ (
$ "0700-2000",
$ "0700-2000",
$ "0700-2000",
$ "0700-2000",
$ "0700-2000",
$ "0700-2000",
$ "0800-1800",
$ )
$ ),
$ "Pavilions": (
$ "1213 Fair Oaks Ave",
$ "626-799-2261",
$ (
$ "0600-2300",
$ "0600-2300",
$ "0600-2300",
$ "0600-2300",
$ "0600-2300",
$ "0600-2300",
$ "0600-2300",
$ )
$ ),
$ "Trader Joe's": (
$ "613 Mission St",
$ "626-441-6263",
$ (
$ "0800-2100",
$ "0800-2100",
$ "0800-2100",
$ "0800-2100",
$ "0800-2100",
$ "0800-2100",
$ "0800-2100",
$ )
$ ),
$ "Public Library": (
$ "1100 Oxley Street",
$ "626-403-7330",
$ (
$ "1000-1800",
$ "1000-2000",
$ "1000-2000",
$ "1000-2000",
$ "1000-1800",
$ "1000-1800",
$ "1300-1700",
$ )
$ ),
$ "City Hall": (
$ "1414 Mission Street",
$ "",
$ (
$ "0730-1800",
$ "0730-1800",
$ "0730-1800",
$ "0730-1800",
$ "",
$ "",
$ "",
$ )
$ ),
$ "Post Office": (
$ "1001 Fremont",
$ "800-275-8777",
$ (
$ "1000-1730",
$ "1000-1730",
$ "1000-1730",
$ "1000-1730",
$ "1000-1730",
$ "1000-1500",
$ "",
$ )
$ ),
$ "Rite Aid": (
$ "914 Fair Oaks Ave",
$ "626-441-3702",
$ (
$ "0700-2200",
$ "0700-2200",
$ "0700-2200",
$ "0700-2200",
$ "0700-2200",
$ "0800-2200",
$ "0700-2200",
$ )
$ ),
$ }
$ {
$ "": (
$ "",
$ "",
$ (
$ "",
$ )
$ ),
$ }
Bristol Farms
Fair Oaks Pharmacy
Griffins of Kinsale
Hi-Life Burgers
Kaldi Coffee & Tea
Jones Coffee
Lost Parrot Cafe
Fiore Market & Cafe
Farmer's Market
Community Garden
Nature Park
Golf Course
Racquet Club
Dog Park
Skate Park
Arroyo Park
Orange Grove Park
Garfield Park
Arroyo Seco Stables
San Pascual Stables
War Memorial Building
Garfield/Marengo Elementary
Middle School
High School
$for store_name, (store_address, store_number, store_hours) in stores.items():
### $store_name
<a href=tel:$store_number.replace("-", "")><small>$store_number</small></a>
<table>
$for day, store_hour in enumerate(store_hours):
<tr><th style=text-align:left;>$days[day]
$if store_hour:
<td style=text-align:right;width:7em><code>$pendulum.from_format(store_hour.partition("-")[0], "HHmm").format("h:mm A")</code><td style=text-align:right;width:7em><code>$pendulum.from_format(store_hour.partition("-")[2], "HHmm").format("h:mm A")</code>
$else:
<td colspan=2 style=text-align:right;width:14em>closed
</table>