/**
	GLOBAL VARIABLES AND CONSTSs 
	res/store-locator/vars.js

**/	


	var wc_locator;
	
var wc_array_Icon_letters= new Array("res/store-locator/icons/icon_greenA.png", "res/store-locator/icons/icon_greenB.png",
									 "res/store-locator/icons/icon_greenC.png", "res/store-locator/icons/icon_greenD.png",
									 "res/store-locator/icons/icon_greenE.png", "res/store-locator/icons/icon_greenF.png",
									 "res/store-locator/icons/icon_greenG.png", "res/store-locator/icons/icon_greenH.png");

/**Errors messages**/
	var GL_ERR_UNKNOWN_ADDRESS= "Your address was not found. Please re-enter address or ZIP code.";
	var GL_ERR_BAD_REQUEST = "A directions request could not be successfully parsed.";
	var GL_ERR_SERVER_ERROR = "Internal Server Error. Failure is not known.";
	var GL_ERR_UNAVAILABLE_ADDRESS = "The geocode for the given address or the route for the given directions query cannot be returned due to legal or contractual reasons. ";
	var GL_ERR_TOO_MANY_QUERIES = "Internal Server Error."; 
	var GL_ERR_UNKNOWN_DIRECTIONS ="No route available between the two points";					
	var GL_ERR_DEFAULT = "Internal Server Error. Failure is not known. Code: ";