Listing

to','location': [39.630936, 19.762896],'message':'','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'117915'},{'name':'Nausicaa Tavern','location': [39.609905, 19.777819],'message':'
Nausicaa Tavern

Moraitika, Ermones 490 83, Corfu, Greece

Gastronomy | Restaurant

+30 2661 076320

http://https://www.facebook.com/tavernenausika

','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'112023'},{'name':'Taverna George','location': [39.61001, 19.777857],'message':'
Taverna George

Ermones 491 00, Corfu Island, Greece

Gastronomy | Restaurant

+30 2661 094506

http://https://www.facebook.com/taverna.george.corfu

','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'112025'},{'name':'Rosa Bella ex Rocabella Corfu Suite Hotel & Spa','location': [39.609375, 19.778633],'message':'','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'96710'},{'name':'Melina Bay Hotel','location': [39.60954417, 19.77820694],'message':'
Melina Bay Hotel

Kassiopi, Corfu, 49081, Greece

Hotel

+30 694 558 6910

http://melinabay.com/

','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'61693'},{'name':'Hotel Elena Ermones','location': [39.60954417, 19.77820694],'message':'
Hotel Elena Ermones

Ermones, Corfu, 49100, Greece

Hotel

30 26610 94131

http://hotelelena.gr

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