', options: { icon: new google.maps.MarkerImage("https://www.atlasimmobilier.com/wp-content/themes/bayfront/images/map-listing.png", new google.maps.Size(24, 37), new google.maps.Point(0, 0), new google.maps.Point(12, 37)), shadow: new google.maps.MarkerImage("https://www.atlasimmobilier.com/wp-content/themes/wpcasa/lib/assets/img/map-listing-shadow.png", new google.maps.Size(24, 17), new google.maps.Point(0, 0), new google.maps.Point(12, 8)) } }, {address: "chwiter", data: '', options: { icon: new google.maps.MarkerImage("https://www.atlasimmobilier.com/wp-content/themes/bayfront/images/map-listing.png", new google.maps.Size(24, 37), new google.maps.Point(0, 0), new google.maps.Point(12, 37)), shadow: new google.maps.MarkerImage("https://www.atlasimmobilier.com/wp-content/themes/wpcasa/lib/assets/img/map-listing-shadow.png", new google.maps.Size(24, 17), new google.maps.Point(0, 0), new google.maps.Point(12, 8)) } }, {latLng:[31.639330443764923,-7.988829463720322], data: '', options: { icon: new google.maps.MarkerImage("https://www.atlasimmobilier.com/wp-content/themes/bayfront/images/map-listing.png", new google.maps.Size(24, 37), new google.maps.Point(0, 0), new google.maps.Point(12, 37)), shadow: new google.maps.MarkerImage("https://www.atlasimmobilier.com/wp-content/themes/wpcasa/lib/assets/img/map-listing-shadow.png", new google.maps.Size(24, 17), new google.maps.Point(0, 0), new google.maps.Point(12, 8)) } }, {address: "119 Derb Jdid", data: '', options: { icon: new google.maps.MarkerImage("https://www.atlasimmobilier.com/wp-content/themes/bayfront/images/map-listing.png", new google.maps.Size(24, 37), new google.maps.Point(0, 0), new google.maps.Point(12, 37)), shadow: new google.maps.MarkerImage("https://www.atlasimmobilier.com/wp-content/themes/wpcasa/lib/assets/img/map-listing-shadow.png", new google.maps.Size(24, 17), new google.maps.Point(0, 0), new google.maps.Point(12, 8)) } }, {address: "amelkis golf", data: '', options: { icon: new google.maps.MarkerImage("https://www.atlasimmobilier.com/wp-content/themes/bayfront/images/map-listing.png", new google.maps.Size(24, 37), new google.maps.Point(0, 0), new google.maps.Point(12, 37)), shadow: new google.maps.MarkerImage("https://www.atlasimmobilier.com/wp-content/themes/wpcasa/lib/assets/img/map-listing-shadow.png", new google.maps.Size(24, 17), new google.maps.Point(0, 0), new google.maps.Point(12, 8)) } }, {address: "64,lotissement sakina", data: '', options: { icon: new google.maps.MarkerImage("https://www.atlasimmobilier.com/wp-content/themes/bayfront/images/map-listing.png", new google.maps.Size(24, 37), new google.maps.Point(0, 0), new google.maps.Point(12, 37)), shadow: new google.maps.MarkerImage("https://www.atlasimmobilier.com/wp-content/themes/wpcasa/lib/assets/img/map-listing-shadow.png", new google.maps.Size(24, 17), new google.maps.Point(0, 0), new google.maps.Point(12, 8)) } }, {address: "route de casa", data: '', options: { icon: new google.maps.MarkerImage("https://www.atlasimmobilier.com/wp-content/themes/bayfront/images/map-listing.png", new google.maps.Size(24, 37), new google.maps.Point(0, 0), new google.maps.Point(12, 37)), shadow: new google.maps.MarkerImage("https://www.atlasimmobilier.com/wp-content/themes/wpcasa/lib/assets/img/map-listing-shadow.png", new google.maps.Size(24, 17), new google.maps.Point(0, 0), new google.maps.Point(12, 8)) } }, {latLng:[31.51123970051334,-7.92563796043396], data: '', options: { icon: new google.maps.MarkerImage("https://www.atlasimmobilier.com/wp-content/themes/bayfront/images/map-listing.png", new google.maps.Size(24, 37), new google.maps.Point(0, 0), new google.maps.Point(12, 37)), shadow: new google.maps.MarkerImage("https://www.atlasimmobilier.com/wp-content/themes/wpcasa/lib/assets/img/map-listing-shadow.png", new google.maps.Size(24, 17), new google.maps.Point(0, 0), new google.maps.Point(12, 8)) } }, ], options:{ draggable: false }, events:{ mouseover: function(marker, event, context){ marker.setZIndex(google.maps.Marker.MAX_ZINDEX + 1); var map = $(this).gmap3("get"), infowindow = $(this).gmap3({get:{name:"infowindow"}}); if (infowindow){ infowindow.open(map, marker); infowindow.setContent(context.data); } else { $(this).gmap3({ infowindow:{ anchor:marker, options:{content: context.data} } }); } } }, cluster:{ radius: 20, 5: { content: "
CLUSTER_COUNT
", width: 50, height: 50, offset: { x: -25, y: -25 } }, 10: { content: "
CLUSTER_COUNT
", width: 60, height: 60, offset: { x: -30, y: -30 } }, 25: { content: "
CLUSTER_COUNT
", width: 70, height: 70, offset: { x: -35, y: -35 } }, 50: { content: "
CLUSTER_COUNT
", width: 80, height: 80, offset: { x: -40, y: -40 } }, events: { click: function(cluster) { var map = $(this).gmap3("get"); map.setCenter(cluster.main.getPosition()); map.setZoom(map.getZoom() + 1); } } } // end cluster }, // end marker autofit:{} }); } })(jQuery); jQuery(document).ready(function($){ var cookie_map = 'wpcasa_search_map'; var listings_map = '#listings-map'; if($.cookie(cookie_map) != 'closed') { $(listings_map).initialize(); $('#listings-map.open').show(); } if ($.cookie(cookie_map) && $.cookie(cookie_map) == 'open') { $(listings_map).initialize(); $(listings_map).show(); $('.title-search-map').addClass('open'); } $('.title-search-map').click(function () { if ($(listings_map).is(':visible')) { $.cookie(cookie_map, 'closed',{ expires: 60, path: '/' }); $(listings_map).animate( { opacity: '0' }, 150, function(){ $('.title-search-map').removeClass('open'); $(listings_map).slideUp(150); } ); } else { $(listings_map).slideDown(150, function(){ $(listings_map).initialize(); $(listings_map).gmap3({trigger:"resize"}); $.cookie(cookie_map, 'open',{ expires: 60, path: '/' }); $(listings_map).animate( { opacity: '1' }, 150 ); $('.title-search-map').addClass('open'); }); } }); }); -->
A Piece of Paradise for Sale in the Marrakech Countryside!

