A previous developer created a map using Leaflet on the page. The Javascript is very complex and I cannot find where the Leaflet map is instantiated. However, I know which DOM element is associated with the map. Is there any way to get the Leaflet map object from the id of the element?
I.e., the element id is #city-map. L.map('city-map') returns
Error: Map container is already initialized.