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

/*function googleInfoBox() {
	htmlText = '<div class="tx_lumogooglemaps_pi1_infobox"><b>Stichting Triple A </b><br>Paletsingel 30<br>2718 NT Zoetermeer</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>';
	map.openInfoWindowHtml(map.getCenter(), htmlText, GSize(0, -10));
}*/