//<![CDATA[
 var map;
    var directionsPanel;
    var directions;

    function showmap() {
      map = new GMap2(document.getElementById("map"));
      map.setCenter(new GLatLng(37.478673, 15.075903), 14);
        map.addControl(new GSmallMapControl());
        map.addControl(new GMapTypeControl());
      directionsPanel = document.getElementById("route");
      directions = new GDirections(map, directionsPanel);
      directions.load("from: Catania Fontanarossa, 95121 Catania, Sicilia to: Viale Presidente Kennedy, 48, 95121 Catania, Catane (Sicilia) (Romano Palace Luxury Hotel)", {'preserveViewport': 'true'});
    }


    //]]>

    
   
