@import url(‘https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded’);
@import url(‘https://fonts.googleapis.com/css2?family=Roboto&display=swap’);
._geocentric-component {
margin-bottom: 60px;
font-family: ‘Roboto’, sans-serif;
}
._geocentric-weather-component > h2 {
font-size: 36px;
font-weight: 500;
color: #000000;
text-align: center;
margin-bottom: 20px;
}
._geocentric-weather-component > .weather-wrapper {
max-width: 941px;
background: #f5f5f5;
margin: 0 auto;
min-height: 140px;
border-radius: 10px;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: center;
}
._geocentric-weather-component * {
color: #000000;
}
._geocentric-weather-component .weather img {
height: 100px;
}
._geocentric-weather-component .weather {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
._geocentric-weather-component .weather-info {
min-width: 150px;
}
._geocentric-weather-component .weather-info .top {
display: flex;
align-items: baseline;
justify-content: center;
}
._geocentric-weather-component .weather-info .top > span {
font-size: 38px;
color: #000000;
}
._geocentric-weather-component .weather-info .top p {
font-size: 52px;
max-height: 60px;
font-weight: 300;
margin-bottom: 40px;
color: #000000;
}
._geocentric-weather-component .weather-info .top p .unit {
font-size: 22px;
}
._geocentric-weather-component .weather-info > h3 {
text-align: center;
font-size: 18px;
font-weight: 400;
margin: 0;
color: #000000;
}
Weather in Etowah, TN
Clear Sky
@import url(‘https://fonts.googleapis.com/css2?family=Roboto&display=swap’);
._geocentric-component {
margin-bottom: 60px;
font-family: ‘Roboto’, sans-serif;
}
._geocentric-about-component > h2 {
font-size: 36px;
font-weight: 500;
color: #000000;
text-align: center;
margin-bottom: 20px;
}
._geocentric-about-component > p {
font-size: 16px;
color: #000000;
text-align: justify;
font-weight: 400;
}
About Etowah, TN
Etowah is a city in McMinn County in the U.S. state of Tennessee. The population was 3,613 at the 2020 census.
== History ==
Etowah was founded in 1906, primarily as a location for a depot on the Louisville & Nashville Railroad (L&N) line as part of a more direct route between Atlanta and Cincinnati. The etymology of the town name is unclear, but local folklore states that a train crew brought a sign reading “Etowah” from the Etowah River, and the name stuck. The word Etowah comes from the Muskogee/Creek word italwa meaning “town.”
In 1902, the Louisville and Nashville Railroad announced its plan to build a more direct line from Atlanta to Cincinnati in order to avoid the rugged mountains of North Georgia and East Tennessee bypassing the Great Hiwassee Loop. A point midway between these cities was needed to service cars and change crews, and at the end of 1904, land had been purchased in McMinn County to serve as this site and the city of Etowah was planned. The L & N purchased 1,454 acres (5.88 km2) for the main terminus (depot), maintenance and repair facilities (shops), railroad yards and proposed township to support the railroad workforce. This land was purchased at $10 to $20 per acre and the L&N set about building a major rail center and the town of Etowah.
Out of what was referred to then as a wet swampland, a boomtown sprung up in 1906 with the L & N Depot serving as the hub of the new town’s business and social activities. Since then, the City of Etowah has ridden the waves of economic downturns and successes, such as the closing of the L & N shops in the 1930s and the recruitment of new industries, to evolve into the city that it is today.
@import url(‘https://fonts.googleapis.com/css2?family=Roboto&display=swap’);
._geocentric-component {
margin-bottom: 60px;
font-family: ‘Roboto’, sans-serif;
}
._geocentric-neighbourhoods > h2 {
font-size: 36px;
font-weight: 500;
color: #000000;
text-align: center;
margin-bottom: 20px;
}
._geocentric-neighbourhoods > p {
font-size: 16px;
text-align: center;
font-weight: 400;
}
._geocentric-neighbourhoods > p > a {
transition: .3s color ease-in-out;
color: #0274be;
}
._geocentric-neighbourhoods > p > a:hover {
color: #0188df;
}
Neighborhoods in Etowah, TN
College Hill Historic District, College Hills, Edgewood Heights, Old North Knoxville, Colonial Village, Wexford Downs, Old Sevier, East Knoxville, Windsor Park, Fourth & Gill, Yettland Park, Whittle Springs, Island Home Park, Westmoreland Heights
@import url(‘https://fonts.googleapis.com/icon?family=Material+Icons+Outlined’);
@import url(‘https://fonts.googleapis.com/css2?family=Roboto&display=swap’);
._geocentric-component {
margin-bottom: 60px;
font-family: ‘Roboto’, sans-serif;
}
._geocentric-thingstodo > h2 {
font-size: 36px;
font-weight: 500;
color: #000000;
text-align: center;
margin-bottom: 20px;
}
._geocentric-thingstodo > .wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
gap: 20px;
}
._geocentric-thingstodo > .wrapper > div {
width: 350px;
}
._geocentric-thingstodo > .wrapper > div > div {
cursor: pointer;
background: #f5f5f5;
width: 100%;
max-width: 350px;
margin: 0 auto;
padding: 20px;
border-radius: 5px;
border: solid #ebebeb 0px;
transition: .3s transform ease-in-out;
}
._geocentric-thingstodo > .wrapper > div > div:hover {
transform: scale(1.02);
}
._geocentric-thingstodo > .wrapper > div > div img {
height: 250px;
width: 100%;
border-radius: 5px;
object-fit: cover;
border: solid #ebebeb 0px;
background: #f5f5f5;
}
._geocentric-thingstodo > .wrapper > div > div a > div {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
padding-top: 20px;
}
._geocentric-thingstodo > .wrapper > div > div a > div small {
color: #000;
opacity: .7;
}
._geocentric-thingstodo > .wrapper > div > div a > div .rating-stars > span {
color: #b4b4b4;
font-size: 16px;
}
._geocentric-thingstodo > .wrapper > div > div a > div .rating-stars > span.checked {
color: #FF9529;
}
._geocentric-thingstodo > .wrapper > div > div a > div .rating-stars > span.half-checked {
background: linear-gradient(90deg, rgba(255,149,41,1) 50%, rgba(180,180,180,1) 50%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
._geocentric-thingstodo > .wrapper > div > div p {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
margin-bottom: 0;
text-align: center;
color: #000000;
font-size: 16px;
font-weight: 400;
}
Things To Do in Etowah, TN
@import url(‘https://fonts.googleapis.com/css2?family=Roboto&display=swap’);
._geocentric-component {
margin-bottom: 60px;
font-family: ‘Roboto’, sans-serif;
}
._geocentric-busstops > h2 {
font-size: 36px;
font-weight: 500;
color: #000000;
text-align: center;
margin-bottom: 20px;
}
._geocentric-busstops .busstops {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
gap: 20px;
}
._geocentric-busstops .bus-stop {
margin-bottom: 10px;
width: 350px;
}
._geocentric-busstops .bus-stop h3 {
font-size: 16px;
font-weight: 600;
color: #000000;
text-align: center;
margin: 0;
}
Bus Stops in Etowah, TN to Element Construction Management
Bus Stop in Greyhound: Bus Station Etowah, TN to Element Construction Management
Bus Stop in 2040 – Etowah Industrial CT. Etowah, TN to Element Construction Management
Bus Stop in Cleveland Urban Area Transit System Depot (buses 6am-6:30pm M-F except holidays) Etowah, TN to Element Construction Management
Bus Stop in Tennessee Overhill Heritage Association Etowah, TN to Element Construction Management
@import url(‘https://fonts.googleapis.com/css2?family=Roboto&display=swap’);
._geocentric-component {
margin-bottom: 60px;
font-family: ‘Roboto’, sans-serif;
}
._geocentric-mapembed > h2 {
font-size: 36px;
font-weight: 500;
color: #000000;
text-align: center;
margin-bottom: 20px;
}
._geocentric-mapembed .iframe_wrapper {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
._geocentric-mapembed .iframe_wrapper > div {
width: 100%;
}
._geocentric-mapembed .iframe_wrapper > div > iframe {
min-width: 100%;
}
@import url(‘https://fonts.googleapis.com/css2?family=Roboto&display=swap’);
._geocentric-component {
margin-bottom: 60px;
font-family: ‘Roboto’, sans-serif;
}
._geocentric-drivingdirections > h2 {
font-size: 36px;
font-weight: 500;
color: #000000;
text-align: center;
margin-bottom: 20px;
}
._geocentric-drivingdirections .drivingdirections {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
gap: 20px;
}
._geocentric-drivingdirections .direction {
margin-bottom: 10px;
width: 350px;
}
._geocentric-drivingdirections .direction h3 {
font-size: 16px;
font-weight: 600;
color: #000000;
text-align: center;
margin: 0;
}
Driving Directions in Etowah, TN to Element Construction Management
Driving Directions from Toomey’s clearing and excavation LLC to Etowah
Driving Directions from Garner Construction Excavating to Etowah
Driving Directions from Smoky Mountain Excavation LLC to Etowah
Driving Directions from Haren Construction Company, Inc. to Etowah
Driving Directions from Marvin Sledge Construction to Etowah
Driving Directions from McKinney Excavating Inc to Etowah
Driving Directions from Snipes Excavating to Etowah
Driving Directions from Stephens Excavating to Etowah