$ / SF | SF | Monatliche Miete |
---|
$ / SF | SF | Monatliche Miete |
---|
$ / SF | SF | Monatliche Miete |
---|
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 | >Monatliche Miete |
---|---|---|
Bitte benachrichtigen Sie mich, wenn ein neuer Platz verfügbar ist |
$ / SF | SF | >Monatliche Miete |
---|---|---|
Bitte benachrichtigen Sie mich, wenn ein neuer Platz verfügbar ist |
$ / SF | SF | >Monatliche Miete |
---|---|---|
Bitte benachrichtigen Sie mich, wenn ein neuer Platz verfügbar ist |
$ / 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: | 230 W 38th St |
Building Name: | Bricken Arcade North |
Building Alternate address: | 230 W 38th St |
Postleitzahl : | 10018 |
Neighborhood: | Penn Plaza/Garment |
Borough: | Manhattan |
Stories: | 18 |
Year Built: | 1929 |
Building Class: | C |
Block & lot: | 00787-0059 |
Bricken Arcade, located at 230 West 38th Street in Manhattan, New York City, is a historic building with a rich history in the Garment District. It was constructed in 1923 by the Bricken Construction Company, with architectural design by Schwartz and Gross, a prominent firm of the early 20th century.
The building is classified as an Office with Commercial 7-19 Stories (O6) and features 17 stories with a total of 137,887 square feet. It is known for its classic loft spaces, high ceilings, and abundant natural light, making it an attractive location for various businesses.
Over the years, Bricken Arcade has undergone renovations, including updates to its communications systems and the installation of new elevators and windows. The building is home to a diverse range of tenants, including clothing retailers like Vigoss and Exquisite Apparel, as well as equestrian outfitter The Tailored Sportsman.
Recently, Junior Achievement of New York secured a 10,035-square-foot lease at the building, planning to use the space as a learning center for teaching economics and entrepreneurship to local students.
Bricken Arcade is owned by Rosen Equities and continues to be a significant part of Manhattan's commercial landscape, offering a blend of historical charm and modern amenities.
To convert the address "230 W 38th St, Manhattan, NYC" into HTML and store it in a Django model field, you would typically use a `TextField` or `CharField` to store the HTML representation. However, since you want to return only the HTML, here's how you might format the address as HTML:230 W 38th St, Manhattan, NYC
If you want to create a custom field in Django to handle this, you could use a `TextField` with a custom method to convert the address to HTML. However, for simplicity, you can directly store the HTML string in a standard field. Here's how you might define a model field for this: python from django.db import models class Address(models.Model): address_html = models.TextField() # Example usage address = Address(address_html="230 W 38th St, Manhattan, NYC
") address.save() If you want to create a custom field that automatically converts the address to HTML, you could subclass `Field` and override the `from_db_value` and `get_prep_value` methods, but for simple cases like this, using a standard field is sufficient. Here's a basic example of how you might implement a custom field for this purpose: python from django.db import models class AddressField(models.Field): def __init__(self, *args, **kwargs): kwargs["max_length"] = 255 # Adjust as needed super().__init__(*args, **kwargs) def get_prep_value(self, value): if value is None: return None return f"{value}
" # Usage class Address(models.Model): address = AddressField() # Example usage address = Address(address="230 W 38th St, Manhattan, NYC") address.save() However, this approach might not be necessary unless you have specific requirements for handling addresses in your application.230 W 38th St, Manhattan, NYC Building Amenities
230 W 38th St, also known as Bricken Arcade, is an 18-story building located in the Garment District of Manhattan, NYC. The building was originally constructed in 1928 and has undergone significant renovations, including new elevators, a redesigned lobby, and updated windows.
Located between Seventh and Eighth avenues in the heart of the Garment District, offering excellent accessibility with a Walk Score of 97, Transit Score of 100, and Bike Score of 87.
Internet providers available at 230 W 38th St, Manhattan, NYC, may include:
For precise availability, it's advisable to check with each provider using your specific address.
Location: 230 W 38th St, Manhattan, NYC
Nearest Subway Stations:
Nearest Train Station:
Nearest Bus Stops:
Cross Streets:
Public Transit Options:
Year | $ / SF |
---|---|
2018 | 48.0 |
2020 | 41.0 |
Year | $ / SF |
---|