Daratsos

Villa in Daratsos

to','location': [35.499996, 23.972075],'message':'','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'108624'},{'name':'Villa Joy Mare','location': [35.50954263, 23.97498026],'message':'
Villa Joy Mare

Nearchou Str., Kato Daratso, 73134, Greece

Villa

+30 2821033811

http://villa-joy-mare-gr.book.direct/

','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'82838'},{'name':'Maria Luxor Villa','location': [35.50966432, 23.97498026],'message':'
Maria Luxor Villa

Glaros Agioi Apostoloi Daratsos, Kato Daratso, 73100, Greece

Villa

+30 6933343818

http://maria-luxor-villa.kato-daratso-crete.hotel-crete.net/

','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'74358'},{'name':'Villa Sunhill','location': [35.50837541, 23.97879128],'message':'
Villa Sunhill

Ifigeneias Chrisi Akti, Kato Daratso, Crete, Kato Daratso, 73100, Greece

Villa

http://www.villa-sunhill.gr/

','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'71360'},{'name':'Villa Naias','location': [35.50729533, 23.97498026],'message':'
Villa Naias

Daskalogianni, Kato Daratso, Chania Region, 73100, Greece

Villa

30 28210 33008

https://villanaias.cosmores.com/

','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'70984'},{'name':'Elma\'S Dream Apartments & Villas','location': [35.5076818, 23.9776893],'message':'
Elma’S Dream Apartments & Villas

Polyrinias Street, Cryssi Akti, Kato Daratso, 73100, Greece

Villa

+30 2821 087401

http://www.elmasdream.gr/

','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'35145'}]; var clustering = ''; var map; var mgr; var markerClusterer; var markerArray = []; var mClusterer = null; var pippoint_effects='click'; var infoBubble = new InfoBubble({maxWidth:210,minWidth:210,minHeight:"auto",padding:0,borderRadius:0,borderWidth:0,overflow:"visible",backgroundColor:"#fff"}); var isDraggable = jQuery(document).width() > 480 ? true : false; var isscrollwheel = jQuery(document).width() > 480 ? true : false; var dragging = zoom_changed = false; var bounds_modified = false; var new_bounds; var query_string='post_type=listing&taxonomy=listingcategory&slug=villa'; var zoom_changed=1; function initialize() { bounds = new google.maps.LatLngBounds(); var myOptions = { scrollwheel: isscrollwheel, draggable: isDraggable, zoom: CITY_MAP_ZOOMING_FACT, center: new google.maps.LatLng(CITY_MAP_CENTER_LAT, CITY_MAP_CENTER_LNG), mapTypeId: google.maps.MapTypeId.ROADMAP } map = new google.maps.Map(document.getElementById("map_canvas"),myOptions); /* map style customizer */ var styles = []; map.setOptions({styles: styles}); /* Add Google Map marlkers */ mgr = new MarkerManager( map ); templ_add_googlemap_markers(markers); if ( zoom_option==1) { map.fitBounds(bounds); map.setCenter(bounds.getCenter( ) ) ; } /* but that message is not within the marker's instance data */ google.maps.event.addListener(map, 'dragstart', function() { dragging = false; }); google.maps.event.addListener(map, 'dragend', function() { dragging = true; }); google.maps.event.addListener(map, 'bounds_changed', function() { bounds_modified = true; new_bounds = map.getBounds(); }); google.maps.event.addListener(map, 'zoom_changed', function() { if ( zoom_changed!=1) { dragging = true; } zoom_changed=0; }); google.maps.event.addListener(map, 'idle', function(ev) { /*new_bounds = map.getBounds();*/ refresh_markers(); }); } google.maps.event.addDomListener(window, 'load', initialize);