if (jQuery(".team-carousel").length > 0){ jQuery(".team-carousel").owlCarousel({ items : 2, autoPlay : false, loop: true, responsiveClass:true, navigation:true, navigationText: [ "Prev", "Next" ], responsive:{ 991:{ items: 4 }, 768:{ items: 3 }, 600:{ items: 2 }, 480:{ items: 1 } } }); } if (jQuery(".price-carousel").length > 0){ jQuery(".price-carousel").owlCarousel({ items : 3, autoPlay : false, loop: true, navigation:true, navigationText: [ "Prev", "Next" ], responsive:{ 991:{ items: 4 }, 768:{ items: 3 }, 600:{ items: 2 }, 480:{ items: 1 } } }); } if (jQuery("#map").length > 0){ jQuery('#map').gmap3({ map: { options:{ zoom:15, center: [53.504053, -2.180157], mapTypeId: google.maps.MapTypeId.MAP, mapTypeControl: true, mapTypeControlOptions: { style: google.maps.MapTypeControlStyle.DROPDOWN_MENU }, navigationControl: true, scrollwheel: false, streetViewControl: true, disableDefaultUI: false } }, marker:{ latLng: [53.504053, -2.180157], options: { icon: new google.maps.MarkerImage( "https://www.k9cabin.co.uk/wp-content/uploads/2018/05/logo.png", new google.maps.Size(60, 100, "px", "px") ) } } } ); }