function googleInfoTimeOut() {
	setTimeout('googleInfoBox()', 1000);
}

function googleInfoBox() {
	htmlText = '<div id="gmapmarker" style="white-space: nowrap;"><div class="tx_lumogooglemaps_pi1_infobox" style="height: 100px!important"><b>A. de Jong Groep</b><br />‘s-Gravelandseweg 390 3125 BK Schiedam<br /><a href="mailto:info@dejong.nl">info@dejong.nl</a><br /><a href="http://www.dejong.nl">dejong.nl</a><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));
}
