Listing
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!
to Paradiso Cafe beach bar bistro','location': [37.841465, 20.77019],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'119062'},{'name':'Buca Lounge Bar','location': [37.841705, 20.769663],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'119058'},{'name':'Yria Bar','location': [37.840794, 20.76999],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'119060'},{'name':'See the Sea Beach Bar','location': [37.844757, 20.763092],'message':'
Montreal Hotel, Alykes 29100, Zakynthos, Greece
Entertainment | Caf? and Bar
+30 2695 022167
http://
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'119054'},{'name':'Kanela','location': [37.842194, 20.766819],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'119056'},{'name':'Anatolikos','location': [37.842785, 20.766542],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'112943'},{'name':'Apollo Taverna','location': [37.829597, 20.75733],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'112939'},{'name':'Golden Dolphin Restaurant & Beach Bar','location': [37.84448, 20.763601],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'112941'},{'name':'Fishalida','location': [37.842358, 20.767982],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'112945'},{'name':'Lino Bistro','location': [37.8399, 20.768044],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'112947'},{'name':'Piccadilly Restaurant','location': [37.840828, 20.76879],'message':'
Piccadilly Apartments, Alykes Beach, 291 00, Zakinthos Island, Greece
Gastronomy | Restaurant
+30 2695 083222
http://piccadillyzante.gr/
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'112949'},{'name':'El Greco','location': [37.84126, 20.769176],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'112951'},{'name':'Fidelio Restaurant','location': [37.841057, 20.769356],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'112953'},{'name':'Panorama Studios','location': [37.842407, 20.767752],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'99507'},{'name':'Eleni Studios & Apartments','location': [37.83607263, 20.76208377],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'54132'},{'name':'Thetis','location': [37.82886876, 20.7626608],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'41706'},{'name':'Serenissima Boutique Hotel','location': [37.83551358, 20.76299223],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'23474'},{'name':'Montes Apartments & Studios','location': [37.83458404, 20.76109171],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'20978'},{'name':'Alykes 4 Seasons','location': [37.83745395, 20.76767921],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'11241'}];
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);