function googleInfoTimeOut() {
	setTimeout('googleInfoBox()', 1000);
}

function googleInfoBox() {
	htmlText = '<div id="gmapmarker" style="white-space: nowrap;"><div class="tx_lumogooglemaps_pi1_infobox"><b>Legalplus International BV </b><br />Antonio Vivaldistraat 52k <br />1083 HP Amsterdam <br /><br />Tel: + 31 (0) 20 320 92 57 <br />Fax: + 31 (0) 20 420 43 54 <br /><br /><a href="mailto:info@legal-plus.com">info@legal-plus.com</a><br /><a href="http://www.legal-plus.com/">www.legal-plus.com</a><br /><br /><br /></div><div id="" class="sjaak" style="white-space: nowrap;">Route: <a href="javascript:tohere(0)">Hier heen</a> - <a href="javascript:fromhere(0)">Hier vandaan</a><br /></div></div>';
	map.openInfoWindowHtml(map.getCenter(), htmlText, GSize(0, -10));
}