Listing
Phone No - For Silver or Gold Package Only
Website - For Gold Package Only
Email - For Silver or Gold Package Only
.. μόνο σε Golden Members!
toria Complex Restaurant','location': [39.14268, 23.424007],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'114156'},{'name':'Salt and Pepper','location': [39.141617, 23.427053],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'114158'},{'name':'Taverna Troulos','location': [39.140503, 23.419409],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'114152'},{'name':'Kipos Taverna Bar','location': [39.145542, 23.438217],'message':'
Skiathos Chora, Sporades, 37002, Greece
Gastronomy | Restaurant
+30 693 725 4950
http://
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'114074'},{'name':'Taverna Pizza Jimmy\'s','location': [39.143696, 23.440971],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'114078'},{'name':'Green Park Restaurant','location': [39.146, 23.441666],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'114080'},{'name':'Kochyli','location': [39.144, 23.439],'message':'
16 Bus Station, Skiathos Town 370 02, Greece
Gastronomy | Restaurant
+30 2427 049374
http://
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'114076'},{'name':'The View','location': [39.143925, 23.437286],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'114072'},{'name':'Irini Studios','location': [39.142128, 23.425797],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'107924'},{'name':'La Luna','location': [39.141384, 23.416447],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'104562'},{'name':'Filia Studios','location': [39.140694, 23.421307],'message':'
Troulos, Skiathos 37002 , Greece
Apartment
+30(24270)49333
http://
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'99132'},{'name':'Villa Elpiniki','location': [39.14151, 23.423882],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'99125'},{'name':'Mythos Studios','location': [39.144287, 23.424946],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'99134'},{'name':'Katerina','location': [39.146141, 23.423346],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'93845'},{'name':'Villa Bouboule','location': [39.14268178, 23.42435819],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'83182'},{'name':'Takis Studios','location': [39.14283624, 23.42793256],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'71047'},{'name':'Skiathosub Hotel & Suites','location': [39.14385347, 23.42207909],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'67700'},{'name':'Holiday Home Louisa','location': [39.13433404, 23.41742054],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'54880'},{'name':'Astoria Hotel','location': [39.14310875, 23.42096329],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'37359'},{'name':'Alypiako','location': [39.14072128, 23.41659647],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'14051'}];
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);