Bonjour à tous.

J'ai une variable qui contient ceci :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "<A href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="<A href="http://www.w3.org/1999/xhtml"><head><meta">http://www.w3.org/1999/xhtml"><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"/><title>2 avenue d\'Haouza 72100 Le Mans - Google Maps</title><script type="text/javascript">//<![CDATA[<br />
function onLoad() {window.parent.loadVPage({title: "2 avenue d\'Haouza 72100 Le Mans - Google Maps",url: "/maps?q=2+avenue+d%27Haouza+72100+Le+Mans",urlViewport: false,form: {selected: "q",q: {q: "2 avenue d\'Haouza 72100 Le Mans"},l: {q: "2 avenue d-Haouza 72100",near: "Le Mans"},d: {saddr: "Le Mans",daddr: ""}},viewport: {center: {lat: 37.062500,lng: -95.677068},span: {lat: 23.875000,lng: 57.630033},mapType: null},overlays: {markers: [],polylines: [],polygons: []}, panel: '<div class=\"suggest noprint\"><span class=\"didyou\">Did you mean: </span><a href=\"/maps?q=2+avenue+d-Souza+72100&amp;hl=en&amp;ct=clnk&amp;cd=1&amp;near=Le+Mans&amp;f=l\" onclick=\"return loadUrl(this.href)\">2 avenue d-<b><i>Souza</i></b> 72100</a></div><p>Your search for <b>2 avenue d-Haouza 72100</b> near <b>Le Mans</b> did not match any locations.</p><p>Suggestions:</p><ul class=\"errortips\"><li>Make sure all words are spelled correctly.</li><li>Try different keywords.</li><li>Try more general keywords.</li></ul>'},document.getElementById("state"));}//]]></script></head><body onload="onLoad()"><input id="state" type="text" value=""/></body></html><br />
Cela provient de GoogleMap.
Je cherche à récupérer ma latitude et ma longitude que l'on trouve ici :
center: {lat: 37.062500,lng: -95.677068},
Comment dois-je procéder, svp ?