$ / 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 |
$ / SF | SF | Monthly Rent |
---|
$ / SF | SF | Monthly Rent |
---|
$ / SF | SF | Monthly Rent |
---|
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 |
$ / 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 |
Bulding Address: | 210 W 104th St |
Building Alternate address: | 210 W 104th St |
Zip Code: | 10025 |
Neighborhood: | Upper West Side |
Borough: | Manhattan |
Stories: | 5 |
Year Built: | 1920 |
Building Class: | C |
Location: 210 West 104th Street, Manhattan Valley, New York, NY 10025
Year Built: 1920
Year Last Altered: 1989
Building Type: Old Law Tenement (C4)
Structure Type: Walk-up apartment
Construction Type: Masonry
Stories: 5
Lot Size: 2,876 sq. ft.
Building Size: 11,450 sq. ft.
Residential Units: 20
Last Sale: January 14, 1999
Estimated Property Tax: $211,646
Assessed Value: $1,845,000
Market Value: $4,100,000
210 W 104th St, Manhattan, NYC
If you're using a Django model field to store this, you might want to use a `TextField` or `CharField` depending on your needs. Here's an example of how you might define such a field: python from django.db import models class AddressModel(models.Model): address = models.TextField() # or models.CharField(max_length=255) Then, you can save the address as follows: python address_obj = AddressModel(address="210 W 104th St, Manhattan, NYC") address_obj.save() When displaying this in a template, you can use Django's template filters to ensure any HTML characters are properly escaped:{{ address_obj.address | safe }}
However, if you're sure the address won't contain any HTML, you can skip the `safe` filter. If you want to convert the address into a more structured HTML format, you could use something like: 210 W 104th St, Manhattan, NYC This would require additional processing to split the address into its components and wrap them in HTML tags. To store this in a Django model, you might need to define separate fields for each part of the address, or store the HTML string in a single field: python from django.db import models class AddressModel(models.Model): street = models.CharField(max_length=100) neighborhood = models.CharField(max_length=50) city = models.CharField(max_length=50) # Or for storing the HTML string class AddressModel(models.Model): address_html = models.TextField() Then, you can construct the HTML string and save it: python address_html = """ 210 W 104th St, Manhattan, NYC """ address_obj = AddressModel(address_html=address_html) address_obj.save() And display it in your template: {{ address_obj.address_html | safe }}This five-floor building is located in Manhattan Valley and features 20 units, a laundry room, hardwood floors, and is conveniently situated one block from the subway and close to Columbia University.
As of the latest available information, there are no specific details on current office or retail tenants in this building. The building primarily consists of residential units.
Internet Providers at 210 W 104th St, Manhattan, NYC:
210 W 104th St, Manhattan, NYC offers convenient transportation options:
Cross streets for 210 W 104th St include Broadway and Amsterdam Avenue.