The link you've posted seems to be broken, but either way: Simply store your LatLngBounds in an array. When the <select> item has been changed, get the index of the selected item and look up the associated bounds in your array. You can then use these bounds with the google.maps.Map.fitBounds() method to show the desired area.
Regards, Martin Matysiak homepage <https://martin-matysiak.de> | blog<http://blog.martin-matysiak.de> -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
