var en = new Array(); en["error.address.multiple.matches.heading"]="We Cannot Find Your Address"; en["error.address.multiple.matches.body"]="Your address could not be matched exactly. Please choose an address below which matches yours as closely as possible, or check and re-enter the address below."; en["error.address.multiple.matches.view"]="images/btn_view.png"; en["error.address.similar.match.heading"]="We Cannot Find Your Address"; en["error.address.similar.match.body"]="Your address could not be matched exactly, but we did find a similar address. Please press view to choose the suggested address or enter a new search."; en["error.address.no.matches.heading"]="We Cannot Find Your Address"; en["error.address.no.matches.body"]="Your address was not matched. Please try again."; en["error.address.null.fields.heading"]="Incomplete Address"; en["error.address.null.fields.body"]="Please enter a complete address, intersection, zip code, or city and state."; en["error.address.incomplete.heading"]="Incomplete Address"; en["error.address.incomplete.body"]="Not enough address information was specified."; en["error.zoom.outofbounds.max.heading"]="We cannot zoom in any further"; en["error.zoom.outofbounds.max.body"]="You are at the maximum zoom level"; en["error.zoom.outofbounds.min.heading"]="We cannot zoom out any further"; en["error.zoom.outofbounds.min.body"]="You are at the minimum zoom level"; en["error.pan.forbidden.heading"]="We cannot pan the map"; en["error.pan.forbidden.body"]="Panning is not available when the map is fully zoomed out."; en["error.requested.index.exceeds.max.heading"]="We cannot create your map"; en["error.requested.index.exceeds.max.body"]="You have requested a map at a scale that exceeds the maximum allowed zoom level"; en["error.requested.index.exceeds.min.heading"]="We cannot create your map"; en["error.requested.index.exceeds.min.body"]="You have requested a map at a scale that is less than the minimum allowed zoom level"; en["error.generic.heading"]="We were unable to complete your request."; en["error.generic.body"]="An error has occurred. Please try again."; en["error.toggle.3g.forbidden.scale.heading"]="We cannot show 3G coverage at this scale"; en["error.toggle.3g.forbidden.scale.body"]="Please zoom in and try again."; //Lat Long Errors en["error.latlong"] = "An Error Has Occurred"; en["error.latlong.empty.lat"] = "You must fill in a value for latitude."; en["error.latlong.empty.long"] = "You must fill in a value for longitude."; en["error.latlong.invalid.lat"] = "You must enter a valid number for latitude."; en["error.latlong.invalid.long"] = "You must enter a valid number for longitude."; en["error.latlong.invalid.range.lat"] = "Latitudes must be between 15 and 75 degrees."; en["error.latlong.invalid.range.long"] = "Longitudes must be between -180 and -60 degrees.";