Hi Ray,
You can access that information in the specialSettings storage object like this:
CODE
specialSettings.get("locationCode");
Please be aware that the information may not be there. Users are not obligated to input their zipcode. If it's not there, you could always ask them for it.
- Ben