(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)
}
//});
};
Welcome to Skyline Suites Grenada. Located in the heart of the Grand Anse shopping hub, 3 minutes walking distance from the world renowned Grand Anse Beach and about 5 minutes from the Maurice Bishop International Airport. This is an ultramodern, fully furnished, luxury apartment complex that is known for its’ uniquely designed suites.
This property is situated on 21,780 sq.ft. of prime land. Skyline Suites contains three buildings with thirty-one (31) apartments. Building 1 has two stories and contains one (1) three bedrooms, two (2) studios and one (1) two bedrooms. Building 2 has five (5) stories and contains twenty (20) one bedroom, three (3) studios, one (1) office, one (1) storeroom and one (1) power/date/security camera room. Building 3 has two (2) stories and contains four (4) two bedrooms.
All bedrooms contain En-suites for full privacy and each apartment conveniently has its own washer, dryer, electric stove, fridge, television, hot and cold water as well as two car parks which are available for tenants. In addition, the view from the top floors of the towers is immaculate!
Inclusive of this sale are seven (7) one thousand gallons plastic water tanks. Solar water heaters are also included.
Explore the potential of this lucrative investment in Grenada’s growing Real Estate Market.
Prices are as follows:
3 –bedroom at USD$2500/EC$6,792.25 monthly
2– bedroom at USD$1800/EC$4,890.42 monthly
1- bedroom at US$1100/EC$2,988.59 monthly
Studio apartment at US$900.00/EC$2,445.21 monthly
Additional Information
We have reserved four ground floor one bedroom apartments for tenants with pet
Pet Fees – refundable deposit US $200 plus $50 monthly
One pet per tenant, however consideration may be given for two pets
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":""};