Dirección: | 21-23 W 39th St |
Otras Direcciones: | 21-23 W 39th St |
Código postal: | 10018 |
Neighborhood: | Penn Plaza/Garment |
Borough: | Manhattan |
# de Pisos: | 6 |
Year Built: | 1920 |
Building Class: | C |
Block & lot: | 00841-0026 |
There is no specific historical information available for the building at 21-23 W 39th St, Manhattan, NYC. However, the area is known for its rich history and architectural significance, with nearby landmarks like the Engineering Societies' Building at 25-33 W 39th St, which was constructed in 1907 and served as a clubhouse for various engineering societies.
To convert the address "21-23 W 39th St, Manhattan, NYC" into HTML and save it in a Django model field, you can use a `CharField` or `TextField` in your model. However, since you want to include HTML formatting, you should ensure that the field does not automatically escape HTML. Here's how you might do it:
### Model Field
First, define your model with a `CharField` or `TextField`:
python
from django.db import models
class Address(models.Model):
address = models.CharField(max_length=255, help_text="Address with HTML formatting")
### Saving HTML in the Field
To save HTML in this field, you can simply assign the HTML string to the field:
python
address_obj = Address(address="
21-23 W 39th St, Manhattan, NYC
")
address_obj.save()
### Displaying in a Template
When displaying this in a Django template, ensure that Django does not escape the HTML by using the `safe` filter:
{{ address_obj.address|safe }}
This will render the HTML correctly in your template.
### Note
Be cautious when storing and displaying user-input HTML to avoid XSS vulnerabilities. Always ensure that the HTML is sanitized or comes from a trusted source.
### HTML for the Address
If you want to specifically format the address with HTML, you could use something like this:
21-23 W 39th St, Manhattan, NYC
Or with more detailed formatting:
Address: 21-23 W 39th St,
Neighborhood: Manhattan,
City: NYC
This HTML can be saved directly into your Django model field as a string.
Currently, there is no detailed information available on the building amenities for 21-23 W 39th St, Manhattan, NYC. However, nearby properties like 23 W 39th St offer mixed-use spaces with features such as:
- Restaurant space with 2,500 square feet on the ground floor and 1,500 square feet in the basement.
- Vented with a hood and gas meter in place.
- Hardwood floors.
- 44-foot bar.
- 12-foot ceilings with original moldings and custom millwork.
- Multiple bathrooms.
21-23 W 39th St, Manhattan, NYC
This office building is located at 21-23 W 39th St, New York, NY 10018. It is a 6-story building with a total size of 17,045 SF, built in 1920, and classified as a Class C office building.
Current Tenants
Unfortunately, the current list of office and retail tenants in the building is not available. However, the building is available for lease and can accommodate most uses.
Building Features
- Electric Direct To Con ED
- Bus Line and Metro/Subway Access
- Property Manager on Site
- Landlord Will Build To Suit
Available Spaces
- Single tenant spaces available, including options for 1,700 sq. ft. and 2,500 sq. ft.
- Undisclosed lease rates for the available spaces.
This HTML content can be saved in a Django model field to provide information about the building and its features. However, note that the specific list of tenants is not available in the provided search results.
Internet Providers at 21-23 W 39th St, Manhattan, NYC:
- Verizon Fios: Known for high speeds up to 2.3 Gbps and reliable service. Plans start at $49.99.
- Astound Broadband Powered by RCN: Offers both cable and fiber services with speeds up to 1.5 Gbps. Plans start at $20.
- Spectrum: Provides cable internet with speeds up to 1 Gbps. Plans start at $30.
- Optimum: Offers cable and fiber internet with speeds up to 8 Gbps. Plans start at $40.
Location: 21-23 W 39th St, Manhattan, NYC
Transportation Options:
- Bus: M12, M42, M50
- Train: Harlem, Hudson, Port Washington Branch
- Subway: 2, 7, 7X, A, Q
- Ferry: Midtown West/W 39th St-Pier 79
Cross Streets:
- 6th Avenue
- 5th Avenue
- 12th Avenue
Nearest Subway Station: 34 St-Hudson Yards
Nearest Bus Stop: 12 Av/W 40 St
None
None