Mutliple calls to Google Maps in Jquery mobile

Mutliple calls to Google Maps in Jquery mobile

I have a single internal page that links to single internal page that allows the user to lookup an address using google maps.The address to lookup is passed as a URL parameter to the second internal page

It works fine on the first hyperlink , on the second link it just shows a grey screen, no crash , just no map.

Do I have to explictly destroy the google maps div canvas on subsequent links to this same page or must the googlemaps page be external?