function googleInfoTimeOut() {
	setTimeout('googleInfoBox()', 1000);
}

function googleInfoBox() {
	htmlText = '<div id="gmapmarker" style="white-space: nowrap;"><div class="tx_lumogooglemaps_pi1_infobox"><b>TI Pharma</b><br />Galileiweg 8<br />2333 BD Leiden<br /><br /><a href="mailto:info@tipharma.com">info@tipharma.com </a><br /><a href="http://www.tipharma.com">www.tipharma.com</a><br /></div></div><div id="gmapDirHead" class="gmapDir" style="white-space: nowrap;">Route: <a href="javascript:tohere(0)">To here</a> - <a href="javascript:fromhere(0)">From here</a></div>';
	map.openInfoWindowHtml(map.getCenter(), htmlText, GSize(0, -10));
}
