Bulding Address: | 49 W 38th St |
Building Name: | 49 West 38th Street |
Building Alternate address: | 49 W 38th St |
Postleitzahl : | 10018 |
Neighborhood: | Penn Plaza/Garment |
Borough: | Manhattan |
Stories: | 16 |
Year Built: | 1924 |
Building Class: | C |
Block & lot: | 00840-0013 |
49 W 38th St, Manhattan, NYC
This building is located in the Garment District of Manhattan and was constructed in 1924. It is a 16-story office building with commercial spaces, classified as an Office with Commercial 7-19 Stories (O6) type. The building has a total area of 63,412 square feet and sits on a lot of 5,036 square feet.
The building was last altered in 1979. It is currently valued at $12,569,000 by the tax assessor, with an estimated annual property tax of $589,665.
There are no recorded sales for this property in available public records.
To store and display an address like "49 W 38th St, Manhattan, NYC" in an HTML format within a Django model field, you can use a `CharField` or `TextField` to store the address and then convert it to HTML when displaying it. However, since you want to return only HTML, you can format the address as HTML and store it directly. Here's how you might do that:
49 W 38th St, Manhattan, NYC
If you want to dynamically generate this HTML from a string in Django, you can do so in your view or template. However, storing HTML directly in a model field is generally not recommended unless you have a specific reason to do so.
### Storing in Django Model
If you still want to store the HTML in a Django model, you can use a `TextField`:
python
from django.db import models
class Address(models.Model):
address_html = models.TextField()
Then, you can store the HTML string in this field:
python
address = Address.objects.create(address_html="
49 W 38th St, Manhattan, NYC
")
### Displaying in Template
To display this in a Django template, ensure you use the `safe` filter to avoid HTML escaping:
{{ address.address_html|safe }}
This will render the HTML correctly in your template.
### Note
Storing HTML directly in the database is generally discouraged unless you have a specific use case that requires it. It's usually better to store plain text and format it as needed in your templates or views.
Building Amenities at 49 W 38th St, Manhattan, NYC:
- 24-Hour Access: Available 7 days a week.
- Modern Lobby: Features a uniformed security guard, new A/C, lighting, and lobby desk.
- Lockoff Elevators: Upgraded elevator cars for secure access.
- Tenant-Controlled A/C: Available on each floor for personalized climate control.
- Natural Light: Oversized operable windows on all four sides provide excellent natural light.
- Transportation Access: Conveniently located near Times Square and Herald Square subway hubs with access to the 7, B, D, F, M, N, Q, R, and W trains.
- Build-to-Suit Options: Landlord offers build-to-suit services for customized office spaces.
- Restored Facade and New Storefront: Enhanced exterior appearance.
49 West 38th Street, Manhattan, NYC
This building, located in the Garment District, was built in 1924 and features 16 stories with a total of 63,412 square feet. It is classified as an Office with Commercial 7-19 Stories (O6) building.
Building Overview
- Year Built: 1924
- Year Last Altered: 1979
- Stories: 16
- Total Square Feet: 63,412
- Neighborhood: Garment District
- Zip Code: 10018
Current Tenants
Unfortunately, the current list of office and retail tenants is not available in the provided data. However, the building offers various office spaces for lease.
Available Office Spaces
Floor |
Size (SF) |
Rental Rate |
Condition |
Available |
7th Floor |
4,600 |
$35.00/SF/YR |
Shell Space |
Now |
11th Floor |
3,750 |
Upon Request |
Shell Space |
Now |
14th Floor |
2,800 |
Upon Request |
Full Build-Out |
June 01, 2025 |
Amenities and Features
- Restored facade and new storefront
- 24-hour/7-day access
- Lockoff elevators with upgraded cars
- Recent lobby updates including A/C, new lighting, and new lobby desk
- Convenient access to Times Square and Herald Square subway hubs
Internet Providers at 49 W 38th St, Manhattan, NYC:
- Spectrum: Offers cable and fiber internet with download speeds up to 300 Mbps and upload speeds up to 20 Mbps.
- Verizon: Provides DSL and fiber internet with download speeds up to 940 Mbps and upload speeds up to 880 Mbps.
- Astound Broadband: Offers cable and fiber internet with download speeds up to 1 Gbps.
- Optimum: Provides cable internet with download speeds up to 400 Mbps.
- Starry: Offers fiber and fixed wireless internet with download speeds up to 200 Mbps.
49 W 38th St, Manhattan, NYC is located near several major transportation hubs and cross streets.
Nearest Transportation Options:
- Subway: The nearest subway stations are 42 St-Port Authority Bus Terminal (2 min walk) and 34 St-Hudson Yards (9 min walk). Subway lines include 1, 3, A, S, C, E, 7, and 7X.
- Bus: Bus lines such as 108, 119, 158, 166, BM3, M11, M20, and M34A-SBS stop nearby.
- Train: The nearest train station is 34 St-Penn Station (1 min walk), with lines including HARLEM, PATH, and PORT JEFFERSON BRANCH.
Nearest Cross Streets:
- 6th Avenue is a major cross street nearby.
- 5th Avenue is also close, offering additional shopping and dining options.
For precise directions and schedules, using a transit app like Moovit can be helpful.
None
None