Click to toggle state:

Toggle ALL states

Disclaimer! This shapes are intented to use with zoom levels up to 4 or 5. With closer zoom You will see many glitches. License: public domain.

Download JavaScript code with GLatLng objects representing those shapes from this location. Remember those shapes are not closed, so it will be displayed as proper polygons, but outline won't be closed. If You need closed outlines run following code before using array elements:

for (i in US) {
  US[i].push(US[i][0])
}