$ / SF | SF | Affitto mensile |
---|---|---|
Please notify me when a new space is available |
$ / SF | SF | Affitto mensile |
---|---|---|
Please notify me when a new space is available |
$ / SF | SF | Affitto mensile |
---|---|---|
Please notify me when a new space is available |
$ / SF | SF | Affitto mensile |
---|
$ / SF | SF | Affitto mensile |
---|
$ / SF | SF | Affitto mensile |
---|
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 |
Type of Space | Class A | Class B | Class C |
---|---|---|---|
Windowed office/person | $ 2,000/mo | $ 1,250/mo | $ 1,000/mo |
Interior office/person | $ 1,250/mo | $ 750/mo | $ 500/mo |
$ / SF | SF | Monthly Rent |
---|---|---|
Please notify me when a new space is available |
$ / SF | SF | Monthly Rent |
---|---|---|
Please notify me when a new space is available |
$ / SF | SF | Monthly Rent |
---|---|---|
Please notify me when a new space is available |
Indirizzo dell'edificio: | 218 W 37th St |
Building Alternate address: | 218 W 37th St |
Codice postale: | 10018 |
Quartiere: | Penn Plaza/Garment |
Distretto: | Manhattan |
# Storie: | 7 |
Year Built: | 1922 |
Building Class: | C |
Block & lot: | 00786-0060 |
218 West 37th Street, located in the Garment District of Manhattan, New York City, is a seven-story office building with a commercial classification (O6). It was constructed in 1922 and features a total building area of 17,726 square feet on a lot size of 2,722 square feet.
The property was purchased on January 30, 2007, for $8,100,000. As of recent data, the estimated property tax is approximately $139,165, with an assessed market value of $2,960,000 and an assessed value of $1,332,000.
The building offers office and retail spaces for lease, with features including open spaces, massive windows, private bathrooms, and central air conditioning. It is strategically located near major subway lines and various amenities.
Historically, the building has undergone several alterations, with records of such work dating back to 2007 and continuing through recent years.
To convert the address "218 W 37th St, Manhattan, NYC" into HTML and save it in a Django model field, you would typically store it as plain text within a `TextField` or `CharField` in your model. However, if you want to format it as HTML, you could wrap it in HTML tags. Here's how you might do that:218 W 37th St, Manhattan, NYC
If you want to include it in a Django model, you would define a field like so: python from django.db import models class Address(models.Model): address = models.TextField() # or CharField(max_length=255) if you prefer Then, you could save the HTML-formatted address in this field: python address_obj = Address(address="218 W 37th St, Manhattan, NYC
") address_obj.save() However, if you're planning to display this in a Django template, ensure that you use `{% autoescape off %}` to prevent Django from escaping the HTML: {% autoescape off %} {% endautoescape %} This way, the HTML will be rendered correctly in your template. ### Full Example #### models.py python from django.db import models class Address(models.Model): address = models.TextField() #### views.py python from django.shortcuts import render from .models import Address def show_address(request): address_obj = Address.objects.get(id=1) # Assuming you have an address saved context = { 'address': address_obj } return render(request, 'your_template.html', context) #### your_template.html {% autoescape off %} {% endautoescape %} ### Saving the Address To save the address, you would do something like this in your view or wherever you handle form data: python address_obj = Address(address="218 W 37th St, Manhattan, NYC
") address_obj.save()218 W 37th St, Manhattan, NYC offers the following building amenities:
Subways are nearby, including the 1, R, W, 4, B, D, F, M, N, and Q trains. Penn Station is also within walking distance.
This building is located in the heart of Manhattan and offers a variety of office spaces. It is known for its convenient location, with several subway lines nearby, including the 1, R, W, 4, B, D, F, M, N, and Q trains, as well as Penn Station for LIRR riders.
Internet Providers at 218 W 37th St, Manhattan, NYC:
For more specific availability and speeds at your location, it's best to contact these providers directly.
Location: 218 W 37th St, Manhattan, NYC
Transportation Options:
Cross Streets:
Internet Provider | Technology | Max Download Speed | Max Upload Speed |
---|---|---|---|
Verizon New York | Fiber | 1 Gb/s | 25 Mb/s |
Lightower | Fiber | 10 Gb/s | 10 Gb/s |
Level 3 Communications | Fiber | 10 Gb/s | 10 Gb/s |
Cablevision/Lightpath | Fiber | 10 Gb/s | 10 Gb/s |
Cogent Communications | Fiber | 10 Gb/s | 10 Gb/s |
Year | $ / SF |
---|---|
2018 | 40.0 |
2019 | 50.0 |
2020 | 122.78 |
2021 | 25.0 |
2022 | 35.0 |
Year | $ / SF |
---|---|
2019 | 41.2 |