This is not a jQuery conflict.
On the original page, the map is already on the page, just hidden (look in the source code for:
<div id="map">
In the new page, this code is not there. So basically, you're trying to change the visibility of a map that's not on the page in the first place.