大楼地址: | 356-358 W 40th St |
Building Alternate address: | 356-358 W 40th St |
邮政编码: | 10018 |
邻里: | Penn Plaza/Garment |
自治市镇: | Manhattan |
故事:: | 6 |
Year Built: | 1920 |
Building Class: | C |
Block & lot: | 00763-0072 |
356-358 W 40th St, located in the heart of Manhattan's Garment District, is a historic building constructed in 1920. This six-story structure is classified as an Office Only building (O2) and features a total building area of approximately 10,980 square feet, with a lot size of 1,886 square feet.
The property has been involved in several transactions over the years. Notably, it was purchased on January 12, 2024, for $838,000. The building's tax assessor's market value is estimated at $1,666,000 as of the 2024-2025 tax year.
Currently, the building offers a 1,650 square foot ground floor space for lease, ideal for restaurants or speakeasies. This space includes high ceilings, private bathrooms, a kitchen, a fully stocked bar, a piano, and a speaker system, along with a liquor license. The location benefits from heavy foot traffic and proximity to major subway lines and bus routes.
To convert the address "356-358 W 40th St, Manhattan, NYC" into HTML and save it in a Django model field, you can use a simple HTML format. Here's how you can represent it:
356-358 W 40th St, Manhattan, NYC
If you want to make it more structured or include additional details, you might consider using HTML elements like `
` or `` for specific parts of the address:
Street: 356-358 W 40th St
Neighborhood: Manhattan
City: NYC
In Django, you can store this HTML in a model field like `TextField` or `CharField`, depending on the length and complexity of the data. Here's an example using `TextField`:
python
from django.db import models
class Address(models.Model):
address_html = models.TextField()
Then, you can save the HTML string in this field:
python
address = Address.objects.create(address_html="...")
Ensure that when displaying this HTML in a Django template, you use the `safe` filter to prevent Django from escaping the HTML:
{{ address.address_html|safe }}
356-358 W 40th St, Manhattan, NYC Building Amenities
- Location: Garment District, Midtown West
- Space Type: Restaurant/Speakeasy
- Space Size: 1,650 SF
- Features:
- High 14' Ceilings
- 2 Private Bathrooms
- Kitchen
- Fully Stocked Bar
- Piano
- Speaker System
- Liquor License
- Accessibility:
- Heavy Foot Traffic
- Walking Distance to A, C, E, N, Q, R, W, S & 7 Subway Lines
- Plenty of Buses, Restaurants, Bars, and Activities Nearby
- Neighborhood Points of Interest:
- Times Square (0.39 miles)
- Moynihan Train Hall (0.44 miles)
- Port Authority Bus Terminal (0.19 miles)
356-358 W 40th St, Manhattan, NYC
This building is primarily used for retail purposes, with one space currently available for lease.
Current Tenants:
- Restaurant: The building's general use is restaurant, but specific tenant details are not available.
Note: The list of tenants may not be comprehensive due to limited information available.
To convert the information about internet providers at 356-358 W 40th St, Manhattan, NYC into HTML and save it in a Django model field, you can use the following HTML structure. Note that specific internet providers for this exact address might not be detailed in the search results, so I'll provide a general template based on common providers in Manhattan:
Internet Providers at 356-358 W 40th St, Manhattan, NYC:
- Spectrum: Offers cable internet with speeds up to 1,000 Mbps, available to most of Manhattan.
- Earthlink: Provides fiber internet with speeds up to 2,300 Mbps, available to 91% of Manhattan homes.
- Verizon: Offers fiber internet with speeds up to 2,300 Mbps, available to 91% of Manhattan homes.
- STARRY: Known for high customer satisfaction, offers fixed wireless internet with speeds up to 1,000 Mbps.
- T-Mobile Home Internet: Offers fixed wireless internet with speeds up to 100 Mbps.
To save this in a Django model field, you would typically use a `TextField` or `CharField` depending on the length of the content. Here's a simple example of how you might define the field in your Django model:
python
from django.db import models
class BuildingDetails(models.Model):
address = models.CharField(max_length=255)
internet_providers_info = models.TextField() # Use this field to store the HTML content
def __str__(self):
return self.address
Then, you can create an instance of `BuildingDetails` and save the HTML content:
python
# Example of creating and saving an instance
building = BuildingDetails(
address='356-358 W 40th St, Manhattan, NYC',
internet_providers_info='''
Internet Providers at 356-358 W 40th St, Manhattan, NYC:
- Spectrum: Offers cable internet with speeds up to 1,000 Mbps, available to most of Manhattan.
- Earthlink: Provides fiber internet with speeds up to 2,300 Mbps, available to 91% of Manhattan homes.
- Verizon: Offers fiber internet with speeds up to 2,300 Mbps, available to 91% of Manhattan homes.
- STARRY: Known for high customer satisfaction, offers fixed wireless internet with speeds up to 1,000 Mbps.
- T-Mobile Home Internet: Offers fixed wireless internet with speeds up to 100 Mbps.
'''
)
building.save()
356-358 W 40th St, Manhattan, NYC is located near several transportation options:
- Bus Lines: 119, M11, M20, M42, Q32, M12, SIM8X, SIM22, SIM23, SIM24, SIM25, 158, BM3, BXM4, M55, QM4
- Subway Lines: 1, 2, 3, A, C, Q, R, E, 7, D, F
- Train Lines: PATH, Port Jefferson Branch, Port Washington Branch, Harlem
- Ferry Stations: Midtown / W. 39th St., Midtown West/W 39th St-Pier 79
Cross Streets:
- 9th Avenue
- 6th Avenue (Avenue of the Americas)
- 11th Avenue
Nearest Subway Station: 42 St-Bryant Pk (3 min walk)
Nearest Train Station: 33rd Street (3 min walk)
Nearest Bus Stop: W 40th St & 6th Ave (1 min walk)
None
None