Bulding Address: | 36-38 E 20th St |
Building Alternate address: | 206 W 137th St |
Zip Code: | 10003 |
Neighborhood: | Gramercy Park |
Borough: | Manhattan |
Stories: | 8 |
Year Built: | 1901 |
Building Class: | C |
The building at 36-38 East 20th Street in Manhattan, NYC, has a rich history dating back to the late 19th century. Originally, the site was home to two three-story brick and brownstone residences owned by the Remsen Estate. These homes were used by high-end dressmakers in the 1890s, with the Gramercy Laundry operating from the basement of No. 38 in 1895.
As the millinery and apparel districts expanded northward, the real estate's potential for commercial use increased. In January 1899, the properties were sold to Boehm & Coon, who promptly resold them to speculative developer John Walker. Walker commissioned architect Franklin Baylies to design an eight-story loft and store structure on the site.
The building was completed with a fireproof design featuring brick, stone, and terra cotta. Over the years, it housed various tenants, including Pomeranze Bros., makers of cloaks and suits, and Tuttman Bros. & Rosen, producers of children's clothing. As the garment district moved north, the building's tenants shifted to include manufacturers of paper boxes and barber supplies.
Despite changes in ownership and tenants, the building's exterior has remained largely unchanged. Today, the ground floor retail space is home to a trendy restaurant, while the upper floors retain their original Edwardian façade.
To convert an address into HTML and save it in a Django model field, you can simply store the HTML representation as a string. Here's how you might do it:
1. **Create a Django Model Field**:
First, ensure you have a model field that can hold HTML content. Typically, you would use a `TextField` for this purpose.
python
from django.db import models
class Address(models.Model):
address_html = models.TextField()
2. **Convert Address to HTML**:
You can manually create the HTML representation of the address. Here's an example:
python
address = "36-38 E 20th St, Manhattan, NYC"
address_html = f"
{address}
"
3. **Save HTML in Django Model**:
Now, you can save this HTML string in your Django model.
python
address_obj = Address(address_html=address_html)
address_obj.save()
4. **Displaying HTML in Templates**:
When displaying this HTML in a Django template, ensure you use the `| safe` filter to prevent Django from escaping the HTML.
{{ address_obj.address_html | safe }}
This approach allows you to store and display HTML content directly in your Django application.
### Complete Example
Here's a complete example of how you might implement this:
#### models.py
python
from django.db import models
class Address(models.Model):
address_html = models.TextField()
#### views.py
python
from django.shortcuts import render
from .models import Address
def display_address(request):
address = "36-38 E 20th St, Manhattan, NYC"
address_html = f"
{address}
"
# Save or retrieve the address
address_obj, created = Address.objects.get_or_create(address_html=address_html)
return render(request, 'display_address.html', {'address_obj': address_obj})
#### display_address.html
Display Address
{{ address_obj.address_html | safe }}
This setup allows you to store and display HTML content for addresses in your Django application.
36-38 E 20th St, Manhattan, NYC offers the following building amenities:
- Bus Line
- Metro/Subway
- Signage
36-38 E 20th St, Manhattan, NYC
This eight-story office building is located in the Flatiron District of Manhattan. It offers convenient access to major transportation lines and is equidistant from Madison Square, Union Square, and Gramercy Park.
Building Details
- Location: Flatiron District, Manhattan
- Stories: 8
- Year Built: 1901 (last altered in 1985)
- Building Class: Office with Commercial 7-19 Stories (O6)
- Lot Size: 3,680 sqft
- Building Size: Approximately 27,446 sqft (though LoopNet lists it as 26,000 sqft)
Current Tenants
Unfortunately, specific details about the current office and retail tenants in the building are not available in the provided information. However, the building is noted to be suitable for fashion and TAMI (Technology, Advertising, Media, and Information) tenants.
Leasing Information
The landlord is willing to modify existing installations to accommodate new tenants. The building's floorplates are approximately 4,125 sqft, making it ideal for various office uses.
Neighborhood
The Flatiron District offers a vibrant mix of commercial and residential spaces, with nearby access to several parks and public transportation options.
Internet Providers at 36-38 E 20th St, Manhattan, NYC:
- Verizon Fios: Known for high speeds up to 2 Gbps and reliable service.
- Astound Broadband Powered by RCN: Offers both cable and fiber services with competitive pricing.
- Spectrum: Provides widespread coverage with speeds up to 1 Gbps.
36-38 E 20th St, Manhattan, NYC is conveniently located near several public transportation options.
Public Transportation
- Bus: The nearest bus lines include the M1, M2, M102, and BM4, with stops such as Park Av South/E 21 St and Park Av South/E 22 St.
- Subway: The closest subway stations are 23 St and 14 St-Union Sq, served by lines 6, 6X, L, N, R, and W.
- Train: The Babylon Branch train line is also nearby.
Cross Streets
The location is situated between Park Avenue and Broadway, with nearby cross streets including 20th Street and 21st Street.
Nearby Office Tenants Leased- ODA Architecture leased 11,985 SF at 250 Park Avenue South
- Creative Arts & Media leased 975 SF at 900 Broadway
Nearby Retail Tenants Leased- Brideside Bride leased 3,500 SF at 20 East 20th Street