Condo-Kingdom Orlando condo

Lake Buena Vista Resort Location






Loading...






@import url("http://www.google.com/uds/css/gsearch.css");




window._uds_msw_donotrepair = true;



@import url("http://www.google.com/uds/solutions/mapsearch/gsmapsearch.css");



.gsmsc-mapDiv {
height : 600px;
}

.gsmsc-idleMapDiv {
height : 600px;
}

#mapsearch {
width : 500px;
margin: 10px;
padding: 4px;
}


function LoadMapSearchControl() {

var options = {
zoomControl : GSmapSearchControl.ZOOM_CONTROL_ENABLE_ALL,
title : "Lake Buena Vista Resort",
url : "http://www.condo-kingdom.com/web/location.php",
idleMapZoom : GSmapSearchControl.ACTIVE_MAP_ZOOM,
activeMapZoom : GSmapSearchControl.ACTIVE_MAP_ZOOM
}

new GSmapSearchControl(
document.getElementById("mapsearch"),
"8112 Poinciana Blvd. Orlando, FL 32821",
options
);

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


More about Map Search
If you're curious about what else you can do with the Map Search Control, check out the GSmapSearchControl