/*
JavaScript file for this site. This file will be included AFTER the master file.
For more information, visit http://www.cla.purdue.edu/collage/.
*/


    <script type="text/javascript">    function initialize() {      if (GBrowserIsCompatible()) {        var map = new GMap2(document.getElementById("map_canvas"));        map.setCenter(new GLatLng(37.4419, -122.1419), 13);      }    }    </script>