

{"id":9101,"date":"2021-04-19T11:25:42","date_gmt":"2021-04-19T09:25:42","guid":{"rendered":"http:\/\/galhassin.it\/contatti\/"},"modified":"2021-06-16T10:25:42","modified_gmt":"2021-06-16T08:25:42","slug":"contacts","status":"publish","type":"page","link":"https:\/\/galhassin.it\/en\/contacts\/","title":{"rendered":"Contacts"},"content":{"rendered":"<div id=\"contact-block_607d5c23f5a6f\" class=\"contact is-padding-block break-article-column z-1 c-md-mt-12 c-md-mb-12 mt-5 mb-5 px-3 px-md-0 \">\n    <div class=\"galhassin-form-container mx-auto\">\n        <div class=\"block-title\">\n            <h4 class=\"semiBold uppercase ls-4\">\n                Any questions? Contact us             <\/h4>\n                    <\/div>\n        <div class=\"form-wrapper mt-md-5 c-mt-3\">\n            \n<div class=\"wpcf7 no-js\" id=\"wpcf7-f14756-o1\" lang=\"it-IT\" dir=\"ltr\" data-wpcf7-id=\"14756\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/9101#wpcf7-f14756-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Modulo di contatto\" novalidate=\"novalidate\" data-status=\"init\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"14756\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.0.2\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"it_IT\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f14756-o1\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/div>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"nome\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name *\" value=\"\" type=\"text\" name=\"nome\" \/><\/span><span class=\"wpcf7-form-control-wrap\" data-name=\"cognome\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Surname *\" value=\"\" type=\"text\" name=\"cognome\" \/><\/span><span class=\"wpcf7-form-control-wrap\" data-name=\"email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email\" value=\"\" type=\"email\" name=\"email\" \/><\/span><span class=\"wpcf7-form-control-wrap\" data-name=\"telefono\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-text wpcf7-validates-as-tel\" aria-invalid=\"false\" placeholder=\"Phone\" value=\"\" type=\"tel\" name=\"telefono\" \/><\/span><span class=\"d-flex flex-wrap w-100\"><span class=\"inner-row pr-md-2\"><label class=\"txt-p caption\">Reason for your request:<\/label><span class=\"wpcf7-form-control-wrap\" data-name=\"galhassin-mailbox\"><select class=\"wpcf7-form-control wpcf7-select\" aria-invalid=\"false\" name=\"galhassin-mailbox\"><option value=\"Generical information\">Generical information<\/option><option value=\"Visit information\">Visit information<\/option><\/select><\/span><\/span><\/span><span class=\"wpcf7-form-control-wrap\" data-name=\"messaggio\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Write your message here ...\" name=\"messaggio\"><\/textarea><\/span><span class=\"wpcf7-form-control-wrap\" data-name=\"privacy\"><span class=\"wpcf7-form-control wpcf7-acceptance\"><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"privacy\" value=\"1\" aria-invalid=\"false\" \/><span class=\"wpcf7-list-item-label\">I have read and agree to the <a target=\"_blank\" href=\"https:\/\/galhassin.it\/informativa-privacy-newsletter-form-visite\/\">Privacy Statement<\/a> for this website.<\/span><\/label><\/span><\/span><\/span><input class=\"wpcf7-form-control wpcf7-submit has-spinner is-button uppercase semiBold txt-p button-text book-button primary-button blue-button\" type=\"submit\" value=\"Submit\" \/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n    <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-0').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-0').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(0);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-1').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-1').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(1);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-2').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-2').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(2);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-3').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-3').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(3);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-4').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-4').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(4);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-5').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-5').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(5);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-6').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-6').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(6);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-7').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-7').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(7);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-8').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-8').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(8);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-9').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-9').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(9);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-10').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-10').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(10);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-11').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-11').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(11);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-12').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-12').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(12);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-13').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-13').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(13);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-14').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-14').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(14);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-15').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-15').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(15);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-16').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-16').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(16);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-17').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-17').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(17);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-18').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-18').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(18);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-19').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-19').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(19);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-20').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-20').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(20);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-21').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-21').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(21);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-22').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-22').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(22);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-23').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-23').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(23);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-24').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-24').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(24);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-25').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-25').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(25);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-26').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-26').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(26);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-27').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-27').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(27);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-28').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-28').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(28);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-29').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-29').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(29);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-30').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-30').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(30);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-31').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-31').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(31);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-32').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-32').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(32);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-33').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-33').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(33);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-34').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-34').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(34);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-35').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-35').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(35);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-36').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-36').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(36);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n        <script type=\"text\/javascript\">\n            (function($) {\n\n                function new_map( $el ) {\n\n                \/\/ var\n                var $markers = $('.map-number-37').find('.marker');\n\n                \/\/ vars\n                var args = {\n                    zoom\t\t: 16,\n                    center\t\t: new google.maps.LatLng(0, 0),\n                    streetViewControl: false,\n                    disableDefaultUI: true,\n                    mapTypeId\t: google.maps.MapTypeId.ROADMAP\n                };\n\n\n                \/\/ create map\n                var map = new google.maps.Map( $el[0], args);\n\n\n                \/\/ add a markers reference\n                map.markers = [];\n                \n\n                \/\/ add markers\n                $markers.each(function(){\n\n                    add_marker( $(this), map );\n\n                });\n\n\n                \/\/ center map\n                center_map( map );\n\n\n                \/\/ return\n                return map;\n\n                }\n\n                \n                function add_marker( $marker, map ) {\n\n                \/\/ var\n                var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );\n                var color = $marker.attr('color');\n\n                \/\/ create marker\n                var marker = new google.maps.Marker({\n                    position\t: latlng,\n                    map\t\t\t: map,\n                    icon: {\n                    url: color\n                    }\n                });\n\n                \/\/ add to array\n                map.markers.push( marker );\n\n                \/\/ if marker contains HTML, add it to an infoWindow\n                if( $marker.html() )\n                {\n                    \/\/ create info window\n                    var infowindow = new google.maps.InfoWindow({\n                        content\t\t: $marker.html()\n                    });\n\n                    \/\/ show info window when marker is clicked\n                    google.maps.event.addListener(marker, 'click', function() {\n\n                        infowindow.open( map, marker );\n\n                    });\n                }\n\n                }\n\n              \n\n                function center_map( map ) {\n\n                \/\/ vars\n                var bounds = new google.maps.LatLngBounds();\n\n                \/\/ loop through all markers and create bounds\n                $.each( map.markers, function( i, marker ){\n\n                    var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );\n\n                    bounds.extend( latlng );\n\n                });\n\n                \/\/ only 1 marker?\n                if( map.markers.length == 1 )\n                {\n                    \/\/ set center of map\n                    map.setCenter( bounds.getCenter() );\n                    map.setZoom( 16 );\n                }\n                else\n                {\n                    \/\/ fit to bounds\n                    map.fitBounds( bounds );\n                }\n\n                }\n\n              \n                var map = null;\n\n                $(document).ready(function(){\n\n                $('.map-number-37').each(function(){\n\n                    \/\/ create map\n                    map = new_map( $(this) );\n                    \/\/ console.log(37);\n                });\n\n                });\n\n            \n\n            })(jQuery);\n            <\/script>\n    \n\n<div id=\"interesse-block_607d4ca443d96\" class=\"interesse is-padding-block break-article-column z-1 c-md-pt-12 c-md-pb-12 pt-5 pb-5 has-white-background-color \">\n    <div class=\"tab-containers\">\n        <div class=\"container-tabs-header pl-3 pl-md-0 d-table mx-auto\">\n    <ul class=\"noList pl-0 m-0 tab-list has-extra-light-blue-background-color mb-3 d-flex flex-wrap px-1 py-1\">\n                <li id=\"tab-interesse-block_607d4ca443d96-0\" class=\"item-tab px-3 py-md-3 py-2 pointer activeTab has-primary-blue-background-color\" data-tab-target=\"target-interesse-block_607d4ca443d96-0\">\n            <p class=\"tab-title g-txt button-text semiBold has-white-color uppercase\">\n                Where to eat            <\/p>\n        <\/li>\n                <li id=\"tab-interesse-block_607d4ca443d96-1\" class=\"item-tab px-3 py-md-3 py-2 pointer \" data-tab-target=\"target-interesse-block_607d4ca443d96-1\">\n            <p class=\"tab-title g-txt button-text semiBold has-dark-blue-color uppercase\">\n                Where to sleep            <\/p>\n        <\/li>\n            <\/ul>\n<\/div>            <div class=\"tab-contents mx-auto has-extra-light-blue-background-color\">\n                <!-- TAB CONTENT -->\n                <div class=\"tab-element d-block\">\n                                                                <div class=\"tab-container flex-wrap justify-content-between w-100 appearing-tab z-1 d-flex target-interesse-block_607d4ca443d96-0\">\n                            \n<div class=\"galMapContainer w-100\">\n    <div class=\"galhassin-map map-number-0\" data-map-mumber=\"0\">\n                    \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/mangiare-alt.svg\" data-lat=\"37.9393322\" data-lng=\"14.0190456\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.it\/maps\/place\/90010+Isnello+PA\/@37.9392332,14.0201609,18z\/data=!3m1!4b1!4m12!1m6!3m5!1s0x131730d9a3eadcc3:0x51b6af2b52957be3!2sGal+Hassin+-+Osservatorio+Astronomico!8m2!3d37.9393322!4d14.0212396!3m4!1s0x131730d9a26af5d9:0xf1a206f6cf00ef64!8m2!3d37.9392292!4d14.0212816\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Ristoro al GAL Hassin<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Via della Fontana Mitri, 1 90010 ISNELLO (PA)<br \/>\r\nAll\u2019interno del Centro GAL Hassin, accanto al Planetario<br \/>\r\n<span style=\"font-size: 1.125rem\">referente <\/span><span style=\"font-size: 1.125rem\">Federica Grisanti, tel.\u00a0 +39327 4410845<\/span><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/mangiare-alt.svg\" data-lat=\"37.9405741\" data-lng=\"14.0038601\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.com\/maps\/place\/Bar+delle+Querce\/@37.9405741,14.0038601,14.21z\/data=!4m5!3m4!1s0x1317372b13437505:0xf96d8878a7c9aeac!8m2!3d37.9387789!4d14.0041358?hl=it-IT\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Bar delle Querce <\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Bar Panineria, \u00a0Viale Impellitteri, 90010 ISNELLO (PA)<br \/>\r\ntel. +39 388 3472252<br \/>\r\n<a href=\"http:\/\/www.comune.isnello.pa.it\/isnello\/zf\/index.php\/locali-pubblici\/index\/dettaglio-locale\/locale\/2\">Sito Comune Isnello<\/a><br \/>\r\n<a href=\"https:\/\/www.facebook.com\/Bar-delle-querce-142718519129218\/\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.tripadvisor.it\/Restaurant_Review-g1087460-d4374813-Reviews-Bar_Delle_Quercie-Isnello_Province_of_Palermo_Sicily.html\">TripAdvisor<\/a><br \/>\r\n<br \/>\r\n\u00a0<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/mangiare-alt.svg\" data-lat=\"37.9432082\" data-lng=\"14.0034048\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.com\/maps\/place\/Bar+Pink+Panther\/@37.9432082,14.0034048,17z\/data=!3m2!4b1!5s0x1317372c9710f7f7:0x88a6022e8233d1c3!4m5!3m4!1s0x1317372c977827b5:0xd64abdd2abde658a!8m2!3d37.943204!4d14.0055935?hl=it-IT\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Pink Panther<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Bar Panineria Gelateria Tavola Calda Pasticceria<br \/>\r\nCorso Vittorio Emanuele, 48 90010 ISNELLO (PA)<br \/>\r\ntel. +39 340 3627978 \/ +39 327 6938133<br \/>\r\n<a href=\"https:\/\/www.facebook.com\/Bar-Pink-Panther-Isnello-2030113253668261\/\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.tripadvisor.it\/Restaurant_Review-g1087460-d15065688-Reviews-Pink_Panther-Isnello_Province_of_Palermo_Sicily.html\">TripAdvisor<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/mangiare-alt.svg\" data-lat=\"37.9410885\" data-lng=\"14.003266\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.com\/maps\/place\/Bar+Bolero\/@37.9410885,14.003266,17z\/data=!3m1!4b1!4m5!3m4!1s0x1317372b137e50d9:0x51ab28b4aefd07e6!8m2!3d37.9410843!4d14.0054547?hl=it-IT\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Bar Bolero <\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Bar Pasticceria Gelateria Tavola Calda<br \/>\r\nPiazza Tenente di Martino 90010 ISNELLO (PA)<br \/>\r\ntel. +39 340 0740213<br \/>\r\n<a href=\"mailto:patriziocangelosi@hotmail.it\">patriziocangelosi@hotmail.it<\/a><br \/>\r\n<a href=\"https:\/\/www.facebook.com\/BarBoleroIsnello\/\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.tripadvisor.it\/Restaurant_Review-g1087460-d11785781-Reviews-Bar_Bolero-Isnello_Province_of_Palermo_Sicily.html\">TripAdvisor<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/mangiare-alt.svg\" data-lat=\"37.944391\" data-lng=\"14.0044094\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.com\/maps\/place\/Bar+edicola+del+Corso\/@37.944391,14.0044094,17z\/data=!3m1!4b1!4m5!3m4!1s0x1317372cd0161b11:0x9bbecd4b9cbe2dae!8m2!3d37.9443826!4d14.0066044?hl=it-IT\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Bar del Corso<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Bar Edicola<br \/>\r\nCorso Vittorio Emanuele, 11 90010 ISNELLO (PA)<br \/>\r\ntel. +39 389 1878945 Referente Rosanna Scalzo<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/mangiare-alt.svg\" data-lat=\"37.9444374\" data-lng=\"14.0066313\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.com\/maps\/place\/Corso+Vittorio+Emanuele,+9,+90010+Isnello+PA,+Italia\/@37.9444374,14.0066313,17z\/data=!4m13!1m7!3m6!1s0x1317372cd012ab59:0xba902dd16cb81919!2sCorso+Vittorio+Emanuele,+9,+90010+Isnello+PA,+Italia!3b1!8m2!3d37.9444028!4d14.0066521!3m4!1s0x1317372cd012ab59:0xba902dd16cb81919!8m2!3d37.9444028!4d14.0066521?hl=it-IT\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Bar degli Archi<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Corso Vittorio Emanuele, 9 90010 ISNELLO (PA)<br \/>\r\ntel. +39 349 2968077<br \/>\r\n<a href=\"https:\/\/www.facebook.com\/Bar-Degli-Archi-1572596419696912\">Facebook<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/mangiare-alt.svg\" data-lat=\"37.9449576\" data-lng=\"14.0043494\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.com\/maps\/place\/Bar+Cambio\/@37.9449576,14.0043494,17z\/data=!3m1!4b1!4m5!3m4!1s0x1317372cd7fa49b1:0xac311c62ce17b8d2!8m2!3d37.9449534!4d14.0065381?hl=it-IT\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Bar Cambio <\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Bar Panineria Gelateria<br \/>\r\nPiazza Mazzini, 6 90010 ISNELLO (PA)<br \/>\r\ntel. +39 333 7410604<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/mangiare-alt.svg\" data-lat=\"37.9387042\" data-lng=\"13.9996443\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.com\/maps\/place\/Ristorante+Pizzeria+Smeraldo\/@37.9387042,13.9996443,17z\/data=!3m1!4b1!4m5!3m4!1s0x1317372a9e7bf135:0xb269c8c26c9b4847!8m2!3d37.9387!4d14.001833?hl=it-IT\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Ristorante Pizzeria Smeraldo<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Ristorante Bar Pizzeria Smeraldo<br \/>\r\nContrada Farchio, 90010 ISNELLO (PA)<br \/>\r\ntel. +39 0921 616110<br \/>\r\n<a href=\"http:\/\/www.comune.isnello.pa.it\/isnello\/zf\/index.php\/locali-pubblici\/index\/dettaglio-locale\/locale\/3\">Sito Comune Isnello<\/a><br \/>\r\n<a href=\"https:\/\/www.facebook.com\/PizzeriaRistoranteBarSmeraldo\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.tripadvisor.it\/Restaurant_Review-g1087460-d7897837-Reviews-Smeraldo-Isnello_Province_of_Palermo_Sicily.html\">TripAdvisor<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/mangiare-alt.svg\" data-lat=\"37.9426502\" data-lng=\"14.0058536\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.com\/maps\/place\/Ristorante+La+Brace\/@37.9426502,14.0058536,17z\/data=!3m1!4b1!4m5!3m4!1s0x131730d35a7d58a3:0x93c6d10ace2471a6!8m2!3d37.9426713!4d14.0080581?hl=it-IT\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Ristorante Pizzeria La Brace<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Ristorante Pizzeria<br \/>\r\nVia Mons. Oscar Romero, 14 90010 ISNELLO (PA)<br \/>\r\ntel. +39 0921 662810<br \/>\r\n<a href=\"https:\/\/www.la-brace.it\/ristorante\/\">Sito Web<\/a><br \/>\r\n<a href=\"https:\/\/www.facebook.com\/LaBraceIsnelloRistorantePizzeria\/\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.tripadvisor.it\/Restaurant_Review-g1087460-d4188415-Reviews-La_Brace-Isnello_Province_of_Palermo_Sicily.html\">TripAdvisor<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/mangiare-alt.svg\" data-lat=\"37.9233236\" data-lng=\"14.0856137\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.com\/maps\/place\/Hotel+Ristorante+alle+Querce\/@37.9233236,14.0856137,17.25z\/data=!4m18!1m9!3m8!1s0x13173030066aa8e1:0x6699a986e88e8a9!2sHotel+Ristorante+alle+Querce!5m2!4m1!1i2!8m2!3d37.9232493!4d14.0882226!3m7!1s0x13173030066aa8e1:0x6699a986e88e8a9!5m2!4m1!1i2!8m2!3d37.9232493!4d14.0882226?hl=it-IT\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Hotel Ristorante Alle Querce <\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Contrada Mandrazze, 90013 CASTELBUONO (PA)<br \/>\r\ntel. +39 0921 677020<br \/>\r\n<a href=\"mailto:info@allequercehotel.it\">info@allequercehotel.it<\/a><br \/>\r\n<a href=\"http:\/\/www.allequercehotel.it\/\">Sito Web<\/a><br \/>\r\n<a href=\"https:\/\/www.facebook.com\/Alle-Querce-Hotel-Ristorante-178193085557746\/\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.tripadvisor.it\/Hotel_Review-g670766-d1788614-Reviews-Alle_Querce_Hotel-Castelbuono_Province_of_Palermo_Sicily.html\">TripaAdvisor<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/mangiare-alt.svg\" data-lat=\"37.9190156\" data-lng=\"14.1080515\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.com\/maps\/place\/Agriturismo+Bergi\/@37.9190156,14.1080515,17z\/data=!3m1!4b1!4m8!3m7!1s0x13172e2de04691e1:0xc0e07b309b525fb!5m2!4m1!1i2!8m2!3d37.9190114!4d14.1102402?hl=it-IT\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Agriturismo\u00a0Bergi<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">SS 286 per Geraci Siculo, 90013 CASTELBUONO (PA)<br \/>\r\ntel. +39 0921 672045<br \/>\r\n<a href=\"mailto:%20info@agriturismobergi.com\">info@agriturismobergi.com<\/a><br \/>\r\n<a href=\"http:\/\/www.agriturismobergi.com\/la-struttura\/il-ristorante.html\">Sito Web<\/a><br \/>\r\n<a href=\"https:\/\/www.facebook.com\/agriturismo.bergi\/\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.tripadvisor.it\/Restaurant_Review-g670766-d3246801-Reviews-Azienda_Agrituristica_Bergi-Castelbuono_Province_of_Palermo_Sicily.html\">TripAdvisor<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/mangiare-alt.svg\" data-lat=\"37.9319881\" data-lng=\"14.0852393\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.com\/maps\/place\/Nangalarruni\/@37.9319881,14.0852393,17z\/data=!3m1!4b1!4m5!3m4!1s0x1317303216e0393d:0xb73c336d14c4cfb9!8m2!3d37.9319775!4d14.0874312?hl=it-IT\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Trattoria Nangalarrun<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Via delle Confraternite, 10\u00a0\u00a090013 CASTELBUONO (PA)<br \/>\r\ntel. +39 0921 671228 \/ +39 0921 671428 \/ +39 0921 440672<br \/>\r\n<a href=\"http:\/\/www.hostarianangalarruni.it\/\">Sito Web<\/a><br \/>\r\n<a href=\"https:\/\/www.tripadvisor.it\/Restaurant_Review-g670766-d1118810-Reviews-Nangalarruni-Castelbuono_Province_of_Palermo_Sicily.html\">TripAdvisor<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/mangiare-alt.svg\" data-lat=\"37.9322662\" data-lng=\"14.0850225\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.com\/maps\/place\/Antico+Baglio\/@37.9322662,14.0850225,17z\/data=!3m2!4b1!5s0x1317303218ce7817:0x338a7f84dea43423!4m5!3m4!1s0x1317302de5074177:0x8aacbc944efae566!8m2!3d37.932262!4d14.0872112?hl=it-IT\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Ristorante Pizzeria Antico Baglio<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Via della Conceria 1, 90013 CASTELBUONO (PA)<br \/>\r\ntel. +39 0921 679512<br \/>\r\n<a href=\"mailto:anticobaglio@libero.it\">anticobaglio@libero.it<\/a><br \/>\r\n<a href=\"http:\/\/www.anticobaglio.it\/\">Sito Web<\/a><br \/>\r\n<a href=\"https:\/\/www.facebook.com\/anticobaglio\/\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.tripadvisor.it\/Restaurant_Review-g670766-d1993257-Reviews-Antico_Baglio-Castelbuono_Province_of_Palermo_Sicily.html\">TripAdvisor<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/mangiare-alt.svg\" data-lat=\"37.9316863\" data-lng=\"14.0853982\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.com\/maps\/place\/Palazzaccio+Ristorante\/@37.9316863,14.0853982,17z\/data=!3m1!4b1!4m5!3m4!1s0x1317303211c294eb:0x23e168bf6638cb0!8m2!3d37.931688!4d14.0876102?hl=it-IT\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Ristorante Palazzaccio<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Via Umberto I, 23 \u00a090013 CASTELBUONO (PA)<br \/>\r\ntel. +39 0921 676289<br \/>\r\n<a href=\"mailto:info@ristorantepalazzaccio.it\">info@ristorantepalazzaccio.it<\/a><br \/>\r\n<a href=\"https:\/\/www.facebook.com\/ristorantepalazzaccio\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.tripadvisor.it\/Restaurant_Review-g670766-d1993376-Reviews-Ristorante_Palazzaccio-Castelbuono_Province_of_Palermo_Sicily.html\">TripAdvisor<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/mangiare-alt.svg\" data-lat=\"37.9312758\" data-lng=\"14.085747\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.com\/maps\/place\/Giardino+di+Venere\/@37.9312758,14.085747,17z\/data=!3m1!4b1!4m5!3m4!1s0x13173032126c89dd:0x566fd6208cf24b1f!8m2!3d37.9312688!4d14.0879276?hl=it-IT\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Ristorante Pizzeria\u00a0Giardino di Venere<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Corso Umberto I \u00a038, 90013 CASTELBUONO (PA)<br \/>\r\ntel. +39 0921 671323 \/ +39 339 4896332 \/ +39 331 8480447 <a href=\"mailto:info@ristorantegiardinodivenere.com\">info@ristorantegiardinodivenere.com<\/a><br \/>\r\n<a href=\"http:\/\/www.ristorantegiardinodivenere.com\/\">Sito Web<\/a><br \/>\r\n<a href=\"https:\/\/www.facebook.com\/Giardino-di-Venere-329130943635\/\">Facebook<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/mangiare-alt.svg\" data-lat=\"37.9328489\" data-lng=\"14.0856457\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.com\/maps\/place\/U+Trappitu\/@37.9328489,14.0856457,17z\/data=!3m1!4b1!4m5!3m4!1s0x13173031f0ef7289:0x3ae9c2a1c460a73c!8m2!3d37.9328483!4d14.087819?hl=it-IT\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">U Trappitu<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Via Sant\u2019Anna 25, 90013 CASTELBUONO (PA)<br \/>\r\ntel. +39 0921 671764 \/ +39 380 1393579<br \/>\r\n<a href=\"https:\/\/it-it.facebook.com\/UTrappitu\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.tripadvisor.it\/Restaurant_Review-g670766-d3393523-Reviews-U_Trappitu-Castelbuono_Province_of_Palermo_Sicily.html\">TripAdvisor<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/mangiare-alt.svg\" data-lat=\"37.931494\" data-lng=\"14.0843933\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.com\/maps\/place\/A.+Rua+Fera+Ristorante+Pizzeria\/@37.931494,14.0843933,17z\/data=!3m1!4b1!4m5!3m4!1s0x1317303247b6d0bf:0x687e5a67416f188e!8m2!3d37.9314284!4d14.086539?hl=it-IT\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">A Rua Fera<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Via Roma, 71, 90013 CASTELBUONO (PA)<br \/>\r\ntel. +39 0921 676723<br \/>\r\n<a href=\"http:\/\/www.aruafera.it\/?lang=it\">Sito Web<\/a><br \/>\r\n<a href=\"https:\/\/www.facebook.com\/ruafera\/\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.tripadvisor.it\/Restaurant_Review-g670766-d1155722-Reviews-A_Rua_Fera-Castelbuono_Province_of_Palermo_Sicily.html\">TripAdvisor<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/mangiare-alt.svg\" data-lat=\"37.9208742\" data-lng=\"13.9310132\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.com\/maps\/place\/Casale+Drinzi\/@37.9208742,13.9310132,14.87z\/data=!4m8!3m7!1s0x1317366abfe5a5d5:0xa2f9254843a19242!5m2!4m1!1i2!8m2!3d37.9231635!4d13.9453873?hl=it-IT\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Casale Drinzi<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Contrada Drinzi, 90016 COLLESANO (PA)<br \/>\r\ntel. +39 0921 664027<br \/>\r\n<a href=\"mailto:casaledrinzi@libero.it\">casaledrinzi@libero.it<\/a><br \/>\r\n<a href=\"http:\/\/www.casaledrinzi.it\/\">Sito Web<\/a><br \/>\r\n<a href=\"https:\/\/www.facebook.com\/casaledrinzicollesano\/\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.tripadvisor.it\/Restaurant_Review-g1053727-d2419739-Reviews-Casale_Drinzi-Collesano_Province_of_Palermo_Sicily.html\">TripAdvisor<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/mangiare-alt.svg\" data-lat=\"37.9209528\" data-lng=\"13.9368375\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.com\/maps\/place\/La+Lanterna\/@37.9209528,13.9368375,17z\/data=!3m1!4b1!4m5!3m4!1s0x1317366b43dfb2a9:0xf2326f92adb31f48!8m2!3d37.9209469!4d13.9390336?hl=it-IT\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Pizzeria Trattoria La Lanterna<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Via Isnello 76, 90016 COLLESANO (PA)<br \/>\r\ntel. +39 339 8881837<br \/>\r\n<a href=\"https:\/\/www.facebook.com\/La-Lanterna-887263874647139\/?rf=277778325657255\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.tripadvisor.it\/Restaurant_Review-g1053727-d3731391-Reviews-La_Lanterna-Collesano_Province_of_Palermo_Sicily.html\">TripAdvisor<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/mangiare-alt.svg\" data-lat=\"37.9195638\" data-lng=\"13.9368375\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.com\/maps\/place\/Trattoria+Carricaturi+Di+Barranco\/@37.9195638,13.93516,17z\/data=!3m1!4b1!4m5!3m4!1s0x131736135605a093:0x174ef2c18db3825b!8m2!3d37.9195612!4d13.9373486?hl=it-IT\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Trattoria Pub Carricaturi<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Via Giuseppe Mazzini, 1 90016 COLLESANO (PA)<br \/>\r\ntel. +39 0921 661306<br \/>\r\n<a href=\"https:\/\/www.facebook.com\/TrattoriaPubCarricaturi\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.tripadvisor.it\/Restaurant_Review-g1053727-d11846833-Reviews-Trattoria_Carricaturi-Collesano_Province_of_Palermo_Sicily.html\">TripAdvisor<\/a><br \/>\r\n<br \/>\r\n\u00a0<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/mangiare-alt.svg\" data-lat=\"37.9764976\" data-lng=\"14.0106946\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.com\/maps\/place\/Agriturismo+Bosco+Pianetti\/@37.9764976,14.0106946,17z\/data=!3m1!4b1!4m8!3m7!1s0x13173196686b0cd3:0x3e5c5575840a71a5!5m2!4m1!1i2!8m2!3d37.9764934!4d14.0128833?hl=it-IT\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Bosco Pianetti <\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Agriturismo Letterario<br \/>\r\nContrada Pianetti, 90010 GIBILMANNA (PA)<br \/>\r\ntel. +39 0921421890 \/ +39 339 6587379<br \/>\r\n<a href=\"mailto:info@boscopianetti.it\">info@boscopianetti.it<\/a><br \/>\r\n<a href=\"http:\/\/www.boscopianetti.it\/il-ristorante\/\">Sito Web<\/a><br \/>\r\n<a href=\"https:\/\/www.facebook.com\/agriturismoboscopianetti\/\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.tripadvisor.it\/Restaurant_Review-g15107701-d4794344-Reviews-Agriturismo_Bosco_Pianetti-Gibilmanna_Cefalu_Province_of_Palermo_Sicily.html\">TripAdvisor<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/mangiare-alt.svg\" data-lat=\"38.0036978\" data-lng=\"14.0224168\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.com\/maps\/place\/Spaccio+Colombo\/@38.0036978,14.0224168,17z\/data=!3m1!4b1!4m5!3m4!1s0x13173bc44954569f:0x293288c73d58c34!8m2!3d38.0036752!4d14.0246034?hl=it-IT\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Pizzeria Trattoria Spaccio Colombo<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Via del Giubileo Magno, CEFAL\u00d9 (PA)<br \/>\r\ntel. +39 0921 421408<br \/>\r\n<a href=\"https:\/\/it-it.facebook.com\/Gibilmanna\/\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.tripadvisor.it\/Restaurant_Review-g194726-d8550379-Reviews-Gibilmanna_Spaccio_Colombo-Cefalu_Province_of_Palermo_Sicily.html\">TripAdvisor<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/mangiare-alt.svg\" data-lat=\"37.9674572\" data-lng=\"13.9728173\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.com\/maps\/place\/Ristorante+-+Pizzeria+Bar+La+Villa\/@37.9674572,13.9728173,17z\/data=!3m1!4b1!4m5!3m4!1s0x1317376e7b9761e1:0x478bb30727f5f379!8m2!3d37.967453!4d13.975006?hl=it-IT\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Pizzeria Trattoria La Villa<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Via Carrozza 68 90010 GRATTERI (PA)<br \/>\r\ntel. +39 0921 429512<br \/>\r\n<a href=\"https:\/\/it-it.facebook.com\/BarLaVillaGratteri\/\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.tripadvisor.it\/Restaurant_Review-g1463398-d2531060-Reviews-La_Villa-Gratteri_Province_of_Palermo_Sicily.html\">TripAdvisor<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/mangiare-alt.svg\" data-lat=\"37.8756008\" data-lng=\"14.0209809\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.com\/maps\/place\/Ristoro+Dello+Scoiattolo\/@37.8756008,14.0209809,17z\/data=!3m1!4b1!4m5!3m4!1s0x131733ec5e2ccfa9:0x60054dc6a505f4c5!8m2!3d37.875589!4d14.0231973?hl=it-IT\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Il Ristoro dello Scoiattolo<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Localit\u00e0 Piano Battaglia, 90027 PETRALIA SOTTANA (PA)<br \/>\r\ntel. +39 349 643 9987<br \/>\r\n<a href=\"https:\/\/www.facebook.com\/ristorodelloscoiattolo\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.tripadvisor.it\/Restaurant_Review-g1081305-d7081880-Reviews-Il_Ristoro_dello_Scoiattolo-Petralia_Sottana_Province_of_Palermo_Sicily.html\">TripAdvisor<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/mangiare-alt.svg\" data-lat=\"37.8761782\" data-lng=\"14.0226235\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.com\/maps\/place\/Rifugio+Giuliano+Marini\/@37.8761782,14.0226235,17z\/data=!3m1!4b1!4m8!3m7!1s0x131733eb89873e77:0x69e5f8454f02396b!5m2!4m1!1i2!8m2!3d37.876174!4d14.0248122?hl=it-IT\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Rifugio Marini<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Contrada Piano della Battaglia, 90027 PETRALIA SOTTANA (PA)<br \/>\r\ntel. +39 0921 649012 \/ +39 335 7772269<br \/>\r\n<a href=\"mailto:info@rifugiomarini.it\">info@rifugiomarini.it<\/a><br \/>\r\n<a href=\"http:\/\/www.rifugiomarini.it\/\">Sito Web<\/a><br \/>\r\n<a href=\"https:\/\/www.facebook.com\/rifugiomarini\/\">Facebook<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                <\/div>\n<\/div>                        <\/div>\n                                                                    <div class=\"tab-container flex-wrap justify-content-between w-100 h-0 d-flex target-interesse-block_607d4ca443d96-1\">\n                            \n<div class=\"galMapContainer w-100\">\n    <div class=\"galhassin-map map-number-1\" data-map-mumber=\"1\">\n                    \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/dormire-alt.svg\" data-lat=\"37.9392332\" data-lng=\"14.0201609\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.it\/maps\/place\/Via+Carmine,+34,+90010+Isnello+PA\/@37.9392332,14.0201609,18z\/data=!4m5!3m4!1s0x131730d37649cf1f:0x7fac789e147a4727!8m2!3d37.942536!4d14.010572\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">B&amp;B Madonie<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Via Carmine, 34 90010 ISNELLO (PA)<br \/>\r\nTel +39 3345926309<br \/>\r\n<a href=\"mailto:bbmadonie@alice.it\">bbmadonie@alice.it<\/a><br \/>\r\n<a href=\"mailto:info@bbmadonie.com\">info@bbmadonie.com<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/dormire-alt.svg\" data-lat=\"37.9435011\" data-lng=\"14.0056727\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.it\/maps\/place\/Hysnara+Affittacamere\/@37.9435011,14.0056727,17z\/data=!3m1!4b1!4m8!3m7!1s0x131730d3482259c7:0xf2c1b639694ff8a!5m2!4m1!1i2!8m2!3d37.9434969!4d14.0078614\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Hysnara Casavacanze<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">via Di Maria, 6 90010 ISNELLO (PA)<br \/>\r\ntel. +39 328 9096457 \/ *39 333 1295083<br \/>\r\n<a href=\"mailto:hysnara.casavacanze@libero.it\">hysnara.casavacanze@libero.it<\/a><br \/>\r\n<a href=\"https:\/\/www.la-brace.it\/ristorante\/hysnara-casa-vacanze\/\">Sito Web<\/a><br \/>\r\n<a href=\"https:\/\/www.facebook.com\/hysnara.casavacanze\/about\">Facebook<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/dormire-alt.svg\" data-lat=\"37.9418935\" data-lng=\"14.0040749\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.it\/maps\/place\/A+casa+del+Nonno\/@37.9418935,14.0040749,17z\/data=!3m1!4b1!4m8!3m7!1s0x1317372b5b11ee85:0x387cd05ee760f184!5m2!4m1!1i2!8m2!3d37.9418893!4d14.0062636\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">A casa del Nonno<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">via 4 novembre, 23 (primo piano) 90010 ISNELLO (PA)<br \/>\r\ntel. +39 328 4462688<br \/>\r\n<a href=\"https:\/\/www.booking.com\/hotel\/it\/a-casa-del-nonno.it.html\">Booking<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/dormire-alt.svg\" data-lat=\"37.9306681\" data-lng=\"13.9847464\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.it\/maps\/place\/Hassin+Cottage\/@37.9306681,13.9847464,17z\/data=!3m1!4b1!4m8!3m7!1s0x131730d2e27b27f1:0x87c2cec390aafe71!5m2!4m1!1i2!8m2!3d37.9306639!4d13.9869351\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Hassin\u00a0\u00a0Cottage<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Contrada Media Inferiore, 90010 ISNELLO (PA)<br \/>\r\ntel. +39 338 811 8671<br \/>\r\n<a href=\"mailto:hassincottage@outlook.com\">hassincottage@outlook.com<\/a><br \/>\r\n<a href=\"http:\/\/www.hassincottage.it\/index.php\">Sito Web<\/a><br \/>\r\n<a href=\"https:\/\/www.facebook.com\/hassincottage\/?comment_id=Y29tbWVudDo1MTA5MzAyMjI2NzI1MTBfNTExMzQxOTA5Mjk4MDA4\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.tripadvisor.it\/Hotel_Review-g1087460-d13944889-Reviews-Hassin_Cottage-Isnello_Province_of_Palermo_Sicily.html\">TripAdvisor<\/a><br \/>\r\n<a href=\"https:\/\/www.booking.com\/hotel\/it\/hassin-cottage-isnello.it.html\">Booking<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/dormire-alt.svg\" data-lat=\"37.9241217\" data-lng=\"13.9693634\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.it\/maps\/place\/Fattoria+Mongerrate\/@37.9241217,13.9693634,17z\/data=!3m1!4b1!4m8!3m7!1s0x1317366b556209a3:0x280a728850d4f8d2!5m2!4m1!1i2!8m2!3d37.9241092!4d13.9715521\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Fattoria Mongerrate<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Contrada \u00a0Mongerrate, 1 \u00a090010 ISNELLO (PA)<br \/>\r\ntel. +39 0921 662687 \/ +39 334 1208318 \/ 349 4075395 <a href=\"mailto:info@fattoriamongerrate.eu\">info@fattoriamongerrate.eu<\/a><br \/>\r\n<a href=\"https:\/\/www.fattoriamongerrate.eu\/\">Sito Web<\/a><br \/>\r\n<a href=\"https:\/\/www.facebook.com\/FattoriaMongerrate\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.booking.com\/hotel\/it\/fattoria-mongerrate.it.html\">Booking<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/dormire-alt.svg\" data-lat=\"37.9190156\" data-lng=\"14.1080515\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.it\/maps\/place\/Agriturismo+Bergi\/@37.9190156,14.1080515,17z\/data=!3m1!4b1!4m8!3m7!1s0x13172e2de04691e1:0xc0e07b309b525fb!5m2!4m1!1i2!8m2!3d37.9190114!4d14.1102402\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Agriturismo\u00a0Bergi<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">SS 286 per Geraci Siculo, 90013 CASTELBUONO (PA)<br \/>\r\ntel. +39 0921 672045<br \/>\r\n<a href=\"mailto:%20info@agriturismobergi.com\">info@agriturismobergi.com<\/a><br \/>\r\n<a href=\"http:\/\/www.agriturismobergi.com\/\">Sito Web<\/a><br \/>\r\n<a href=\"https:\/\/www.facebook.com\/agriturismo.bergi\/\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.tripadvisor.it\/Hotel_Review-g670766-d1672846-Reviews-Agriturismo_Bergi-Castelbuono_Province_of_Palermo_Sicily.html\">TripAdvisor<\/a><br \/>\r\n<a href=\"https:\/\/www.booking.com\/hotel\/it\/agriturismo-bergi.it.html\">Booking<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/dormire-alt.svg\" data-lat=\"37.9232219\" data-lng=\"14.0860404\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.it\/maps\/place\/Hotel+Ristorante+alle+Querce\/@37.9232219,14.0860404,17z\/data=!3m1!4b1!4m8!3m7!1s0x13173030066aa8e1:0x6699a986e88e8a9!5m2!4m1!1i2!8m2!3d37.9232493!4d14.0882226\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Hotel alle Querce<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Contrada Mandrazze, 90013 CASTELBUONO (PA)<br \/>\r\ntel. +39 0921 677020<br \/>\r\n<a href=\"mailto:info@allequercehotel.it\">info@allequercehotel.it<\/a><br \/>\r\n<a href=\"http:\/\/www.allequercehotel.it\/\">Sito Web<\/a><br \/>\r\n<a href=\"https:\/\/www.facebook.com\/Alle-Querce-Hotel-Ristorante-178193085557746\/\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.tripadvisor.it\/Hotel_Review-g670766-d1788614-Reviews-Alle_Querce_Hotel-Castelbuono_Province_of_Palermo_Sicily.html\">TripAdvisor<\/a><br \/>\r\n<a href=\"https:\/\/www.booking.com\/hotel\/it\/alle-querce.it.html\">Booking<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/dormire-alt.svg\" data-lat=\"37.9339473\" data-lng=\"14.0877764\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.it\/maps\/place\/Paradiso+delle+Madonie+Hotel\/@37.9339473,14.0877764,17z\/data=!3m2!4b1!5s0x1317302e475726db:0x9d32207714d2277e!4m8!3m7!1s0x1317302e38a76ef5:0xc5b15765c5d9f509!5m2!4m1!1i2!8m2!3d37.9339431!4d14.0899651\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Hotel Paradiso Delle Madonie<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Via Dante Alighieri 82, 90013 CASTELBUONO (PA)<br \/>\r\ntel. +39 0921 994617 \/ +39 392 930 9201<br \/>\r\n<a href=\"mailto:info@paradisodellemadonie.it\">info@paradisodellemadonie.it<\/a><br \/>\r\n<a href=\"http:\/\/www.paradisodellemadonie.it\/\">Sito Web<\/a><br \/>\r\n<a href=\"http:\/\/www.booking.com\/hotel\/it\/paradiso-delle-madonie.it.html\">Booking<\/a><br \/>\r\n<a href=\"https:\/\/www.trivago.it\/castelbuono-45796\/hotel\/paradiso-delle-madonie-131746\">Trivago<\/a><br \/>\r\n<a href=\"https:\/\/www.airbnb.it\/rooms\/35152631?source_impression_id=p3_1608202729_XWkra6PzaRYBQAr6\">Airbnb<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/dormire-alt.svg\" data-lat=\"37.9726644\" data-lng=\"14.082466\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.it\/maps\/place\/Abbazia+Santa+Anastasia\/@37.9726644,14.082466,17z\/data=!3m1!4b1!4m8!3m7!1s0x13173ab68b729c55:0x8b4198df615c2760!5m2!4m1!1i2!8m2!3d37.9726602!4d14.0846547\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Abbazia Santa Anastasia<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Contrada Santa Anastasia, 90013 CASTELBUONO (PA)<br \/>\r\ntel. +39 0921 672233 \/ +39 331 3248148<br \/>\r\n<a href=\"mailto:relais@abbaziasantanastasia.com\">relais@abbaziasantanastasia.com<\/a><br \/>\r\n<a href=\"http:\/\/www.abbaziasantanastasia.com\/\">Sito Web<\/a><br \/>\r\n<a href=\"https:\/\/www.facebook.com\/AbbaziaSantaAnastasia\/\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.tripadvisor.it\/Hotel_Review-g670766-d308500-Reviews-Relais_Santa_Anastasia-Castelbuono_Province_of_Palermo_Sicily.html\">TripAdvisor<\/a><br \/>\r\n<a href=\"https:\/\/www.booking.com\/hotel\/it\/relais-santa-anastasia.it.html\">Booking<\/a><br \/>\r\n<br \/>\r\n\u00a0<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/dormire-alt.svg\" data-lat=\"37.9196383\" data-lng=\"13.9619505\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.it\/maps\/place\/Casena+Mongerrati\/@37.9196383,13.9619505,17z\/data=!3m1!4b1!4m8!3m7!1s0x1317368b1b426095:0xf6127f338252cae!5m2!4m1!1i2!8m2!3d37.9196703!4d13.9641588\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Casena Mongerrati<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Contrada Mongerrati, 90016 COLLESANO (PA)<br \/>\r\ntel. +39 350 007 2539 \/ +39 342 807 2939 \/ +39 333 7299929 <a href=\"mailto:enzo.cicero59@gmail.com\">enzo.cicero59@gmail.com<\/a><br \/>\r\n<a href=\"mailto:mariaconcettamessina@gmail.com\">mariaconcettamessina@gmail.com<\/a><br \/>\r\n<a href=\"https:\/\/www.casenamongerrati.it\/\">Sito Web<\/a><br \/>\r\n<a href=\"https:\/\/www.facebook.com\/agriturismocasenamongerrati\/\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.tripadvisor.it\/Hotel_Review-g1053727-d13478462-Reviews-Casena_Mongerrati-Collesano_Province_of_Palermo_Sicily.html\">TripAdvisor<\/a><br \/>\r\n<a href=\"https:\/\/www.airbnb.it\/rooms\/23118900?source_impression_id=p3_1608289511_c2iN13dDIGy9X1FM\">Airbnb<\/a><br \/>\r\n<br \/>\r\n\u00a0<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/dormire-alt.svg\" data-lat=\"37.9764976\" data-lng=\"14.0106946\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.it\/maps\/place\/Agriturismo+Bosco+Pianetti\/@37.9764976,14.0106946,17z\/data=!3m1!4b1!4m8!3m7!1s0x13173196686b0cd3:0x3e5c5575840a71a5!5m2!4m1!1i2!8m2!3d37.9764934!4d14.0128833\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Bosco Pianetti<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\"><strong>Agriturismo Letterario<br \/>\r\n<\/strong>Contrada Pianetti, 90010 GIBILMANNA (PA)<br \/>\r\ntel. +39 0921 421890 \/ +39 339 6587379<br \/>\r\n<a href=\"mailto:info@boscopianetti.it\">info@boscopianetti.it<\/a><br \/>\r\n<a href=\"http:\/\/www.boscopianetti.it\/\">Sito Web<\/a><br \/>\r\n<a href=\"https:\/\/www.facebook.com\/agriturismoboscopianetti\/\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.tripadvisor.it\/Hotel_Review-g1463398-d3454999-Reviews-Agriturismo_Bosco_Pianetti-Gratteri_Province_of_Palermo_Sicily.html\">TripAdvisor<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/dormire-alt.svg\" data-lat=\"37.7962424\" data-lng=\"14.1072684\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.it\/maps\/place\/VersoEst+Room+MADONIE+Petralia+Soprana+PUNTO+ACCOGLIENZA+SENTIERO+ITALIA\/@37.7962424,14.1072684,17z\/data=!3m1!4b1!4m8!3m7!1s0x1310d2adb823b1f9:0x31b1729add2f9ae8!5m2!4m1!1i2!8m2!3d37.7962382!4d14.1094571\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Verso Est Casa Vacanze<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Via Rizzo 11, PETRALIA SOPRANA (PA)<br \/>\r\ntel. +39 3894680659<br \/>\r\n<a href=\"mailto:info@versoestcasavacanze.com\">info@versoestcasavacanze.com<\/a><br \/>\r\n<a href=\"http:\/\/www.versoestcasavacanze.com\/\">Sito Web<\/a><br \/>\r\n<a href=\"https:\/\/www.facebook.com\/estversoest\/\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.instagram.com\/versoestcasavacanze\/\">Instagram\u00a0<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                        \n            <div class=\"marker\" color=\"https:\/\/galhassin.it\/wp-content\/themes\/galhassin\/assets\/mapIcon\/dormire-alt.svg\" data-lat=\"38.0101093\" data-lng=\"14.2486429\">\n\t\t\t\t\t<div class=\"containerMarkerDesc\">\n\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"has-dark-blue-color spaces\" href=\"https:\/\/www.google.it\/maps\/place\/Museo+Albergo+Atelier+sul+mare\/@38.0101093,14.2486429,17z\/data=!3m1!4b1!4m8!3m7!1s0x4781766390ba2b2f:0x47a0384484fff459!5m2!4m1!1i2!8m2!3d38.0101071!4d14.2508315\">\n\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"darkOnrange\">Art Hotel Atelier Sul Mare <\/h6>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"caption mt-3 has-dark-blue-color\">Via Cesare Battisti, 4 98070 CASTEL DI TUSA (Messina)<br \/>\r\nTel. +39 0921 334295<br \/>\r\ninfo@ateliersulmare.it<br \/>\r\n<a href=\"http:\/\/www.ateliersulmare.com\/it\/\">Sito Web<\/a><br \/>\r\n<a href=\"https:\/\/www.facebook.com\/museoalbergoateliersulmare\">Facebook<\/a><br \/>\r\n<a href=\"https:\/\/www.booking.com\/hotel\/it\/art-atelier-sul-mare.it.html?aid=1283124\">Booking<\/a><br \/>\r\n<a href=\"https:\/\/www.tripadvisor.it\/Hotel_Review-g1092760-d283881-Reviews-Hotel_Museum_Atelier_sul_Mare-Castel_di_Tusa_Province_of_Messina_Sicily.html\">TripAdvisor<\/a><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                <\/div>\n<\/div>                        <\/div>\n                                        <\/div>\n            <\/div>\n            <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-9101","page","type-page","status-publish","hentry"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/galhassin.it\/en\/wp-json\/wp\/v2\/pages\/9101","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/galhassin.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/galhassin.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/galhassin.it\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/galhassin.it\/en\/wp-json\/wp\/v2\/comments?post=9101"}],"version-history":[{"count":25,"href":"https:\/\/galhassin.it\/en\/wp-json\/wp\/v2\/pages\/9101\/revisions"}],"predecessor-version":[{"id":14758,"href":"https:\/\/galhassin.it\/en\/wp-json\/wp\/v2\/pages\/9101\/revisions\/14758"}],"wp:attachment":[{"href":"https:\/\/galhassin.it\/en\/wp-json\/wp\/v2\/media?parent=9101"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}