    window._uds_msw_donotrepair = true;
	
	
	 function LoadMapSearchControl() {


var ci = new GIcon();
ci.image = "http://songbirdestate.com.au/images/right_angle.png";


      var options = {
            zoomControl : GSmapSearchControl.ZOOM_CONTROL_ENABLE_ALL,
            title : "Song Bird Estate",
			  idleMapZoom : GSmapSearchControl.ACTIVE_MAP_ZOOM,
            activeMapZoom : GSmapSearchControl.ACTIVE_MAP_ZOOM
		
            }
			
			
			

			

      new GSmapSearchControl(
            document.getElementById("mapsearch"),
            "yurol forest drive pomona queensland",
            options
            );

    }
    // arrange for this function to be called during body.onload
    // event processing
    GSearch.setOnLoadCallback(LoadMapSearchControl);
