Bulding Address: | 2328 12th Ave |
Building Name: | Fairway Market |
Building Alternate address: | 2328 12th Ave |
Zip Code: | 10027 |
Neighborhood: | Harlem/North Manhattan |
Borough: | Manhattan |
Stories: | 3 |
Year Built: | 1938 |
Building Class: | C |
The site at 2328 12th Avenue in Manhattan, NYC, has a notable history. It was previously home to a Fairway Market, which operated until its closure in 2020. Following the supermarket's shutdown, the property was put on the market and eventually sold to Columbia University in an all-cash deal worth $84 million in 2022.
The 2.5-acre site spans three city blocks between 12th Avenue and the Henry Hudson Parkway, offering significant development potential. The property includes a 41,000-square-foot building, a 13,000-square-foot warehouse, and a 68,000-square-foot parking lot. Additionally, it features high-visibility billboard space visible to highway drivers and Amtrak passengers.
Columbia University's acquisition of this site is strategic, as it bridges the gap between the university's Manhattanville campus and the Hudson River. The area is zoned under the Special Manhattanville Mixed-Use Zoning District, providing Columbia with various options for future development.
To convert the address "2328 12th Ave, Manhattan, NYC" into HTML and save it in a Django model field, you can use a simple HTML formatting approach. Here's how you can do it:
### Step 1: Define the Model Field
First, ensure you have a model with a field that can store HTML content. A `TextField` is suitable for this purpose.
python
# models.py
from django.db import models
class Address(models.Model):
address = models.TextField()
def __str__(self):
return self.address
### Step 2: Convert Address to HTML
You can convert the address into a simple HTML format using Python. Here's an example:
python
# views.py or any other Python file
address = "2328 12th Ave, Manhattan, NYC"
html_address = f"
{address}
"
# Save this html_address to your model
address_obj = Address(address=html_address)
address_obj.save()
### Step 3: Display HTML in Template
To display this HTML content in a Django template, you need to use the `| safe` filter to prevent Django from escaping the HTML.
{{ address_obj.address|safe }}
### Full Example
Here's a complete example using a Django view and template:
#### models.py
python
from django.db import models
class Address(models.Model):
address = models.TextField()
def __str__(self):
return self.address
#### views.py
python
from django.shortcuts import render
from .models import Address
def display_address(request):
address = "2328 12th Ave, Manhattan, NYC"
html_address = f"
{address}
"
address_obj = Address(address=html_address)
address_obj.save()
context = {
'address_obj': address_obj,
}
return render(request, 'template.html', context)
#### template.html
Address
{{ address_obj.address|safe }}
#### urls.py
python
from django.urls import path
from .views import display_address
urlpatterns = [
path('', display_address, name='display_address'),
]
This setup will display the address in HTML format on your webpage.
### Note:
- Ensure you have run migrations after changing your models.
- Be cautious when using the `| safe` filter to avoid XSS vulnerabilities if the content is user-generated.
No information is available on building amenities for 2328 12th Avenue in Manhattanville, NYC.
2328 12th Avenue, Manhattan, NYC
This 2.5-acre site in Harlem was formerly home to Fairway Market and has been acquired by Columbia University for $84 million. The property includes a retail building, warehouse, and parking lot, with potential for 219,000 square feet of new development.
Current Tenants:
As of the latest information, there are no office or retail tenants listed for this location, as it is primarily a development site.
Potential Uses:
- Life Sciences: The site has attracted interest from developers in the life sciences sector.
- Industrial Real Estate: Potential for industrial use due to its warehouse space.
- Film Studios: There has been interest from film studio developers.
This HTML content can be stored in a Django model field as a string. Ensure that your model field is of type `TextField` or similar to accommodate the HTML content.
Here's an example of how you might store this in a Django model:
python
from django.db import models
class Location(models.Model):
address = models.CharField(max_length=200)
description = models.TextField() # Store HTML content here
# Example usage
location = Location(
address="2328 12th Avenue, Manhattan, NYC",
description="
...
" # Insert the HTML content here
)
location.save()
Internet Providers at 2328 12th Ave, Manhattan, NYC:
- Verizon: Offers fiber service with speeds up to 2.3 Gbps. Known for reliability and customer service.
- Astound Broadband Powered by RCN: Provides both cable and fiber services with speeds up to 1.5 Gbps. Offers unlimited data.
- Spectrum: Cable internet with speeds up to 1 Gbps. Offers bundles with TV and phone services.
- STARRY: Fixed wireless service with speeds up to 1,000 Mbps. Highly rated for customer satisfaction.
Location: 2328 12th Ave, Manhattan, NYC
Transportation Options:
- Bus: M12, M42, M50
- Train: BABYLON BRANCH, HARLEM, PATH, RONKONKOMA BRANCH
- Subway: 1, 2, C, E, N, Q
- Ferry: Midtown West/W 39th St-Pier 79
Cross Streets:
- Nearest Bus Stop: W 49 St/12 Av (2 min walk)
- Nearest Subway Station: 34 St-Hudson Yards (3 min walk)
- Nearest Ferry Station: Midtown West/W 39th St-Pier 79 (14 min walk)
Nearby Retail Tenants Leased- Mi Pais Market leased 4,500 SF at 3361 Broadway