(function() {
	document.write('<div id="gspc_wrapper" style="width: 100%; text-align: center;"><iframe src="' + encodeURI(GSPCSearchOptions.pageUrl) + '#action=' +
		'&key=' + encodeURIComponent(GSPCSearchOptions.apiKey) +
		'&colors=' + encodeURIComponent(GSPCSearchOptions.colors) +
		'&serverUrl=' + encodeURIComponent(GSPCSearchOptions.serverUrl) +
		'&mapsKey=' + encodeURIComponent(GSPCSearchOptions.mapsKey) +
		'&allowList=' + encodeURIComponent(GSPCSearchOptions.allowList ? 'true' : '') +
		'&allProperties=' + encodeURIComponent(GSPCSearchOptions.allProperties ? 'true' : '') +
		'" frameborder="0" style="width:570px; height:100px;" ' +
		'id="gspc_search" scrolling="no"><' + '/iframe></div>');
})();