function googleInfoTimeOut() {
	setTimeout('googleInfoBox()', 1000);
}

function googleInfoBox() {
	htmlText = '<div class="tx_lumogooglemaps_pi1_infobox"><b>Trigion Safety Opleidingen</b><br />Houttuinlaan 18<br />3440 AC Woerden<br /><br />Tel: 0348 40 55 72<br />Fax: 0348 40 55 99<br />E-mail: <a href="mailto:info@safety-control.nl">info@safety-control.nl</a></div><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));
}
