jQuery(document).ready(function($){$(".bc-accordion-2").click(function(){let $this=$(this);$this.addClass('bc-active');$this.siblings().removeClass('bc-active');if($this.next('.bc-accordion-2').hasClass('bc-active')){$this.next('.bc-accordion-2').removeClass('bc-active');$this.next().slideUp(350)}else{$this.parent().parent().find('.bc-panel-2').removeClass('bc-show');$this.parent().parent().find('.bc-panel-2').slideUp(350);$this.next().toggleClass('.bc-show');$this.next().slideToggle(350)} $("#myImage").attr('src',$this.attr("data-url"))})}) window.onload=function(){var navItems=document.getElementsByClassName('bc-accordion');var imageMap=document.getElementsByClassName('bc-map-link');var imageChangeFunction=function(){var attribute=this.getAttribute('data-url');console.log(attribute);var image=document.getElementById('myImage');image.src=attribute;image.title=attribute;image.alt=attribute};var otherFunctions=function(){var attribute2=this.getAttribute('data-id');console.log(attribute2);for(var y=0;y