Bulding Address: | 518-w-145th-st |
Building Alternate address: | 518 W 145th St |
Zip Code: | 10010 |
Neighborhood: | Gramercy Park |
Borough: | Manhattan |
Stories: | 8 |
Year Built: | 1910 |
Building Class: | C |
518 W 145th St, New York, NY 10031, is a single-family home located in the Hamilton Heights neighborhood of Manhattan, NYC. The property was built in 2002 and features a large living space of approximately 9,990 square feet, situated on a 3,339 square foot lot.
The home's history includes a sale recorded on October 25, 1996, for $5,000, indicating significant development or renovation over the years. Today, it is valued at around $2.57 million.
The neighborhood is known for its historic architecture and cultural significance, with nearby educational institutions such as Ps 153 Adam Clayton Powell, Ms 324 Patria Mirabal, and A Philip Randolph Campus High School.
518 W 145th St, New York, NY 10031
Located in Harlem, Manhattan, NYC.
Year Built: 2002
Property Type: Multi-Story Retail Building
Total Square Feet: 9,990
Lot Size: 3,339 square feet
Neighborhood: Hamilton Heights
Building Amenities at 518 W 145th St, Manhattan, NYC:
- Location: Situated in Hamilton Heights, within walking distance to restaurants, retailers, and the bus line.
- Accessibility: Steps away from major roads and public transportation.
- Signage: Available for visibility.
- Property Type: Retail storefront with a gross leasable area of 9,990 SF.
- Year Built: 2002.
To create an HTML list of current office and retail tenants at 518 W 145th St, Manhattan, NYC, you would need specific data about the tenants. However, since the search results do not provide this information, I will guide you through a general approach using Django and HTML.
### Step 1: Define the Tenant Data
First, you need to gather or define the tenant data. For this example, let's assume you have a list of tenants:
python
# Example tenant data
tenants = [
{"name": "ABC Law Firm", "type": "Office"},
{"name": "XYZ Retail Store", "type": "Retail"},
{"name": "PQR Media", "type": "Office"},
{"name": "MNO Cafe", "type": "Retail"},
]
### Step 2: Create an HTML Template
Next, create an HTML template to display this data. You can use Django's template engine to render the data dynamically.
Tenants at 518 W 145th St
Office Tenants:
{% for tenant in office_tenants %}
{% endfor %}
Retail Tenants:
{% for tenant in retail_tenants %}
{% endfor %}
### Step 3: Prepare Data for Template
In your Django view, separate the tenants by type and pass them to the template:
python
from django.shortcuts import render
def tenant_list_view(request):
tenants = [
{"name": "ABC Law Firm", "type": "Office"},
{"name": "XYZ Retail Store", "type": "Retail"},
{"name": "PQR Media", "type": "Office"},
{"name": "MNO Cafe", "type": "Retail"},
]
office_tenants = [t for t in tenants if t['type'] == 'Office']
retail_tenants = [t for t in tenants if t['type'] == 'Retail']
context = {
'office_tenants': office_tenants,
'retail_tenants': retail_tenants,
}
return render(request, 'template.html', context)
### Step 4: Convert to HTML String
If you need to store this HTML in a Django model field, you can render the template to a string:
python
from django.template.loader import render_to_string
def get_tenant_html(tenants):
office_tenants = [t for t in tenants if t['type'] == 'Office']
retail_tenants = [t for t in tenants if t['type'] == 'Retail']
context = {
'office_tenants': office_tenants,
'retail_tenants': retail_tenants,
}
html = render_to_string('template.html', context)
return html
# Example usage
tenants = [
{"name": "ABC Law Firm", "type": "Office"},
{"name": "XYZ Retail Store", "type": "Retail"},
{"name": "PQR Media", "type": "Office"},
{"name": "MNO Cafe", "type": "Retail"},
]
tenant_html = get_tenant_html(tenants)
# Save tenant_html to your Django model field
### Final HTML Output
Here's what the final HTML output might look like:
Tenants at 518 W 145th St
Office Tenants:
Retail Tenants:
- XYZ Retail Store
- MNO Cafe
This HTML can be saved in a Django model field as a string.
Internet Providers at 518 W 145th St, Manhattan, NYC:
- Verizon: Offers Fiber service with speeds up to 2,300 Mbps.
- Earthlink: Provides Fiber service with speeds up to 2,300 Mbps.
- Spectrum: Offers Cable service with speeds up to 1,000 Mbps.
- Astound Broadband: Provides Cable service with speeds up to 1,500 Mbps.
- T-Mobile Home Internet: Offers Fixed Wireless service with speeds up to 100 Mbps.
- STARRY: Provides Fixed Wireless service with speeds up to 300 Mbps.
- Viasat and HughesNet: Offer Satellite internet with speeds up to 100 Mbps and 25 Mbps respectively.
518 W 145th St, Manhattan, NYC is located near several transportation options:
- Bus: BX19, M10, M2
- Train: Harlem, Hudson lines
- Subway: A, B, D, 3, 1 lines
Cross streets include:
- Frederick Douglass Blvd
- Adam C Powell Blvd
- Saint Nicholas Ave
Nearby Office Tenants Leased- HealthSTAR Public Relations leased 16,500 SF at 902 Broadway
- Lux Capital leased 6,500 SF at 920 Broadway
- Chef Tom Kurokawa leased 4,000 SF at 928 Broadway
- Full Picture leased 2,099 SF at 915 Broadway
- Creative Arts & Media leased 975 SF at 900 Broadway
Nearby Retail Tenants Leased- Valley National Bank leased 20,000 SF at 924 Broadway
- WeWork leased 7,460 SF at 902 Broadway
- Brideside Bride leased 3,500 SF at 20 East 20th Street
- Damien Scoditti leased 3,500 SF at 920 Broadway
- Bandier leased 2,800 SF at 915 Broadway