$("#markerlist").on("click","div", function(){
$(this).show().siblings().hide();
return false;
});
а внутри других li.accordion-item'ов span.hidden'ы/span.show'ы должны скрываться/показываться.
.header, .footer { height: 50px; position: fixed; }
.content { height: calc(100% - 100px); }