Penobscot Block
The Penobscot Block is a complex of office towers centered on the 45-story Penobscot Building at the corner of Griswold Street and West Fort Street in Downtown Detroit, Michigan. The buildings on the block are named for the Penobscot, a Native American tribe from Maine.

Penobscot Building Annex is part of the 3 building Penobscot Block.
Buildings
The block is occupied by four major buildings:
- Penobscot Building (1905) (1905, northwest corner along Shelby Street and West Fort Street) (13 story oldest of the three).
- Penobscot Building (1928, northeast corner, along Griswold Street and West Fort Street) (45-story youngest of the three).
- Penobscot Building Annex (1922, southwest corner, along Shelby Street and West Congress Street).
- Ford Building (southeast corner, along Griswold Street and West Congress Street).
The block is also bordered to the west (along Shelby Street) by the Savoyard Centre, previously known as the Peoples Savings Bank Building and 151 West Fort.
This complex contains a gross total of 1,008,000 square feet (93,600 m2) of office and retail space.
gollark: ACTUAL feature suggestions?
gollark: It's glorious.
gollark: ```rust#[macro_use] extern crate serenity;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { // Login with a bot token from the environment let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { println!("An error occurred while running the client: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```This is the example code, admittedly, yes.
gollark: It's in Rust.
gollark: AutoBotRobot is currently undergoing extensive development and testing. Feature suggestions?
References
![]() |
Wikimedia Commons has media related to Penobscot Block. |
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.