I literally just comment out this line and the page loads without scrolling to the bottom:
jQuery(map_input).appendTo(container);
jQuery(map_input).focus();
Am I missing something? The field does focus but the page loads and scrolls to the bottom.
Edit: I'm using jQuery 1.4.4
The input field is above the fold, although I'm loading the input field after the page is loaded