Using setTimeout to get window height after rendering completed, $(window).height(), and document.documentElement.clientHeight all return the same inconsistent results (835px after the window is initiated and 818px after it's been maximized/restored to the original size).
window.innerHeight consistently returned 835px so that was my solution.