function googleInfoTimeOut() {
	setTimeout('googleInfoBox()', 1000);
}

function googleInfoBox() {
	htmlText = '<div id="gmapmarker" style="white-space: nowrap;"><div class="tx_lumogooglemaps_pi1_infobox"><b>Locatierunner</b><br />Prof.dr.Magnuslaan 32<br />3571ET Utrecht <br /><br /><a href="mailto:bri_janssen@hotmail.com">bri_janssen@hotmail.com</a><br /><a href="http://locatierunner.nl.rodekiwi.nl">locatierunner.nl.rodekiwi.nl</a><br /></div></div><div id="gmapDirHead" class="gmapDir" style="white-space: nowrap;">Route: <a href="javascript:tohere(0)">Hier heen</a> - <a href="javascript:fromhere(0)">Hier vandaan</a></div>';
	map.openInfoWindowHtml(htmlText, GSize(0, -10));
}
