Dirección: | 838 Broadway |
Nombre del Edificio: | Hyde Park Bldg |
Otras Direcciones: | None |
Código postal: | 10003 |
Neighborhood: | Gramercy Park |
Borough: | Manhattan |
# de Pisos: | 6 |
Year Built: | 1913 |
Building Class: | C |
The building at 838 Broadway in Manhattan, NYC, has a rich history tied to the Demorest family, one of New York City's early prominent families. They lived and worked there until 1875, contributing to the area's fashion industry.
Before the current cast-iron buildings were constructed, the area was primarily residential, with elegant townhouses attracting elite New Yorkers. The transformation to commercial use began in the late 19th century, with the construction of store-and-loft buildings like the one at 836 Broadway, designed by Stephen Decatur Hatch in 1876.
Although specific details about the building at 838 Broadway are not readily available, it is part of a broader historical context where Broadway transitioned from residential to commercial use, especially after the Civil War. This shift was marked by the construction of cast-iron store-and-loft buildings, which were popular for their flexibility and fireproof qualities.
The area became a hub for various industries, including garment manufacturing, which was a significant employer in New York City during the early 20th century. The garment industry's presence was evident in the lofts and showrooms along Broadway, including those in nearby buildings like 836 Broadway.
838 Broadway, Manhattan, NYC is a historic building located in the heart of Greenwich Village. Originally built in 1876, it features a French Second Empire-style architecture designed by Stephen Decatur Hatch. The building has six floors and is known for its cast-iron facade and Néo-Grec details. It has been home to various tenants, including NYU offices and recently, a fintech firm named GlossGenius. The property is valued at over $4.5 million and offers a unique blend of historical charm and modern amenities.
838 Broadway, Manhattan, NYC offers the following building amenities:
- Original cast-iron facade and Néo-Grec detailing
- Modern finishes and renovated interiors
- New mechanicals, HVAC, plumbing, and electrical systems
- New storefronts on both Broadway and 13th Street
- Expanded lobby
- Second elevator added
- Extraordinary ceiling heights ranging from 13 to 26 feet
838 Broadway, Manhattan, NYC
This building is located in the Gramercy Park neighborhood of Manhattan and was first built in 1876, though some sources indicate it was rebuilt or renovated in 1913. It is a 6-story office building.
Current Tenants
Unfortunately, specific details about the current office and retail tenants in 838 Broadway are not available in the provided information. However, the building offers various office spaces for lease.
Office Space Details
Type of Space |
Class A |
Class B |
Class C |
Windowed office/person |
$2,000/mo |
$1,250/mo |
$750/mo |
Interior office/person |
$1,250/mo |
$750/mo |
$500/mo |
Building Specifications
- Location: Gramercy Park, Manhattan
- Year Built: 1876 (or 1913 for renovations)
- Stories: 6
- Building Class: C
To save this HTML in a Django model field, you would typically use a `TextField` in your model. Here's a simple example of how you might define such a field:
python
from django.db import models
class BuildingInfo(models.Model):
building_html = models.TextField(blank=True, null=True)
You can then save the HTML content into this field using Django's ORM. For example:
python
building_info = BuildingInfo()
building_info.building_html = """
...
""" # Insert the HTML here
building_info.save()
To convert the text about internet providers at 838 Broadway, Manhattan, NYC into HTML and save it in a Django model field, you can use a simple HTML structure. Here's how you might format it:
Internet Providers at 838 Broadway, Manhattan, NYC:
- Verizon Fios: Known for high speeds up to 2.3 Gbps and reliable service.
- Astound Broadband Powered by RCN: Offers both cable and fiber services with speeds up to 1.5 Gbps.
- Spectrum: Provides cable internet with speeds up to 1 Gbps.
This HTML can be saved directly into a Django model field that supports rich text or HTML content.
If you're using a Django model field like `TextField` or `RichTextField` (from a package like `django-ckeditor`), ensure the field is configured to allow HTML content. Here's a basic example of how you might define such a field in your Django model:
python
from django.db import models
class BuildingDetails(models.Model):
address = models.CharField(max_length=200)
internet_providers_info = models.TextField() # For plain text or HTML
# Alternatively, use RichTextField for more advanced HTML editing
# internet_providers_info = RichTextField() # Requires django-ckeditor or similar
Then, you can save the HTML content into the `internet_providers_info` field.
To convert text to HTML programmatically in Django, you might use a library like `django-ckeditor` for rich text editing or simply store the HTML content as a string in your model.
For a more dynamic conversion (e.g., converting plain text to HTML), you would need to implement a custom function or use an existing library that can parse and convert text into HTML format. However, for static content like the example above, simply storing the HTML string is sufficient.
838 Broadway is located in Manhattan, New York City. The building is situated near several major cross streets, including East 13th Street. For transportation, it is accessible via multiple subway lines nearby, such as the N, Q, R, W, 4, 5, 6 trains at the 14th Street – Union Square station.
None
None