On this map:
http://web.pacific.edu/documents/marketing/campus-map/version%202/stockton-campus-2.0.htm
I have an anchor at the top, and I want the page to ju
window.location.href = '#top';
And if this doesn't work, try the full URL
window.location.href = 'http://domain.com/my.html#top';