Listing
Sporades Islands. The Sporades are in the northwest Aegean between the island of Evia and Mount Pelion. Known for beautiful beaches with amazing turquoise seas, and rich vegetation they can be reached by ferry or highspeed from Agios Constantinos a couple hours north of Athens or from Volos, except for… Read more…
Sporades Islands. The Sporades are in the northwest Aegean between the island of Evia and Mount Pelion. Known for beautiful beaches with amazing turquoise seas, and rich vegetation they can be reached by ferry or highspeed from Agios Constantinos a couple hours north of Athens or from Volos, except for… Read more…
Sporades Islands. The Sporades are in the northwest Aegean between the island of Evia and Mount Pelion. Known for beautiful beaches with amazing turquoise seas, and rich vegetation they can be reached by ferry or highspeed from Agios Constantinos a couple hours north of Athens or from Volos, except for… Read more…
topia','location': [39.093056, 23.739283],'message':'
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'104673'},{'name':'Mando Beachfront','location': [39.085705, 23.745832],'message':'
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'99168'},{'name':'Ariadne','location': [39.089172, 23.743992],'message':'
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'99161'},{'name':'Ostria','location': [39.088463, 23.743673],'message':'
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'93885'},{'name':'Nina Studios','location': [39.085571, 23.745918],'message':'
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'93878'},{'name':'Mourtero House','location': [39.0882438, 23.7435472],'message':'
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'60476'},{'name':'Villa Melini','location': [39.08855192, 23.74340236],'message':'
Rousoum Gialos,Santorini, 37005, Greece
Villa
//
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'31270'},{'name':'Agnanti','location': [39.0882438, 23.7435472],'message':'
Kalamakia, Sporades, 37005, Greece
Hotel
//
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'13558'}];
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=';
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);