Mounds Mall

Mounds Mall is a defunct enclosed shopping mall located in the city of Anderson, Indiana, United States. Opened in stages between 1964 and 1965, it was one of the first fully enclosed shopping malls developed by Simon Property Group.[3] The mall's anchor stores are Mounds 10 Theatre and Dr. Tavel Family Eye Care. There are 2 vacant anchor stores that were once Sears and Carson's. Other amenities include a food court. Mounds Mall was confirmed for closure on April 1, 2018.

Mounds Mall
LocationAnderson, Indiana, United States
Opening date1964 (Montgomery Ward and Wasson's) 1965 (Entire Mall Complex) [1]
Closing dateApril 1, 2018
DeveloperMelvin Simon & Associates
No. of stores and servicesapprox. 30
No. of anchor tenants4 (2 open, 2 vacant)
Total retail floor area300,000 sq ft (28,000 m2)[2]
No. of floors1

History

Mounds Mall was developed by Melvin Simon & Associates (now Simon Property Group), opening in 1965 one of the companies first fully enclosed properties, and the second mall in Indiana (Evansville's fully enclosed Washington Square began business in October 1963).[2] [4]

The mall officially opened in April 1965, although anchor stores Montgomery Ward and H. P. Wasson and Company had opened the previous November. Original tenants included Zales, Kroger, Woolworth, and Jo-Ann Fabrics.[5]

Montgomery Ward closed and became Sears in 1983.[6] Also in the 1980s, the Wasson store became Meis, then Elder-Beerman, and finally Carson's in 2011.[7] In 2012, the Sears closed as a result of low sales of the 2011 holiday season. On January 31, 2018, The Bon-Ton announced that Carson's would be closing as part of a plan to close 42 stores nationwide. The store Closed in April 2018.[8] Shortly later, it was announced that the whole mall would close along with the Carson's. The mall closed on April 1, 2018.

gollark: ```haskell#!/usr/bin/stack{- stack --resolver lts-12.13 --install-ghc runghc --package Hclip --package deepseq-}import Data.Charimport Control.DeepSeqimport System.Hclipevaluate x = x `deepseq` xmain = do input <- evaluate <$> getContents let text = concatMap toFib $ zip input [0..] setClipboard text putStr textfibs :: [Int]fibs = 0 : 1 : zipWith (+) fibs (tail fibs)toFib :: (Char, Int) -> StringtoFib (c, i) = replicate (fibs !! i) ' ' ++ [c, "\n"]```
gollark: *opened haskell*
gollark: We must automate fibonacci indentation somehow.
gollark: !esowiki WHY
gollark: This is *annoying*. I can't have both cubic chunks and mods generating ores, unless I do something *ridiculous* like generate ores using CC.

References

  • Anderson: A Pictorial History by Esther Dittlinger
  • Indianapolis: Hoosiers' Circle City by George W. Geib, copyright 1981. page 208

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.