West Burlington, New York
West Burlington is a hamlet in the western part of the Town of Burlington in Otsego County, New York.[1] It is located at 42.7075°N 75.1877°W, three miles east of the town of Edmeston on NY 51 and NY 80.
West Burlington, New York | |
---|---|
hamlet | |
West Burlington, New York | |
Coordinates: 42°42′27″N 75°11′16″W | |
Country | United States |
State | New York |
County | Otsego |
Elevation | 1,266 ft (386 m) |
Time zone | UTC-5 (Eastern (EST)) |
• Summer (DST) | UTC-4 (EDT) |
Area code(s) | 607 |
GNIS feature ID | 969155[1] |
The West Burlington Memorial Church was listed on the National Register of Historic Places in 2001.[2]
Notable people
gollark: Unlike LyricLy's bad thing, which timed out.
gollark: See, it was too fast, it overflowed.
gollark: tio!debug
gollark: This is ultrahyperfast***.
gollark: ```ruststruct Fib1 { cache: Vec<u128>}impl Iterator for Fib1 { type Item = u128; fn next(&mut self) -> Option<Self::Item> { let n = self.cache.len(); let next = self.cache[n - 1] + self.cache[n - 2]; self.cache.push(next); Some(next) }}fn fib1() -> Fib1 { Fib1 { cache: vec![0, 1] } }fn main() { for n in fib1() { print!("{} ", n); }}```
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.