I'm layering NOAA radar information over a map with a focus of 8. When the page loads, the map initially renders at 8, then immediately redraws itself to show an entire region.
The KML file I'm using contains min/max lat/long coordinates which are used to draw the radar image (in this case over the southeast US area). If I change those coordinates to cover a smaller area, the google map is resized like I want, but radar activity is clipped per the KML file. This is a problem if users zoom out or scroll outside of the default map area.
Example map: http://georgiaoffroad.com/map2.html
Example KML file: http://georgiaoffroad.com/includes/southeastradar.kml
Is there a way to keep the radar image large, but focus the map on a smaller area of the available radar image so users could zoom or scroll around to see weather for surrounding areas?