function googleInfoTimeOut() {
	setTimeout('googleInfoBox()', 1000);
}

function googleInfoBox() {
	htmlText = '<div id="gmapmarker" style="white-space: nowrap;"><div class="tx_lumogooglemaps_pi1_infobox"><b>Parthen</b><br />Stroombaan 4<br />1181VX Amstelveen<br /><br />Tel: +31 (0)20 572 73 74<br />Fax: +31 (0)20 572 73 77<br /><br /><a href="mailto:info@parthen.nl">info@parthen.nl</a><br /><a href="http://www.parthen.nl/" target="_blank">www.parthen.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));
}