I want to set the center of a map with Javascript.
I can only find some code with Markers in it, but I want the client side code for this:
/* Server code */
GMap1.setCenter(latlng, zoomLevel, mapType );
I would like to do this (it's non working code :-))
<script>
subgurim_GMap1.SetCenter(47.1, 2.3, 6)
</script>
Where 47.1 and 2.3 are the Lat/Lng and 6 is the Zoom level.