', 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: "Marrakech", 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)) } }, {latLng:[31.6162939,-7.987897699999962], 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.63200819797133,-7.986502647399902], 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.6327832,-7.996074499999963], 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: "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)) } }, ], 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'); }); } }); }); -->
Marrakech : Oasis de Sérénité – Magnifique Propriété avec Trois Villas sur 11 390 m² !

Marrakech : Oasis de Sérénité – Magnifique Propriété avec Trois Villas sur 11 390 m² !

10 9 1085 m² 1.200.000
Un Coin de Paradis à Vendre dans la Campagne de Marrakech !

Un Coin de Paradis à Vendre dans la Campagne de Marrakech !

3 3 180 m² 420.000
Marrakech – Hivernage authentique : Appartement T4 de 150 m² à louer longue durée

Marrakech – Hivernage authentique : Appartement T4 de 150 m² à louer longue durée

3 2 150 m² 925 / par Mois
Magnifique Villa de Luxe dans Résidence Privée avec Golf 5 Étoiles – Moins de 20 Minutes du Centre-Ville

Magnifique Villa de Luxe dans Résidence Privée avec Golf 5 Étoiles – Moins de 20 Minutes du Centre-Ville

4 4 319 m² 415.000
Belles villas dans petit domaine privé à quinze minutes de Marrakech

Belles villas dans petit domaine privé à quinze minutes de Marrakech

3 3 250 m² 750.000
Marrakech : Superbe appartement à deux pas du Golf de la Palmeraie
GOLF

Marrakech : Superbe appartement à deux pas du Golf de la Palmeraie

3 2 110 m² 270.000
Villa cinq chambres sur un terrain de 1000 m², piscine à débordement
Loué

Villa cinq chambres sur un terrain de 1000 m², piscine à débordement

5 4 350 m² Loué
Marrakech : Villa trois chambres avec piscine privée

Marrakech : Villa trois chambres avec piscine privée

3 2 250 m² 301.637
Marrakech : Magnifique Villa à l’entrée de Targa, trois chambres
Loué

Marrakech : Magnifique Villa à l’entrée de Targa, trois chambres

3 2 355 m² Loué
Superbe Duplex de 200 m² en pleine Palmeraie de Marrakech

Superbe Duplex de 200 m² en pleine Palmeraie de Marrakech

3 2 214 m² 250.000
Belle demeure sur un terrain au coeur d’un parc de plus de 1,5 ha

Belle demeure sur un terrain au coeur d’un parc de plus de 1,5 ha

6 6 1200 m² 1.850.000
Propriété ancienne à Targa sur 5500 m² !

Propriété ancienne à Targa sur 5500 m² !

9 2.575.000
 

Send this to friend