/* ( function ($){ $( document ).ready( function() { $(document).on('click', '#sucursales_eb li a', function(e){ e.preventDefault(); if ($(this).parent().parent().children('.info_store').is(':hidden')){ $('.wpsl-store-location .info_store').hide(); $(this).parent().parent().children('.info_store').show(); }else{ $(this).parent().parent().children('.info_store').hide(); } if ($(this).parent().parent().children('.info_store').is(':hidden')){ $('.wpsl-store-location .info_store').hide(); } var $this=$(this), rel=$this.attr("rel"), el=".wrap-scroll" data=$this.data("scroll-to"), href=$this.attr("href").split(/#(.+)/)[1], to=data ? $(el).find(".mCSB_container").find(data) : el===".demo-yx" ? eval("("+href+")") : href, $(el).mCustomScrollbar("scrollTo",to); //Mostramos infoWindow }); }); } )( jQuery );*/