if (!xCfg) {
	var xCfg = {};
	xCfg.width = '';
	xCfg.height = '';
	xCfg.zoom = '';
	xCfg.center = '';
	xCfg.SID = '';
}
document.write(
	'<iframe width="' +xCfg.width+ '" height="'+xCfg.height +
		'" scrolling="no" frameborder="0" hspace="0" vspace="0" marginheight="0" ' +
		'marginwidth="0" src="http://app.xtremelocator.com/visitor/googlemap.php?show=all&sid=' +
		xCfg.SID+'&_center='+xCfg.center+'&zoom='+xCfg.zoom+'&width='+xCfg.width+'px&height=' +
		xCfg.height+'px"></iframe>');
