i am generating a chart map like this:
http://chart.apis.google.com/chart?chs=440×220&cht=t&chco=CBD122&chld=US&chd=s:_&chtm=usa

does anyone know if there is a feature to do something on mouseover? like have each state turn a different color on mouse over?
This is a response to your last question. Roll your own.
This is relatively simple. Grab an available svg map of the US. Clean it up to match your theme. Change fill colors and whatever else. Add some javascript for the mouseover effect.
This site may have exactly what you need. Well presented too.