I don't know if it works with google maps, but there is a web service that returns a country code and takes as parameters the lat and long.
Here is an example:
http://ws.geonames.org/countryCode?lat=49.03&lng=10.2
I also found a little description:
The iso country code of any given point.
- Webservice Type: REST
- Url:
ws.geonames.org/countryCode?
- Parameters:
lat, lng, type, lang, radius (buffer in km for closest country in coastal areas)
- Result: returns the iso country code for the given latitude/longitude
With the parameter type=xml this service returns an xml document with iso country code and country name. The optional parameter lang can be used to specify the language the country name should be in. JSON output is produced with type=JSON