A Piece of Paradise for Sale in the Marrakech Countryside!

3 3 180 m² 420.000
Beautiful villa for sale Ouarzazat road
Sold

Beautiful villa for sale Ouarzazat road

4 4 270 m² Sold
Very beautiful villa Style Arab-Andalusian
Sold

Very beautiful villa Style Arab-Andalusian

3 4 180 m² Sold
Villa Boccara turnkey!
Sold

Villa Boccara turnkey!

3 3 230 m² Sold
Back on the market : Single Storey Villa with Swimming Pool 20 Minutes from the Center
Under compromise

Back on the market : Single Storey Villa with Swimming Pool 20 Minutes from the Center

3 3 210 m² 365.000
Magnificent four bedroom villa close to Amelkis
Sold

Magnificent four bedroom villa close to Amelkis

4 4 280 m² Sold
Atypical Andalusian style duplex for sale in the city center

Atypical Andalusian style duplex for sale in the city center

3 4 263 m² 340.000
Apartment not overlooked south terrace

Apartment not overlooked south terrace

2 3 151 m² 340.000
Beautiful villa for sale with pool

Beautiful villa for sale with pool

4 5 300 m² 330.000
Traditional riad in the district of Dar el Bacha!
Sold

Traditional riad in the district of Dar el Bacha!

5 5 200 m² Sold
Contemporary villa in the quiet of the countryside
Sold

Contemporary villa in the quiet of the countryside

5 5 250 m² Sold
Riad villa in the heart of the Palmeraie circuit

Riad villa in the heart of the Palmeraie circuit

4 3 200 m² 300.000
 

Send this to friend