If you incorporate a Google Map on a webpage in http://jquerymobile.com, and navigate away from the page before returning, all the markers will relocate to the top left corner.
For instance:
This is how my jQuery JavaScript code begins:
$('.page-map').live('pageinit', function() {
...perform actions.
}