// JavaScript Document
if (typeof(google.loader.ClientLocation.address.city) != null) {
     document.write(google.loader.ClientLocation.address.city
     +", "
     +google.loader.ClientLocation.address.region);
     } else {
     document.write("Walnut Creek, CA")
     }