function loadpage()
{
	Sort.inject('map_search');
	
	Limit.inject('map_search');
	Limit.set('', '25', '345');

	var launcher = new Launcher({"map":{"query":"http:\/\/austin.bestagentsintexas.com\/map-search\/index.json","reset":"http:\/\/austin.bestagentsintexas.com\/search\/index.json?task=close","form":"<table>\r\n\t<tr>\r\n\t\t<td class=\"first\" rowspan=\"2\">\r\n\t\t\t<div>\r\n\t\t\t\tEnter Keyword:<br \/>\r\n\t\t\t\t<input   class=\"inputbox\" type=\"text\" name=\"search[x_keyword]\" \/>\r\n\t\t\t<\/div>\r\n\t\t\t<button class=\"button\" style=\"float: left;\" value=\"Search\">Search<\/button>\r\n\t\t<\/td>\r\n\t\t<td rowspan=\"2\">\r\n\t\t\t<div class=\"slider\" title=\"{&quot;label&quot;:&quot;Price&quot;,&quot;type&quot;:&quot;range&quot;,&quot;pre&quot;:&quot;$&quot;,&quot;min&quot;:&quot;100000&quot;,&quot;max&quot;:&quot;3000000&quot;,&quot;step&quot;:&quot;25000&quot;,&quot;case&quot;:&quot;&quot;,&quot;key&quot;:77}\"><input type=\"text\" name=\"search[77][<]\" \/><input type=\"text\" name=\"search[77][>]\" value=\"3000000\" \/><\/div>\t\r\n\t\t<\/td>\r\n\t\t<td rowspan=\"2\">\r\n\t\t\t<div class=\"slider\" title=\"{&quot;label&quot;:&quot;Bedrooms:&quot;,&quot;type&quot;:&quot;slide&quot;,&quot;max&quot;:&quot;8&quot;,&quot;step&quot;:&quot;1&quot;,&quot;width&quot;:&quot;100&quot;,&quot;case&quot;:&quot;&quot;}\"><input type=\"text\" name=\"search[24][<]\" \/><\/div>\r\n\t\t<\/td>\r\n\t\t<td rowspan=\"2\">\r\n\t\t\t<div class=\"slider\" title=\"{&quot;label&quot;:&quot;Bathrooms:&quot;,&quot;type&quot;:&quot;slide&quot;,&quot;max&quot;:&quot;8&quot;,&quot;step&quot;:&quot;1&quot;,&quot;width&quot;:&quot;100&quot;,&quot;case&quot;:&quot;&quot;}\"><input type=\"text\" name=\"search[447][<]\" \/><\/div>\r\n\t\t<\/td>\r\n\t\t<td>\r\n\t\t\t<button class=\"button\"  title=\"save\" value=\"Save\">Save<\/button>\r\n\t\t<\/td>\r\n\t\t<td>\r\n\t\t\t<button class=\"button\"  title=\"reset\" value=\"Reset\">Reset<\/button>\r\n\t\t\t\r\n\t\t<\/td>\r\n\t<\/tr>\r\n\t<tr>\r\n\t\t<td colspan=\"2\">\r\n\t\t\t<button class=\"link\"  title=\"zoom\" value=\"Click &amp; Drag Search\">Click &amp; Drag Search<\/button>\r\n\t\t\t<button class=\"link\"  title=\"advanced\" value=\"Advanced Search Options\">Advanced Search Options<\/button>\r\n\t\t<\/td>\r\n\t<\/tr>\r\n<\/table>","marker":"\/components\/com_realzi\/media\/images\/marker.png","shadow":"\/components\/com_realzi\/media\/images\/marker.shadow.png","width":"28","height":"25","advanced":"http:\/\/austin.bestagentsintexas.com\/map-search\/advancedjs.js","save":"http:\/\/austin.bestagentsintexas.com\/account\/savejs\/index.js"}});
	
	GoogleAPI.Maps.onComplete = launcher.mapsearch.bind(launcher);
	
	GoogleAPI.load('ABQIAAAADoiNRBucxPPlX5OwyqPqkBT8X849222t6qUbsHrk65NqAHJINhR3FL8cAjyelZSqSklcwiYrxWQqcQ', 'Maps');
}

window.addEvent('domready', loadpage);
