(g=>{var h,a,k,p="The Google Maps JavaScript API",c="google",l="importLibrary",q="__ib__",m=document,b=window;b=b[c]||(b[c]={});var d=b.maps||(b.maps={}),r=new Set,e=new URLSearchParams,u=()=>h||(h=new Promise(async(f,n)=>{await (a=m.createElement("script"));e.set("libraries",[...r]+"");for(k in g)e.set(k.replace(/[A-Z]/g,t=>"_"+t[0].toLowerCase()),g[k]);e.set("callback",c+".maps."+q);a.src=`https://maps.${c}apis.com/maps/api/js?`+e;d[q]=f;a.onerror=()=>h=n(Error(p+" could not load."));a.nonce=m.querySelector("script[nonce]")?.nonce||"";m.head.append(a)}));d[l]?console.warn(p+" only loads once. Ignoring:",g):d[l]=(f,...n)=>r.add(f)&&u().then(()=>d[l](f,...n))})({
key: "AIzaSyBH6FWy37puCurxZ79q5sB3YHriVCGppSQ",
v: "weekly",
// Use the 'v' parameter to indicate the version to use (weekly, beta, alpha, etc.).
// Add other bootstrap parameters as needed, using camel case.
});
function setREVStartSize(e){
//window.requestAnimationFrame(function() {
window.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW;
window.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH;
try {
var pw = document.getElementById(e.c).parentNode.offsetWidth,
newh;
pw = pw===0 || isNaN(pw) || (e.l=="fullwidth" || e.layout=="fullwidth") ? window.RSIW : pw;
e.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw);
e.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw);
e.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh);
e.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh);
e.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide);
e.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide);
e.mh = e.mh===undefined || e.mh=="" || e.mh==="auto" ? 0 : parseInt(e.mh,0);
if(e.layout==="fullscreen" || e.l==="fullscreen")
newh = Math.max(e.mh,window.RSIH);
else{
e.gw = Array.isArray(e.gw) ? e.gw : [e.gw];
for (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1];
e.gh = e.el===undefined || e.el==="" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el;
e.gh = Array.isArray(e.gh) ? e.gh : [e.gh];
for (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1];
var nl = new Array(e.rl.length),
ix = 0,
sl;
e.tabw = e.tabhide>=pw ? 0 : e.tabw;
e.thumbw = e.thumbhide>=pw ? 0 : e.thumbw;
e.tabh = e.tabhide>=pw ? 0 : e.tabh;
e.thumbh = e.thumbhide>=pw ? 0 : e.thumbh;
for (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i];
sl = nl[0];
for (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;}
var m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]);
newh = (e.gh[ix] * m) + (e.tabh + e.thumbh);
}
var el = document.getElementById(e.c);
if (el!==null && el) el.style.height = newh+"px";
el = document.getElementById(e.c+"_wrapper");
if (el!==null && el) {
el.style.height = newh+"px";
el.style.display = "block";
}
} catch(e){
console.log("Failure at Presize of Slider:" + e)
}
//});
};
As you arrive at this property you are greeted by a tropical colored Caribbean-styled well-constructed house. A simple driveway leads you to the main entrance to the front of the home or the private entrance for the converted two-bedroom Airbnb apartment at the back.
Upon entering the split-level first floor you are warmly greeted by a spacious open concept living room and kitchen, with tasteful contemporary appliances and furnishing, the outdoor spacious setting of the pool and lounging area. The private dining room with its large glass windows looking out the magnificent view of the ocean is perfectly situated for fantastic dinners. Perched on the top of Karland Park, with a magnificent panoramic view of the horizon to the south and the mountain to the west is a well-situated house appropriately called Hawks View.
A short hallway containing a powder room leads you to the large master bedroom, with its spacious bathroom, walk-in closet, and private patio.
The other large, comfortable, and tastefully decorated two-bedrooms are located on the upper split of this property. A kitchenette was added thus converting that area to a self-contained two-bedroom, one-bath apartment which is currently being offered as Airbnb. Each bedroom is completed with a private balcony.
Other features of “Hawks View” are:
Two-car garage (currently a workshop)
Lower-level laundry room
Hurricane bunker/ storage room
Electrical room
Ample size pump room
An approximately 10,500-gallon cistern with a three-filter rainwater system
A 6kva Yanmar diesel backup generator
Hurricane shutters for all windows and doors
The yard is well maintained with a manicured lawn. All furnishing is not included with the purchase of the property.
Hawk’s View in Karland Park is in the South of Grenada, a short 2- or 3-minute drive down to the world-famous Grand Anse Beach and our sub-city of Grand Anse where all amenities are available. The Maurice Bishop International Airport is approximately a 10-minute drive away.
jQuery(document).ready(function($) {
var wrapper = $('#property-description-wrap');
var content = $('.property-description-content');
var btn = $('.show-more-less-btn');
var btnText = btn.find('.btn-text');
var descriptionContent = content.find('.description-content');
// Check if description content exists
if(descriptionContent.length) {
// Get the actual height of the content
var actualHeight = descriptionContent[0].scrollHeight;
// Only show the button and apply the max-height if content is taller than 200px
if(actualHeight <= 200) {
btn.parent().hide();
wrapper.removeClass('is-show-more');
descriptionContent.css({
'max-height': 'none',
'overflow': 'visible'
});
}
}
btn.on('click', function(e) {
e.preventDefault();
content.toggleClass('show-all');
if(content.hasClass('show-all')) {
btnText.text('Show less');
} else {
btnText.text('Show more');
}
});
});
var houzez_vars = {"admin_url":"https:\/\/dynamic.gd\/wp-admin\/","houzez_rtl":"no","user_id":"0","redirect_type":"diff_page","login_redirect":"https:\/\/dynamic.gd\/dashboard\/","property_gallery_popup_type":"photoswipe","wp_is_mobile":"","default_lat":"12.046044","default_long":"-61.744957","houzez_is_splash":"","prop_detail_nav":"yes","add_to_favorite_login_required":"0","disable_property_gallery":"1","grid_gallery_behaviour":"on_hover","is_singular_property":"1","search_position":"under_nav","login_loading":"Sending user info, please wait...","not_found":"We didn't find any results","listings_not_found":"No more listings found","houzez_map_system":"google","for_rent":"","for_rent_price_slider":"for-rent","search_min_price_range":"200","search_max_price_range":"6500000","search_min_price_range_for_rent":"500","search_max_price_range_for_rent":"65000","get_min_price":"0","get_max_price":"0","currency_position":"before","currency_symbol":"US$","decimals":"0","decimal_point_separator":".","thousands_separator":",","is_halfmap":"","houzez_date_language":"","houzez_default_radius":"5","houzez_reCaptcha":"","geo_country_limit":"1","geocomplete_country":"GD","is_edit_property":"","processing_text":"Processing, Please wait...","halfmap_layout":"","prev_text":"Prev","next_text":"Next","keyword_search_field":"prop_address","keyword_autocomplete":"1","autosearch_text":"Searching...","paypal_connecting":"Connecting to paypal, Please wait... ","transparent_logo":"","is_transparent":"","is_top_header":"1","simple_logo":"https:\/\/dynamic.gd\/wp-content\/uploads\/2025\/02\/Dynamic-Realty-logo-export300w-1.png","retina_logo":"https:\/\/dynamic.gd\/wp-content\/uploads\/2025\/02\/Dynamic-Realty-logo-export300w-1.png","mobile_logo":"https:\/\/dynamic.gd\/wp-content\/uploads\/2025\/02\/Dynamic-Realty-logo-export300w-1.png","retina_logo_mobile":"https:\/\/dynamic.gd\/wp-content\/uploads\/2025\/02\/Dynamic-Realty-logo-export300w-1.png","retina_logo_mobile_splash":"https:\/\/dynamic.gd\/wp-content\/uploads\/2025\/02\/Dynamic-Realty-logo-export200w.png","custom_logo_splash":"https:\/\/dynamic.gd\/wp-content\/uploads\/2025\/02\/Dynamic-Realty-horiz-white-copy.png","retina_logo_splash":"https:\/\/dynamic.gd\/wp-content\/uploads\/2025\/02\/Dynamic-Realty-logo-export200w.png","monthly_payment":"Monthly Payment","weekly_payment":"Weekly Payment","bi_weekly_payment":"Bi-Weekly Payment","compare_url":"https:\/\/dynamic.gd\/compare-properties\/","favorite_url":"https:\/\/dynamic.gd\/favorite-properties\/","template_thankyou":"https:\/\/dynamic.gd\/thank-you\/","compare_page_not_found":"Please create page using compare properties template","compare_limit":"Maximum item compare are 4","compare_add_icon":"","compare_remove_icon":"","add_compare_text":"Add to Compare","remove_compare_text":"Remove from Compare","is_mapbox":"google","api_mapbox":"a7H-at3-ByW-NnR","listing_pagination":"_number","is_marker_cluster":"1","g_recaptha_version":"v2","s_country":"","s_state":"","s_city":"","s_areas":"","woo_checkout_url":"","agent_redirection":""};