Bulding Address: | 45 E 20th St |
Building Alternate address: | 45 E 20th St |
Postleitzahl : | 10003 |
Neighborhood: | Gramercy Park |
Borough: | Manhattan |
Stories: | 12 |
Year Built: | 1911 |
Building Class: | C |
Block & lot: | 00849-0031 |
45 E 20th St, Manhattan, NYC
This historic building is located in the Flatiron District of Manhattan, New York City. It was built in 1911 and designed by architect Frederick C. Zobel.
The building features a mix of office and retail spaces, with notable tenants including 2045 Studio, Inc., Frostbyte Technologies, Inc., Blue Matrix I LLC, Majesty's Pleasure, and Kids in the Game LLC.
It offers easy access to major subway lines, including the 6 Train at 23rd & Park, R, W at 23rd & Broadway, and F & PATH at 23rd & 6th Avenue.
The building has undergone renovations, including the restoration of its historic façade and lobby. It provides modern amenities such as 24/7 access and attended lobby services.
To convert the address "45 E 20th St, Manhattan, NYC" into HTML and save it in a Django model field, you can use a `TextField` in your model. Here's how you can define the model and convert the address to HTML:
### Model Definition
python
from django.db import models
class Address(models.Model):
address = models.TextField()
def __str__(self):
return self.address
### Converting Address to HTML
If you want to display the address in a specific HTML format, you can wrap it in HTML tags. However, for simplicity, let's just wrap it in a `
` tag:
45 E 20th St, Manhattan, NYC
### Saving HTML in Django Model
To save this HTML in your Django model, you can do something like this in your view or wherever you're handling the data:
python
address_obj = Address(address="
45 E 20th St, Manhattan, NYC
")
address_obj.save()
### Note
- Ensure you have run migrations after changing your model.
- Be cautious when storing user-input HTML to avoid XSS vulnerabilities.
### HTML Output
If you want to display this address in an HTML template, Django will automatically escape the HTML to prevent XSS attacks. To display the HTML as is, you can use the `safe` filter in your template:
{{ address_obj.address|safe }}
This will render the HTML correctly in your template.
45 E 20th St, Manhattan, NYC offers the following building amenities:
- Bus Line
- Metro/Subway
- Surface Parking
- Surface Tandem Parking
- Covered Parking
- Covered Tandem Parking
- Reserved Parking
- Historic landmark district architecture
- Proximity to 6 Train at 23rd & Park, R, W at 23rd & B'way, F & PATH at 23rd & 6th Ave
- Express 4, 5 at Union Square
- 2 modernized passenger elevators
- 1 manual freight elevator
- Newly restored historic district façade, lobby, and entryway
- Front door video/key card access
- 24/7, 365 access
- Tenant-controlled HVAC
- North and South exposures
45 E 20th St, Manhattan, NYC
This building is located in the Flatiron district of Manhattan and was built in 1911. It is a 12-story structure with 16 units.
Unfortunately, specific details about the current office and retail tenants are not readily available. However, the building is part of the vibrant Flatiron area, known for its mix of commercial and residential spaces.
General Information
- Year Built: 1911
- Stories: 12
- Units: 16
- Neighborhood: Flatiron
Tenant Information
Due to the lack of specific tenant data, the following is a general outline of potential business types that might be found in similar buildings:
- Office Tenants: Marketing firms, tech startups, financial services
- Retail Tenants: Boutiques, restaurants, cafes
Internet Providers at 45 E 20th St, Manhattan, NYC:
- Verizon Fios: Offers fiber internet with speeds up to 2.3 Gbps, starting at $49.99/month.
- Astound Broadband Powered by RCN: Provides cable and fiber services with speeds up to 1.5 Gbps, starting at $20/month.
- Spectrum: Offers cable internet with speeds up to 1 Gbps, starting at $30/month.
- Optimum: Provides cable and fiber internet with speeds up to 8 Gbps, starting at $40/month.
- T-Mobile Home Internet: Offers 5G internet with speeds varying by location, starting at $50/month.
45 East 20th Street, Manhattan, NYC is conveniently located near several transportation options:
- Bus Stops:
- 3 Av/E 20 St (1 min walk)
- E 23 St/3 Av (4 min walk)
- 2 Av/E 20 St (4 min walk)
- 3rd Ave & E 23rd St (5 min walk)
- E 23 St/Lexington Av (5 min walk)
- Park Av South/E 21 St (5 min walk)
- Subway Stations:
- 23 St (7 min walk)
- 3 Av (8 min walk)
- 14 St-Union Sq (9 min walk)
- Bus Lines: BM3, BM4, M101, M102, M103
- Subway Lines: 4, 6, L, N, Q, R
- Cross Streets: Park Avenue and Broadway
None
None