This may not be the best place for this question but here goes:
I'm a beginner in googlemaps and javascript and found this example for something I'm working on. http://search.missouristate.edu/map/mobile/examples/ZoomPanControl.htm I understand most of the code but I'm having a hard time finding out the meaning of the following lines of code at the end of this file ZoomPanControl.js
window["missouristate"] = window["missouristate"] || {};
window["missouristate"]["web"] = window["missouristate"]["web"] || {};
window["missouristate"]["web"]["ZoomPanControl"] = ZoomPanControl;
Edit: The original example is no longer available and redirects to a map that doesn't have the custom ZoomPanControl, here is an example that shows the custom zoom/pan control referenced