Bulding Address: | 827-829 Broadway |
Building Alternate address: | None |
Zip Code: | 10003 |
Neighborhood: | Gramercy Park |
Borough: | Manhattan |
Stories: | 4 |
Year Built: | 1855 |
Building Class: | C |
Block & lot: | 00564-0019 |
827-829 Broadway, located in Manhattan, NYC, is a historically significant building constructed between 1866 and 1867. It was designed by architect Griffith Thomas and commissioned by Pierre Lorillard III, heir to the P. Lorillard Tobacco Company. The building is an example of Italianate architecture with Neo-Grec elements and was originally used as a "first-class store and storehouse."
Early tenants included the daguerreotypist Harry Glosser and the cabinetmaker Alexander Roux, whose works are now part of the Metropolitan Museum of Art collection. From 1874 to 1881, the building housed Wilson's Sewing Machine Rooms, showcasing the latest sewing machines.
In the mid-20th century, the area around Union Square became a hub for artists, attracting prominent figures of the Abstract Expressionist movement. Although 827-829 Broadway itself was not primarily associated with these artists, its proximity to 831 Broadway, where notable artists like Willem and Elaine de Kooning worked, underscores its cultural significance.
The building's architectural style and historical importance make it a valuable part of New York City's heritage, reflecting the evolution of commercial and artistic activities in the area.
To convert the address "827-829 Broadway, Manhattan, NYC" into HTML and save it in a Django model field, you can use a simple HTML string. Here's how you might represent it:
827-829 Broadway, Manhattan, NYC
However, if you want to include more details or formatting, you could use additional HTML elements:
Address: 827-829 Broadway,
Neighborhood: Manhattan,
City: NYC
In Django, you would typically store this in a `TextField` or `CharField` depending on the length and complexity of the data. Here's an example of how you might define a model field for this:
python
from django.db import models
class Location(models.Model):
address = models.TextField() # or models.CharField(max_length=255)
Then, you could save the HTML string in the `address` field:
python
location = Location.objects.create(
address="
827-829 Broadway, Manhattan, NYC
"
)
Or, if you're using a form:
python
# In your views.py
from django.shortcuts import render
from .forms import LocationForm
def create_location(request):
if request.method == 'POST':
form = LocationForm(request.POST)
if form.is_valid():
form.save()
return render(request, 'success.html')
else:
form = LocationForm()
return render(request, 'create_location.html', {'form': form})
# In your forms.py
from django import forms
from .models import Location
class LocationForm(forms.ModelForm):
class Meta:
model = Location
fields = ('address',)
In your template, ensure that the HTML is rendered safely using the `safe` filter:
{{ location.address|safe }}
827-829 Broadway, Manhattan, NYC offers the following building amenities:
- Location: Near Union Square, ideal for retail and commercial use.
- Architecture: Italian Renaissance-inspired with Italianate style and neo-Grec elements.
- Space Options:
- Basement: 4,035 SF, full build-out, available for retail use.
- Ground Floor: 3,554 SF, full build-out, suitable for retail or café space.
- Mezzanine: 1,050 SF, full build-out, ideal for additional retail space.
- Features: Double height ceilings, existing restrooms, ability to vent, high ceilings.
- Flexibility: Can be combined with adjacent spaces for larger areas.
- Historical Significance: Associated with the Abstract Expressionist art movement.
827-829 Broadway, Manhattan, NYC
This historic building, constructed in the 1860s, has been a hub for various businesses over the years. Currently, it hosts a mix of office and retail tenants.
Office Tenants:
- Art Galleries: Known for housing artists and art-related businesses.
- Design Studios: Various design studios utilize the building's adaptable lofts.
- Technology Startups: Some tech startups have offices here, leveraging the area's vibrant atmosphere.
Retail Tenants:
- Artisanal Shops: Specialty stores offering unique handmade goods.
- Cafes and Restaurants: Local eateries and cafes serving the community.
- Independent Boutiques: Fashion and lifestyle boutiques showcasing local designers.
Note: The list of tenants may vary as businesses evolve and new ones move in.
**To save this in a Django model field:**
1. Ensure your model has a field capable of storing HTML content, such as a `TextField` or `CharField` with sufficient length.
2. Use Django's ORM to create or update a model instance with this HTML content.
Example:
python
from django.db import models
class BuildingDescription(models.Model):
description = models.TextField()
# To save the HTML content
description = BuildingDescription(description="
...
") # Insert the HTML here
description.save()
This approach allows you to store and retrieve HTML content directly within your Django application.
To convert the text about internet providers at 827-829 Broadway, Manhattan, NYC into HTML for saving in a Django model field, you can use a simple HTML structure. However, the specific internet providers available at that exact address are not detailed in the search results. Assuming typical providers in Manhattan, here's a basic HTML structure:
Internet Providers at 827-829 Broadway, Manhattan, NYC:
- Verizon: Offers fiber-optic internet with speeds up to 2.3 Gbps.
- Spectrum: Provides cable internet with speeds up to 1 Gbps.
- Astound Broadband Powered by RCN: Offers both cable and fiber services with speeds up to 1.5 Gbps.
- Optimum: Available with cable and fiber options, offering speeds up to 8 Gbps.
This HTML can be saved directly into a Django model field, assuming the field is designed to handle HTML content.
**Note**: The availability of these providers might vary depending on the specific location within Manhattan. For precise information, checking with each provider or using an internet availability tool by address is recommended.
827-829 Broadway, Manhattan, NYC is located in the heart of Greenwich Village. The closest subway station is Broadway & 14th St, which serves the L, N, Q, R, 4, 5, and 6 lines, approximately 0.078 miles away.
Bus routes nearby include the X17 at Broadway/E 13 St, about 0.068 miles away.
The cross streets for this location are Broadway and East 12th Street.
Nearby Office Tenants Leased- Centro leased 26,235 SF at 841 Broadway
- SDC Capital Partners leased 9,890 SF at 817 Broadway
- Unpakt LLC leased 4,500 SF at 99 University Pl
- Olah Inc. leased 4,000 SF at 833 Broadway
- Somo Global Inc. leased 3,233 SF at 821 Broadway
- Inspired Capital leased 3,162 SF at 809 Broadway
- Bishop and Carroll leased 1,358 SF at 853 Broadway
Nearby Retail Tenants Leased- Shaw Industries leased 7,963 SF at 853 Broadway
- Vapiano leased 7,000 SF at 113 University Pl
- Pret A Manger leased 4,300 SF at 821 Broadway
- Maison Kayser leased 3,000 SF at 841 Broadway
- Ricky's NYC leased 2,600 SF at 830 Broadway
- Mi Garba leased 1,191 SF at 127 Fourth Ave
- The Hummus & Pita Co. leased 900 SF at 815 Broadway