$ / 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: | 13-19 University Pl |
Building Alternate address: | 13-19 University pl |
Zip Code: | 10003 |
Neighborhood: | Greenwich Village |
Borough: | Manhattan |
Stories: | 11 |
Year Built: | 1930 |
Building Class: | C |
13-19 University Place in Manhattan, NYC, is located in the heart of Greenwich Village, a neighborhood rich in history and cultural significance. The street itself was formerly part of Wooster Street but was renamed in 1838, a year after New York University's first building opened nearby on Washington Square.
The area surrounding University Place has been a hub for educational institutions. The Union Theological Seminary was originally located on University Place in 1838, and the New York Society Library moved there in 1856. Later, the Industrial Education Association, a precursor to Teachers College, occupied the seminary building in the late 1880s.
Today, University Place is known for its vibrant atmosphere, lined with cafes, shops, and restaurants catering to students from NYU and The New School. The buildings along this street have evolved over time, reflecting the changing needs and developments of the neighborhood.
Specific details about the history of the building at 13-19 University Place are not readily available. However, given its location, it likely shares a similar narrative of transformation and adaptation to the surrounding educational and cultural landscape.
To save the address "13-19 University Pl, Manhattan, NYC" in an HTML format within a Django model field, you can use the following HTML string:13-19 University Pl, Manhattan, NYC
However, if you want to ensure it's stored as HTML in a Django model, you might consider using a `TextField` or `RichTextField` for the model field, depending on whether you need rich text editing capabilities. Here's how you might define such a field in your Django model: python from django.db import models class Address(models.Model): address_html = models.TextField(null=True, blank=True) Then, you can save the address as an HTML string in this field: python address = Address.objects.create(address_html="13-19 University Pl, Manhattan, NYC
") This approach allows you to store the address in a format that can be easily rendered as HTML in your Django templates. If you are using a form to input this data, ensure that the form is configured to handle HTML input safely to avoid XSS vulnerabilities. Here's a simple Django form example: python from django import forms from .models import Address class AddressForm(forms.ModelForm): class Meta: model = Address fields = ['address_html'] And in your view, you can handle the form submission like this: python from django.shortcuts import render, redirect from .forms import AddressForm def create_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, 'your_template.html', {'form': form})Building Amenities at 13-19 University Place, Manhattan, NYC:
Unfortunately, specific information about the current office and retail tenants at 13-19 University Place, Manhattan, NYC, is not available in the provided search results. However, here is a general template for presenting such information:
For accurate and up-to-date information, please contact the building management or leasing office.
Internet Providers at 13-19 University Pl, Manhattan, NYC:
These providers offer a range of options for residents, with Verizon Fios and Astound Broadband being top recommendations for fiber services.
Location: 13-19 University Place, Manhattan, NYC
Nearest Cross Streets: East 13th Street and East 14th Street
Public Transportation:
Nearest Bus Stops: E 14 St/University Pl, Broadway & E 14th St