Dirección: | 315-321 W 39th St |
Otras Direcciones: | 315-321 W 39th St |
Código postal: | 10018 |
Neighborhood: | Penn Plaza/Garment |
Borough: | Manhattan |
# de Pisos: | 16 |
Year Built: | 1927 |
Building Class: | C |
315-321 W 39th St, Manhattan, NYC is located in the Garment District of Manhattan. The building at 315 West 39th Street was constructed in 1927 and is classified as an office building with commercial spaces, standing 16 stories tall[1][5]. The area is known for its historical significance in the garment industry and has been a hub for fashion and manufacturing for decades.
The building itself is part of a larger block and has undergone significant changes over the years, including ownership and renovations. It is currently valued at approximately $20,210,000 by the tax assessor[5].
The Garment District, where this building is situated, has evolved from a predominantly industrial area to a mixed-use neighborhood with both commercial and residential spaces. The district's history reflects the broader transformation of Manhattan's urban landscape.
To store an address like "315-321 W 39th St, Manhattan, NYC" in a Django model field and then display it in HTML, you can use a simple text field in your model. Here's how you can define it:
python
from django.db import models
class Address(models.Model):
address = models.CharField(max_length=255)
Then, to display this address in an HTML template, you can pass the address object to your view and render it in the template like so:
### views.py
python
from django.shortcuts import render
from .models import Address
def display_address(request):
address_obj = Address.objects.get(id=1) # Assuming you have an address saved
return render(request, 'display_address.html', {'address': address_obj.address})
### display_address.html
Address Display
Address:
This will display the address in a paragraph on your HTML page. If you want to format it further, you can use additional HTML tags or CSS styles.
To save the address in the model field, you can create a form or directly save it through the Django admin interface if you have registered the model there. Here's a basic form example:
### forms.py
python
from django import forms
from .models import Address
class AddressForm(forms.ModelForm):
class Meta:
model = Address
fields = ('address',)
### views.py (for saving form data)
python
from django.shortcuts import render, redirect
from .forms import AddressForm
def save_address(request):
if request.method == 'POST':
form = AddressForm(request.POST)
if form.is_valid():
form.save()
return redirect('some_success_url')
else:
form = AddressForm()
return render(request, 'save_address.html', {'form': form})
### save_address.html
Save Address
Save Address:
315-321 W 39th St, Manhattan, NYC does not have a single building with both addresses. However, here are the amenities for nearby buildings:
315 W 39th St
- High Foot & Vehicle Traffic Area
- Former Salon/spa Location
- Directly Adjacent to the Lobby of a 98% Occupied Office Building
- Attended Lobby
- 24/7 Building Access
- New Bathrooms & Security
- Soaring Ceiling Heights
- Close Proximity to Major Subway Lines
321 W 90th St (for comparison)
- Bike Room
- Elevator
- Laundry in Building
- Live-in Super
- Private Storage For Rent
- Voice Intercom
- Pets Allowed
- Rentals Allowed
315-321 W 39th St, Manhattan, NYC
This building is located in the heart of the Garment District, offering a mix of office and retail spaces. Below is a list of current tenants by type of business:
Office Tenants:
- Professional Services: Various firms offering professional services.
- Marketing and PR: Companies specializing in marketing and public relations.
- Architectural Firms: Design and architecture companies.
- Graphic Designers: Creative agencies focused on graphic design.
- Non-Profit Organizations: Various non-profit organizations.
Retail Tenants:
- Fashion: Fashion-related businesses, including boutiques and designers.
- Photographers: Photography studios and services.
- Tech Companies: Startups and established tech firms.
Building Features:
- Location: Close proximity to Hudson Yards, Hell’s Kitchen, and major subway lines.
- Space Options: From 800 to 3,000 square feet available.
- Amenities: Attended lobby, 24/7 building access, new bathrooms, and security.
**Note**: The list of tenants is not explicitly available in the provided search results. You may need to update this section based on actual tenant information.
315-321 W 39th St, Manhattan, NYC, offers several internet providers. Here are some of the top options:
- Verizon Fios: Known for high speeds up to 2.3 Gbps and reliable service. Plans start at $49.99/month.
- Spectrum: Offers speeds up to 1 Gbps with widespread coverage. Plans start at $30/month.
- Astound Broadband Powered by RCN: Provides cable and fiber services with speeds up to 1.5 Gbps. Plans start at $20/month.
- Optimum: Offers speeds up to 8 Gbps, though availability may vary.
- T-Mobile Home Internet: A wireless option with speeds between 133 Mbps and 415 Mbps, starting at $50/month.
These providers offer a mix of fiber, cable, and wireless options to suit different needs and budgets.
Location: 315-321 W 39th St, Manhattan, NYC
Transportation Options:
- Bus: Lines 119, 166, 320, BM2, BM3, BXM4, QM10, QM12, QM24 stop nearby.
- Subway: Nearest stations are 42 St-Port Authority Bus Terminal and 42 St-Bryant Pk, both a 3-minute walk away. Lines include 7, A, C, E, S.
- Train: 34 St-Penn Station is a 10-minute walk away. Lines include HARLEM, ACELA, ADIRONDACK, CARDINAL, CAROLINIAN.
Cross Streets:
- Between 8th Avenue and 9th Avenue.
None
None