Phone No - For Silver or Gold Package Only
Website - For Gold Package Only
Email - For Silver or Gold Package Only
.. μόνο σε Golden Members!
Phone No - For Silver or Gold Package Only
Website - For Gold Package Only
Email - For Silver or Gold Package Only
.. μόνο σε Golden Members!
Phone No - For Silver or Gold Package Only
Website - For Gold Package Only
Email - For Silver or Gold Package Only
.. μόνο σε Golden Members!
Phone No - For Silver or Gold Package Only
Website - For Gold Package Only
Email - For Silver or Gold Package Only
.. μόνο σε Golden Members!
Phone No - For Silver or Gold Package Only
Website - For Gold Package Only
Email - For Silver or Gold Package Only
.. μόνο σε Golden Members!
Villa in Naxos Chora, Naxos, Cyclades Islands
Travel catalog and tourist catalogue, Villa in Naxos Chora, Naxos, Cyclades Islands, best prices
Villa in Naxos Chora, Naxos, Cyclades Islands hotels, villas, restaurants, shops, businesses
Find the best prices for accommodation and food for place to visit in Villa in Naxos Chora, Naxos, Cyclades Islands
to Rondo','location': [37.07334822, 25.33552945],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'25528'},{'name':'Villa Christine','location': [37.02612477, 25.33179045],'message':'
Agia Anna Naxos, 84300, Greece
Villa
http://
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'25066'},{'name':'Sea & Olives Villas','location': [37.04696979, 25.36131889],'message':'
Maragkas Plaka, Naxos, 84300, Greece
Villa
http://
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'23355'},{'name':'Paradisia Villas','location': [37.09529756, 25.37452877],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'22077'},{'name':'Villa Flora','location': [37.09383044, 25.36052227],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'21267'},{'name':'My Villa','location': [37.0370177, 25.31003773],'message':'
Airpor, Agios Georgios, Naxos, 84300, Greece
Villa
http://
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'21111'},{'name':'Montana Villa','location': [37.06555479, 25.32042722],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'20964'},{'name':'Kedros Villas','location': [37.08043783, 25.34431368],'message':'
Agios prokopios, Stelida, Naxos, 84300, Greece
Villa
http://
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'19354'},{'name':'Depis Edem Luxury Villas','location': [37.0400483, 25.361613],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'11536'},{'name':'Villa Danai','location': [37.0659466, 25.34794807],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'8462'}];
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);