jQuery(".team-carousel").owlCarousel({ items : 4, autoPlay : false, loop: true, responsiveClass:true, navigation:true, navigationText: [ "Prev", "Next" ], responsive:{ 991:{ items: 4 }, 768:{ items: 3 }, 600:{ items: 2 }, 480:{ items: 1 } } }); jQuery(".price-carousel").owlCarousel({ items : 4, 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: [36.598338, -121.856582], mapTypeId: google.maps.MapTypeId.MAP, mapTypeControl: true, mapTypeControlOptions: { style: google.maps.MapTypeControlStyle.DROPDOWN_MENU }, navigationControl: true, scrollwheel: false, streetViewControl: true, disableDefaultUI: false } }, marker:{ latLng: [36.598338, -121.856582], options: { icon: new google.maps.MarkerImage( "https://www.dawggoneit.net/wp-content/uploads/2017/08/red-map-pin-png.png", new google.maps.Size(50, 59, "px", "px") ) } } } ); }