When using google geocoding api v3 I have a some full and valid addresses that contain US state names as either part of the house name or street name. Google interprets this as being in the US, even though the full address including country is included.
eg (it is a ficticious address, as I cannot publish real customer details, but the principle is the same). New York Farm Main Street St Hellier JE1 1AA JERSEY
If I either miss out the 'New York Farm' line, or add 'UK' to the end then the correct geocoding is returned. But obviously this is difficult to do automatically (especially as Jersey is not in the UK) and I have a lot of addresses with presumably other similar cases. If I pass in a region parameter it still has the same problem.
Is there a way I can 'force' the country?