@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 Alcoa, TN
Few Clouds
@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 Alcoa, TN
Alcoa is a city in Blount County, Tennessee, United States. Its population was 10,978 at the 2020 census. It is part of the Knoxville, TN Metropolitan Statistical Area.
As its name suggests, Alcoa was the site of a large aluminum smelting plant owned and operated by the Alcoa corporation (Aluminum Company of America). Formerly known as North Maryville, the town was incorporated under its present name in 1919.
== History ==
=== Early company town ===
Shortly after the Pittsburgh Reduction Company changed its name to the Aluminum Company of America in 1907, the company began investigating the possibility of establishing a large smelting operation in East Tennessee. The hydroelectric potential of the Little Tennessee River, which exits the mountains about 20 miles (32 km) southwest of Alcoa, was one of the primary incentives, as the company’s aluminum smelting operation would require massive amounts of electricity. In 1910, the company established a base camp at what is now known as Calderwood, initially known as “Alcoa”, and was known as such until the name was reapplied to the company’s operations in North Maryville a few years later.
The company considered several potential plant sites in Knoxville, Etowah, and Monroe County, but chose North Maryville due in part to the influence of Maryville mayor Samuel Everett (1864−1941). By 1914, the company had completed the initial purchase of 700 acres (280 ha) in North Maryville, and had initiated construction of the smelting plant and 150 houses for company employees.
@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;
}
@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 Alcoa, 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 Alcoa, TN to Element Construction Management
Bus Stop in Clabough Bus Services Alcoa, TN to Element Construction Management
Bus Stop in Kingston Pike EB and Alcoa Hwy Alcoa, TN to Element Construction Management
Bus Stop in Flynn’s School Bus Services Alcoa, 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 Alcoa, TN to Element Construction Management
Driving Directions from T. Hatcher Excavating & Concrete to Alcoa
Driving Directions from Blount Excavating Inc to Alcoa
Driving Directions from Sam C Franklin & Son Inc to Alcoa
Driving Directions from Tennesee Excavating Company to Alcoa
Driving Directions from Blount Excavating to Alcoa
Driving Directions from Murphy’s Bobcat, Inc. to Alcoa
Driving Directions from Al Blankenship Enterprises, LLC to Alcoa
Driving Directions from CFB Construction LLC to Alcoa
Driving Directions from Ricky Robinson Excavating to Alcoa
Driving Directions from Rockford Valley Landworks to Alcoa
Driving Directions from Cantrell And Sons Hauling And Excavating to Alcoa
Driving Directions from Dirt Deeds Excavating to Alcoa