Bulding Address: | 241 W 37th St |
Building Name: | Teri Jon Building |
Building Alternate address: | 241 W 37th St |
Postleitzahl : | 10018 |
Neighborhood: | Penn Plaza/Garment |
Borough: | Manhattan |
Stories: | 12 |
Year Built: | 1913 |
Building Class: | C |
Block & lot: | 00787-0020 |
241 West 37th Street, located in the Garment District of Manhattan, New York City, is a historic building constructed in 1913. It is classified as an Office with Commercial 7-19 Stories (O6) building, featuring 12 stories. The building underwent alterations in 1985. It has a total floor area of 87,802 square feet and sits on a lot of 7,406 square feet.
The building is known for its commercial spaces, with 65 available for lease. It has been a part of the vibrant commercial landscape of the Garment District, contributing to the area's rich history and economic activity.
Today, the building's tax assessor's market value is approximately $19,030,000, reflecting its significant presence in Manhattan's real estate market.
To save the address "241 W 37th St, Manhattan, NYC" as HTML in a Django model field, you can simply store it as a string. However, if you want to format it as HTML for display purposes, you might consider wrapping it in a `
` or `` tag. Here's how you can represent it:
241 W 37th St, Manhattan, NYC
If you want to store this in a Django model, you would typically use a `TextField` or `CharField` depending on the length and nature of the data. Here's a simple model example:
python
from django.db import models
class Address(models.Model):
address_html = models.TextField()
# To save the address
address = Address(address_html="
241 W 37th St, Manhattan, NYC
")
address.save()
However, if you're looking to convert a plain text address into HTML dynamically, you might do something like this in your view or model method:
python
def convert_to_html(address):
return f"
{address}
"
# Usage
address_text = "241 W 37th St, Manhattan, NYC"
address_html = convert_to_html(address_text)
# Then save address_html to your model
This approach ensures that any address you store is wrapped in HTML tags for display purposes.
241 W 37th St, Manhattan, NYC offers the following building amenities:
- Brand New Lobby and Hallways
- Hardwood Floors & High Ceilings
- Private Offices with Glass Entrances
- Amenity Lounge on the 5th Floor
- Attended Doorman
- Landlord Will Modify for Qualified Tenants
- Direct Access to Nearby Food Halls and Attractions
- Central Air Conditioning
- Security System
241 W 37th St, Manhattan, NYC
This building, known as the Teri Jon Building, is located between Seventh and Eighth Avenues in Manhattan. It offers a mix of office and retail spaces.
Building Details
- Class: B
- Total Square Feet: 88,400 RSF
- Number of Floors: 12
- Ownership: The Chetrit Group
Office Spaces
- 4th Floor, Ste 400: 1,386 SF, Partial Build-Out, Office
- 4th Floor, Ste 407: 835 SF, Shell Space, Office
- 9th Floor, Ste 924: 2,085 SF, Full Build-Out, Office
- 12th Floor, Ste 1205: 1,393 SF, Partial Build-Out, Office
Retail Spaces
- Space A (Tempo Paris): 2,750 SF Ground Floor, 1,300 SF Basement, Retail
- Space B (Wheelchair Rental Tenant): 1,220 SF Ground Floor, 1,221 SF Basement, Retail
Current Tenants
Due to the dynamic nature of commercial real estate, the list of current tenants may vary. However, the building is known for its high foot traffic area in a prime fashion corridor.
Amenities
- Brand new lobby and hallways
- Hardwood floors & high ceilings
- 3 private offices with (2) glass entrances
- Amenity lounge located on the 5th floor
- Attended doorman
To convert the information about internet providers available at 241 W 37th St, Manhattan, NYC into HTML and save it in a Django model field, you would first need to determine which providers are available at that specific location. However, the search results do not provide specific information about internet providers at that exact address. Instead, they offer general information about providers in NYC and Midtown Manhattan.
Here is a general HTML template you could use to display information about internet providers in a building. You would need to replace the placeholder text with actual data for your location.
Internet Providers at 241 W 37th St, Manhattan, NYC
- Spectrum: Cable, up to 1 Gbps, available in 82.7% of NYC
- Optimum: Fiber, up to 8 Gbps, available in 37% of NYC
- Verizon: Fiber, up to 2.3 Gbps, available in 85.3% of NYC
- T-Mobile Home Internet: 5G Internet, typical speeds between 133 Mbps – 415 Mbps
- Earthlink: Fiber, speeds up to 1,874 Mbps in Midtown
To save this HTML in a Django model field, you would typically use a `TextField` or `CharField` in your model, depending on the length of the text. Here is an example of how you might define such a field in a Django model:
python
from django.db import models
class BuildingDetails(models.Model):
address = models.CharField(max_length=200)
internet_providers_html = models.TextField()
Then, you can save the HTML content into the `internet_providers_html` field when creating or updating an instance of `BuildingDetails`.
python
building = BuildingDetails(
address="241 W 37th St, Manhattan, NYC",
internet_providers_html="
...
" # Insert the HTML here
)
building.save()
241 W 37th St, Manhattan, NYC is conveniently located near several transportation options:
- Subway: The nearest subway stations are 34 St-Penn Station and 34 St-Hudson Yards, both within a short walking distance.
- Bus: Bus lines 108, 158, 166, M34-SBS, and M34A-SBS stop nearby.
- Train: The closest train station is 34 St-Penn Station, accessible via the Empire Service, Harlem, PATH, and Port Jefferson Branch lines.
Cross streets include 8th Avenue and 9th Avenue.
None
None