Dirección: | 38 E 19th St |
Otras Direcciones: | 38 E 19th St |
Código postal: | 10003 |
Neighborhood: | Gramercy Park |
Borough: | Manhattan |
# de Pisos: | 10 |
Year Built: | 1900 |
Building Class: | C |
38 East 19th Street, located in Manhattan, NYC, is part of a historic building complex that includes 888 Broadway. The first portion of the building was constructed in 1881-1882 for the prominent rug and carpet firm of W. & J. Sloane. It sits on an irregular 20,000 square foot, L-shaped parcel at the southeast corner of Broadway and East 19th Street, with additional frontage on East 18th Street.
In 1898, a major ten-story addition was made to the east side of the building on East 19th Street to serve as a carpet warehouse. After W. & J. Sloane moved uptown to Fifth Avenue and 47th Street in 1912, the building was subdivided and leased to numerous tenants for salesrooms and light manufacturing.
ABC Carpet & Home began occupying the building, and in 2017, Normandy Real Estate Partners became partners and owners of the building with ABC Carpet & Home. The area reflects architectural influences from the City Beautiful Movement, inspired by the 1893 Chicago World's Fair.
To convert the address "38 E 19th St, Manhattan, NYC" into HTML and save it in a Django model field, you can simply wrap the address in HTML tags. Here's how you can do it:
38 E 19th St, Manhattan, NYC
If you want to make it more structured, you could use HTML elements like `
`:
38 E 19th St, Manhattan, NYC
In Django, you can store this HTML in a `TextField` or `CharField` depending on the length and complexity of the content. Here's an example model:
python
from django.db import models
class Address(models.Model):
address_html = models.TextField()
Then, you can save the HTML address in the model like this:
python
address = Address(address_html="38 E 19th St, Manhattan, NYC")
address.save()
When displaying this in a Django template, ensure you use the `safe` filter to prevent Django from escaping the HTML:
{{ address.address_html | safe }}
38 East 19th Street, Manhattan, NYC Building Amenities
- Prebuilt Office Spaces: Brand new installations designed by Fogarty Finger, featuring 1 conference room, 1 meeting room, 3 offices, pantry, and open area for 24 workstations.
- Exclusive Roof Deck: Available for tenant use only on the 888 Broadway side of the building.
- Connection to 888 Broadway: Seamless integration with adjacent building.
- Prime Location: Situated between Park Ave South & Broadway, near Union Square.
38 East 19th Street, Manhattan, NYC
This location is home to abcV, a renowned plant-based restaurant by Jean-Georges.
Current Tenants:
- abcV - Plant-based restaurant
For a comprehensive list of tenants, please contact the building management or visit their official website.
**Note:** The current search results do not provide a complete list of office and retail tenants at 38 East 19th Street. The above HTML includes abcV as a known tenant. Additional tenants should be researched and added as necessary.
To save this in a Django model field, ensure the field is defined as a `TextField` or similar to accommodate HTML content.
**Example Django Model Field:**
python
from django.db import models
class LocationDescription(models.Model):
description = models.TextField() # Field to store HTML content
**Saving HTML Content:**
python
location_description = LocationDescription(description="...
") # Replace with the actual HTML
location_description.save()
Internet Providers at 38 E 19th St, Manhattan, NYC
Midtown Manhattan, where 38 E 19th St is located, offers a variety of internet service providers. Here are some of the top providers available in the area:
- Spectrum: Offers cable and fiber services with speeds up to 1,000 Mbps. Availability is approximately 99.5% in Midtown.
- Verizon: Provides fiber and fixed wireless services with speeds up to 2,300 Mbps. Fiber availability is about 95.3% in Midtown.
- Astound Broadband: Offers cable and fiber services with speeds up to 1,500 Mbps. Cable availability is about 97.6% in Midtown.
- Earthlink: Known for its high-speed fiber internet with speeds up to 2,300 Mbps.
- T-Mobile Home Internet: Offers fixed wireless service with speeds up to 100 Mbps.
For specific availability at 38 E 19th St, it's advisable to check with each provider directly.
38 E 19th St, Manhattan, NYC is located near several transportation options:
- Bus: BM3, M101, M102, M103, M15-SBS
- Train: HARLEM, HUDSON, PATH, RONKONKOMA BRANCH
- Subway: 4, 5, L, N, Q, R
Cross streets include:
Nearest subway station is 23 St, a 7-minute walk away.
Nearest bus stop is 3 Av/E 20 St, a 1-minute walk away.
None
None