function googleInfoTimeOut() {
	setTimeout('googleInfoBox()', 1000);
}

function googleInfoBox() {
	htmlText = '<div id="gmapmarker" style="white-space: nowrap;"><div class="tx_lumogooglemaps_pi1_infobox"><b>CTB Holland BV</b><br />Aventurijn 191<br />3316 LB Dordrecht<br /><br />Tel: 078-6186706<br />Fax: 078-6186444<br /><br /><a href="mailto:info@ctbholland.com">info@ctbholland.com</a><br /><a href="http://www.ctbholland.com/" target="_blank">www.ctbholland.com</a><br /><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));
}