Well, you change the center by doing
map.setCenter(new GLatLng(lat, lng), map.getZoom());
Look here for more detail. If you know the zoom level you want, you can use that instead of map.getZoom()
.
Anthony Mills
2009-11-02 21:13:44