Mississippi Highway 33
Mississippi Highway 33 (MS 33) is a state highway in southwestern Mississippi. It runs from north to south for 45.7 miles (73.5 km) and serves the counties of Jefferson, Franklin, Amite, and Wilkinson.
Route information | ||||
---|---|---|---|---|
Maintained by MDOT | ||||
Length | 44.959 mi[1] (72.354 km) | |||
Major junctions | ||||
South end | ||||
East end | ||||
Location | ||||
Counties | Jefferson, Franklin, Amite, Wilkinson | |||
Highway system | ||||
|
Locales on route
From north to south
- Fayette
- Roxie
- Crosby
- Gloster
- Centreville
Major intersections
County | Location | mi | km | Destinations | Notes |
---|---|---|---|---|---|
Wilkinson | | Louisiana state line; southern terminus | |||
Centreville | South end of MS 24 overlap | ||||
Amite | Downtown Centreville (MS 946) | ||||
| Western terminus of MS 48 | ||||
Gloster | North end of MS 24 overlap | ||||
Wilkinson | | Northern terminus of MS 563 | |||
Franklin | | ||||
Jefferson | | South end of MS 28 overlap | |||
Fayette | Main Street - Fayette | former US 61 | |||
| North end of MS 28 overlap; northern terminus; western terminus of MS 28 | ||||
1.000 mi = 1.609 km; 1.000 km = 0.621 mi
|
gollark: ***OpenCL***
gollark: I wanted a hyperapp-like state management thing with no view for skynet (it's a long story...) so I made this, because Javascript microlibraries are trendy.```javascriptconst R = require("ramda")module.exports = (initialState, actions, context = {}, expose) => { let state = initialState const wired = R.map(action => (...args) => { const result = action(...args)(state, actions, context) if (typeof result === "object") { state = R.merge(state, result) } }, actions) if ("init" in wired) { wired.init() } if (expose) { return R.pick(expose, wired) } else { return wired }}```
gollark: Er, how do I uninvert it?
gollark: It's to help users by emphasising the idiomatic bottom-up approach involving making programs from small composable functions.
gollark: Ours is upside-down, though.
References
- "Mississippi Public Roads Selected Statistics" (PDF). Mississippi Department of Transportation. 2008. Archived from the original (PDF) on 2010-12-03. Retrieved 2010-06-03.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.