Widget:Sandbox

From Transit.Wiki

<button id="resetbutton">Reset me</button>

<script> function resetMap(){

       map.setOptions({
       center: new google.maps.LatLng(37.307444, -120.477349),
       zoom:14
       });

} resetMap(); </script>