Listing

Smaragdi Hotel in Artemonas, Sifnos, Cyclades Islands

Smaragdi Hotel

Phone No - For Silver or Gold Package Only

Website - For Gold Package Only

Email - For Silver or Gold Package Only

.. μόνο σε Golden Members!

to Troullaki','location': [36.98156, 24.727453],'message':'','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'116485'},{'name':'Smaragdi Restaurant','location': [36.98026, 24.725498],'message':'
Smaragdi Restaurant

Artemonas 840 03, Greece

Gastronomy | Restaurant

+30 2284 033901

http://smaragdi.gr/restaurant/

','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'116482'},{'name':'Purple Flower Villa','location': [36.981319, 24.722883],'message':'
Purple Flower Villa

Artemonas, Sifnos Island, 84003, Greece

Villa

+30(6948)558620

http://www.purpleflowervilla.com

','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'109769'},{'name':'Moscha Geronti Studios & Apartments','location': [36.976116, 24.725782],'message':'
Moscha Geronti Studios & Apartments

Ano Petali, Sifnos Island, 84003, Greece

Room

+30(6973)770831

http://gerontistudios.gr/

','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'109776'},{'name':'Smaragdi Hotel','location': [36.979588, 24.725418],'message':'
Smaragdi Hotel

Artemonas, Sifnos Island, 84003, Greece

Apartment

+30(22840)33901

http://www.smaragdi.gr/

','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'97874'}]; 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);