function initGoogleMaps()
{
	if (typeof load == 'function')
	{
		load();
	}
	if (typeof showAddress == 'function')
	{
		showAddress();
	}
}
