Peloponnese. The Peloponnese is the stuff of legends. Literally. It is here that Hercules fought the Nemean lion and gods walked the earth, meddling in mortal affairs; it’s from here that Paris of Troy eloped with Helen and the Argonauts set sail in search of the Golden Fleece. Celestial and… Read more…
Peloponnese. The Peloponnese is the stuff of legends. Literally. It is here that Hercules fought the Nemean lion and gods walked the earth, meddling in mortal affairs; it’s from here that Paris of Troy eloped with Helen and the Argonauts set sail in search of the Golden Fleece. Celestial and… Read more…
Peloponnese. The Peloponnese is the stuff of legends. Literally. It is here that Hercules fought the Nemean lion and gods walked the earth, meddling in mortal affairs; it’s from here that Paris of Troy eloped with Helen and the Argonauts set sail in search of the Golden Fleece. Celestial and… Read more…
https://gr.pinterest.com/etravel_greece/
Peloponnese. The Peloponnese is the stuff of legends. Literally. It is here that Hercules fought the Nemean lion and gods walked the earth, meddling in mortal affairs; it’s from here that Paris of Troy eloped with Helen and the Argonauts set sail in search of the Golden Fleece. Celestial and… Read more…
tor','location': [37.48513, 21.648899],'message':'
Sidirodromikou Stathmou 4 , Zacharo, 27054, Greece
Hotel
+30(26250)31206
//
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'100874'},{'name':'Banana Place','location': [37.483788, 21.619532],'message':'
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'100881'},{'name':'Evelyns House','location': [37.47424503, 21.62761688],'message':'
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'67749'},{'name':'Ostria Hotel Kakovatos Beach','location': [37.42691794, 21.62979484],'message':'
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'64112'},{'name':'Kaiafas Lake Hotel','location': [37.36510638, 21.60429105],'message':'
Kaiafas, Illeia,Peleponesse, 27054, Greece
Hotel
//
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'58378'},{'name':'Asfendamos','location': [37.4091411, 21.64055049],'message':'
Kakovatos, Zacharo, 27054, Greece
Hotel
//
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'47957'},{'name':'Anilio Plaza','location': [37.42967632, 21.62638843],'message':'
Anilio-Zacharo, Ilia, 27054, Greece
Hotel
//
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'46579'},{'name':'Asfodelos','location': [37.43196049, 21.62638843],'message':'
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'37254'},{'name':'Olympion Village Studios','location': [37.45645998, 21.57874399],'message':'
Zacharo Beach, Peleponesse, 27054, Greece
Hotel
//
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'21652'},{'name':'Athina Hotel','location': [37.45760206, 21.6151768],'message':'
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'18198'}];
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=hotel';
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);