function googleInfoTimeOut() {
	setTimeout('googleInfoBox()', 1000);
}

function googleInfoBox() {
	htmlText = '<div id="gmapmarker" style="white-space: nowrap;"><div class="tx_lumogooglemaps_pi1_infobox"><b>K.S.V. Sanctus Virgilius</b><br />Oude Delft 57<br />2611 BC Delft<br /><br />Tel: 015-2151617<br />Fax: 015-2124157<br /><br /><a href="mailto:info@virgiel.nl">info@virgiel.nl</a><br /><a href="http://www.virgiel.nl" target="_blank">www.virgiel.nl</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));
}
