jQuery(".team-carousel").owlCarousel({ items : 4, autoPlay : false, loop: true, pagination : true, paginationNumbers: false, responsiveClass:true, responsive:{ 991:{ items: 4 }, 768:{ items: 3 }, 600:{ items: 2 }, 480:{ items: 1 } } }); jQuery(".price-carousel").owlCarousel({ items : 4, autoPlay : false, loop: true, pagination : true, paginationNumbers: false, responsiveClass:true, 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: [48.169721, 16.397161], mapTypeId: google.maps.MapTypeId.MAP, mapTypeControl: true, mapTypeControlOptions: { style: google.maps.MapTypeControlStyle.DROPDOWN_MENU }, navigationControl: true, scrollwheel: false, streetViewControl: true, disableDefaultUI: false } }, marker:{ latLng: [48.169721, 16.397161], options: { icon: new google.maps.MarkerImage( "https://www.mobile-hundeschule.at/wp-content/uploads/2016/08/pin-mobile-hundeschule2.png", new google.maps.Size(273, 85, "px", "px") ) } } } ); }