function googleInfoTimeOut() {
	setTimeout('googleInfoBox()', 500);
}

function googleInfoBox() {
	htmlText = '<div id="gmapmarker" style="white-space: nowrap;"><div class="tx_lumogooglemaps_pi1_infobox"><b>Epluse Communicatie V.O.F.</b><br />Sint Jacobsstraat 7<br />4855 AK Galder<br /><br />Tel: 076 - 560 30 00<br />Fax: 076 - 560 30 01<br /></div></div><br /><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(map.getCenter(), htmlText, GSize(0, -10));
}