Postback does not work, conflict between Jquery Mobile and Google Maps Java Script API 3?

Postback does not work, conflict between Jquery Mobile and Google Maps Java Script API 3?

I have a website with Google Maps. I use Google Maps Java Script API 3 and Markerclusterer. As soon I include the Jquery Mobile library, google Maps does not load after a postback. The following error results in IE,  funnily the errors occure in the Jquery Library, not in Jquery Mobile Library. The bad effect is, that the Maps of Google Maps do not load, you have to refresh the browser.

Es wurde eine Ausnahme ausgelöst: in Zeile 1639, Spalte 4 in http://localhost:63914/js/jquery-1.10.2.js
0x800a139e - Laufzeitfehler in JavaScript: SyntaxError
Es wurde eine Ausnahme ausgelöst: in Zeile 1656, Spalte 4 in http://localhost:63914/js/jquery-1.10.2.js
0x800a139e - Laufzeitfehler in JavaScript: SyntaxError
Es wurde eine Ausnahme ausgelöst: in Zeile 1274, Spalte 6 in http://localhost:63914/js/jquery-1.10.2.js
0x800a139e - Laufzeitfehler in JavaScript: SyntaxError

When I include the Jquey link only,  <script src="js/jquery-1.10.2.js"></script>  there is no error.

Is there some conflict between Google Maps and