if (google.loader.ClientLocation != null) {
document.write(google.loader.ClientLocation.address.country);
} else {
document.write('Not Detected');
}