﻿var reasons=[];
    reasons[google.maps.GeocoderStatusOK]            = "Success";
    reasons[google.maps.GeocoderStatusZERO_RESULTS]    = "Unknown Address:  No corresponding geographic location could be found for the specified address.";
    reasons[google.maps.GeocoderStatusREQUEST_DENIED]= "The webpage is not allowed to use the geocoder.";
    reasons[google.maps.GeocoderStatusOVER_QUERY_LIMIT]   = "Too Many Queries: The daily geocoding quota for this site has been exceeded.";
    reasons[google.maps.GeocoderStatusERROR]       = "Server error: The geocoding request could not be successfully processed.";
    reasons[google.maps.GeocoderStatusINVALID_REQUEST]        = "A directions request could not be successfully parsed.";
    reasons[google.maps.GeocoderStatusUNKNOWN_ERROR]      = "A geocoding request could not be processed due to a server error. The request may succeed if you try again.";
    reasons[403]                      = "Error 403: Probably an incorrect error caused by a bug in the handling of invalid JSON.";

