The Centre at Forestville

The Centre at Forestville is an enclosed shopping mall located in Forestville, Maryland. It is anchored by JCPenney and Target.

The Centre at Forestville
Location3393 Donnell Dr., Forestville, Maryland, United States
Coordinates38°50′51″N 76°53′13″W
Opening date1979
DeveloperMelvin Simon & Associates
ManagementPetrie Richardson
No. of stores and services70
No. of anchor tenants2
Total retail floor area463,461 square feet (43,056.9 m2)[1]
No. of floors1
Public transit access TheBus: 20
Metrobus: K13, V14

History

The mall opened 1979 as Forest Village Park Mall, anchored by JCPenney and Kmart and developed by Melvin Simon & Associates.[2] The Kmart store closed in 2002.[3] In 2003, Petrie Ross Ventures purchased the mall from Simon Property Group for $20.3 million.[4] Petrie Ross tore down the vacant Kmart store and constructed a new Target store, remodeled the mall's interior, and renamed the mall as The Centre at Forestville.

On July 31, 2020, JCPenney put 21 stores up for sale, this one included. [5]

gollark: Anyway, it compiles your entry to a shared library then invokes it via ctypes. I thought that this would be more elegant and efficient a
gollark: And yet it has GLOBALS in it?
gollark: ```pythondef c_wrapper(file): print("Compiling", file) temp = tempfile.mktemp(prefix="lib-compile-") print(temp) if subprocess.run(["gcc", file, "-o", temp, "-shared"]).returncode != 0: raise ValueError("compilation failed") library = ctypes.CDLL(temp) entry = library.entry entry.restype = ctypes.POINTER(ctypes.c_int)```Here's a bit of the *excellent* code.
gollark: Your entry is a function, it doesn't start up a process on every iteration or it would go slower.
gollark: How is not arbitrarily zeroing things "unusual"?

References

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