UNL Virtual Map
From Web Developer Network Wiki
The code to make link that will open a new window, properly sized for the UNL campus map is as follows:
<a href="http://www1.unl.edu/tour/"
onclick="window.open(this.href,'unltourmap','scrollbars=1,width=1024,height=768,innerwidth=1024,innerheight=768'); return false;"
title="Campus tour of the University of Nebraska-Lincoln (high bandwidth; requires QuickTime) and downloadable PDF maps">Campus Tour & Maps</a>
To link to a view of the map that is focused on a particular building:
<a href="http://www1.unl.edu/tour/AVH"
onclick="window.open(this.href,'unltourmap','scrollbars=1,width=1024,height=768,innerwidth=1024,innerheight=768'); return false;"
title="Location of Avery Hall">Avery Hall</a>
Where the link is found by first going to the campus map [1] and finding your building. In the info box that is shown for the building, at the bottom of the text you will find a permalink that you need.