Is it possible to load a new page and keep an element from a previous page visible?

I’m building an app that has a list of places displayed as follows:

[MAP]
[LIST OF PLACES]

When a user taps on one of the places in the list, I want to load the Place Detail page, BUT I want to keep the map visible. Question is, how can I load the new page and keep the map visible? Is such a thing possible?

Right now I’m just loading a new tab that displays Place Details, but I’d prefer to load a new page since I want to change the navbar etc.

No, it is not possible, there only solution here is to move map out of the pages at all and put it right under your View div, and tweak its styles