function googleInfoTimeOut() {
	setTimeout('googleInfoBox()', 1000);
}

function googleInfoBox() {
	htmlText = '<div><div id="gmapmarker" style="white-space: nowrap;"><div class="tx_lumogooglemaps_pi1_infobox"><b>Atta Makelaars </b><br>Westerstraat 37<br>3016 DG<br><br>Postbus 23069<br>3001 KB Rotterdam<br><br>Tel: 010 - 433 57 10<br></div></div><br><div id="gmapDirHead" class="gmapDir" style="white-space: nowrap;">Routebeschrijving: <a href="javascript:tohere(0)">Hierheen</a> - <a href="javascript:fromhere(0)">Hier vandaan</a></div></div>';
	map.openInfoWindowHtml(map.getCenter(), htmlText, GSize(0, -10));
}

function googleInfoTimeOutproject() {
	setTimeout('googleInfoBoxProject()', 1000);
}

function googleInfoBoxProject() {
	htmlText = '<div id="gmapmarker" style="white-space: nowrap;"><div class="tx_lumogooglemaps_pi1_infobox"><b>Nieuwe Maashof</b><br />Wonen in Oud-IJsselmonde,<br />historisch dorp aan de Maas.<br /><br /><div id="gmapDirHead" class="gmapDir" style="white-space: nowrap;">Routebeschrijving: <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));
}